~f9/gyr

3418fb65da1c181eade2f5f5284cf175cafb41ec — Namkhai B 1 year, 2 months ago 11510f1 v0.1.4
chore: release v0.1.4
3 files changed, 9 insertions(+), 2 deletions(-)

M CHANGELOG.md
M Cargo.lock
M Cargo.toml
M CHANGELOG.md => CHANGELOG.md +7 -0
@@ 6,6 6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.1.4] - 2023-08-20

### Changed

* Migrated from [tui](https://github.com/fdehau/tui-rs) to [ratatui](https://github.com/ratatui-org/ratatui)
* Pinned serde and serde_derive to v1.0.171, see https://github.com/serde-rs/serde/issues/2538

## [v0.1.3] - 2023-04-30

### Fixed

M Cargo.lock => Cargo.lock +1 -1
@@ 156,7 156,7 @@ dependencies = [

[[package]]
name = "gyr"
version = "0.1.3"
version = "0.1.4"
dependencies = [
 "directories",
 "dirs",

M Cargo.toml => Cargo.toml +1 -1
@@ 1,6 1,6 @@
[package]
name = "gyr"
version = "0.1.3"
version = "0.1.4"
authors = ["Namkhai B. <me@forkbomb9.ch>"]
edition = "2021"