Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
azzamsa committed Nov 14, 2021
1 parent a4b6f44 commit c0b12e5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 3 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "zman"
description = "a CLI year progress "
version = "1.0.0"
version = "1.0.1"
authors = ["azzamsa <me@azzamsa.com>"]
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.
Expand Down

0 comments on commit c0b12e5

Please sign in to comment.