Skip to content

Commit

Permalink
chore(release) prepare for v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wllfaria committed Jun 20, 2024
1 parent f7073b2 commit 88e8507
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resolver = "2"
name = "hac"

[workspace.package]
version = "0.1.0"
version = "0.2.0"

[workspace.dependencies]
hac-config = { path = "hac-config" }
Expand Down
2 changes: 1 addition & 1 deletion hac-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hac-cli"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
description = "your handy API client, on your terminal!"
repository = "https://github.com/wllfaria/hac"
Expand Down
2 changes: 1 addition & 1 deletion hac-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hac-client"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
description = "your handy API client, on your terminal!"
repository = "https://github.com/wllfaria/hac"
Expand Down
2 changes: 1 addition & 1 deletion hac-colors/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hac-colors"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
description = "your handy API client, on your terminal!"
repository = "https://github.com/wllfaria/hac"
Expand Down
2 changes: 1 addition & 1 deletion hac-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hac-config"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
description = "your handy API client, on your terminal!"
repository = "https://github.com/wllfaria/hac"
Expand Down
2 changes: 1 addition & 1 deletion hac-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hac-core"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
description = "your handy API client, on your terminal!"
repository = "https://github.com/wllfaria/hac"
Expand Down

0 comments on commit 88e8507

Please sign in to comment.