Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
azzamsa committed Dec 28, 2022
1 parent c88a60a commit f3badae
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 15 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [2.0.1] - 2022-12-28

### Performance

- Migrate to `owo-color` ([c88a60a](c88a60aea3d5cd09c77656a02b821a08c3ce86b5))

## [2.0.0] - 2022-12-20

### Bug fixes
Expand Down
18 changes: 9 additions & 9 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zman"
version = "2.0.0"
version = "2.0.1"
authors = ["azzamsa <me@azzamsa.com>"]
categories = ["date-and-time", "command-line-utilities"]
edition = "2021"
Expand All @@ -19,18 +19,18 @@ panic = 'abort'
[dependencies]
anyhow = "1.0"
owo-colors = "3"
thiserror = "1.0.38"
thiserror = "1.0"

[dependencies.clap]
version = "4.0.29"
version = "4.0"
features = ["suggestions", "color", "cargo", "derive"]

[dependencies.time]
version = "0.3"
version = "0.3.17"
features = ["macros", "formatting", "local-offset"]

[dev-dependencies]
cargo-husky = { version = "1", features = ["user-hooks"] }

assert_cmd = "2.0.7"
predicates = "2.1.4"
assert_cmd = "2.0"
predicates = "2.1"

0 comments on commit f3badae

Please sign in to comment.