diff --git a/CHANGELOG.md b/CHANGELOG.md index 06f8480..56a0468 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ ## [Unreleased] +## [v1.0.1] - 2021-11-14 + +- Migrate to GitHub + ## [v1.0.0] - 2021-04-20 -All bugs are fixed, and the API is now stabilized. Now `zman` is ready to have a show. +- All bugs are fixed, and the API is now stabilized. Now `zman` is ready to have a show. ### Features - Show a char to distinguish a time in JSON mode. Now a JSON output will be prefixed with `y`, `m`, or `w`. To better distinguish the output. diff --git a/Cargo.lock b/Cargo.lock index 5ea2953..ae51b12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "aho-corasick" version = "0.7.15" @@ -450,7 +452,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "zman" -version = "1.0.0" +version = "1.0.1" dependencies = [ "assert_cmd", "chrono", diff --git a/Cargo.toml b/Cargo.toml index d25e263..67aa4d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "zman" description = "a CLI year progress " -version = "1.0.0" +version = "1.0.1" authors = ["azzamsa "] edition = "2018" keywords = ["time", "year", "progress-bar"] categories = ["date-and-time", "command-line-utilities"] readme = "README.md" license = "GPL-3.0-only" -repository = "https://git.sr.ht/~azzamsa/zman" +repository = "https://github/azzamsa/zman" [profile.release] opt-level = 'z' # Optimize for size.