From 3418fb65da1c181eade2f5f5284cf175cafb41ec Mon Sep 17 00:00:00 2001 From: Namkhai B Date: Sun, 20 Aug 2023 12:10:41 -0600 Subject: [PATCH] chore: release v0.1.4 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e29bab7..1173197 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index d9ec4ae..0028d15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -156,7 +156,7 @@ dependencies = [ [[package]] name = "gyr" -version = "0.1.3" +version = "0.1.4" dependencies = [ "directories", "dirs", diff --git a/Cargo.toml b/Cargo.toml index baeb428..d122b14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gyr" -version = "0.1.3" +version = "0.1.4" authors = ["Namkhai B. "] edition = "2021" -- 2.45.2