diff --git a/CHANGELOG.md b/CHANGELOG.md index a444754..98a7bd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file. ### Miscellaneous Tasks - Cargo update +- 0.2.0 changelog ## [0.1.3] - 2024-01-24 diff --git a/Cargo.lock b/Cargo.lock index fa085a0..9c81e02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -31,7 +31,7 @@ dependencies = [ [[package]] name = "aleph-tui" -version = "0.1.3" +version = "0.2.0" dependencies = [ "chrono", "chrono-humanize", diff --git a/Cargo.toml b/Cargo.toml index f82ad65..d3f9b6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aleph-tui" -version = "0.1.3" +version = "0.2.0" edition = "2021" repository = "https://github.com/stchris/aleph-tui" description = "A text user interface for Aleph"