Skip to content

Commit

Permalink
inc ver
Browse files Browse the repository at this point in the history
  • Loading branch information
kingwingfly committed Jun 6, 2024
1 parent 9bc408e commit 77406d4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com

## [Unreleased]

## [0.2.25] - 2024-06-07
## [0.2.26] - 2024-06-07

- improve follow [this](https://users.rust-lang.org/t/i-just-wrote-the-hardest-code-in-my-life-any-improvements/112596)

## [0.2.25] - 2024-06-07

- yanked

## [0.2.24] - 2024-06-06

- fix: batch pull SIGINT hint missed
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resolver = "2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[workspace.package]
version = "0.2.25"
version = "0.2.26"
authors = ["Louis <[email protected]>"]
description = "Back up your favorite online resources with CLI."
license = "MIT"
Expand All @@ -16,8 +16,8 @@ documentation = ""
[workspace.dependencies]
fav_core = { path = "fav_core", version = "0.1.0" }
fav_derive = { path = "fav_derive", version = "0.0.1" }
fav_utils = { path = "fav_utils", version = "0.0.9" }
fav_cli = { path = "fav_cli", version = "0.2.25" }
fav_utils = { path = "fav_utils", version = "0.0.10" }
fav_cli = { path = "fav_cli", version = "0.2.26" }

[profile.release]
lto = "fat"
Expand Down
2 changes: 1 addition & 1 deletion fav_utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fav_utils"
version = "0.0.9"
version = "0.0.10"
authors.workspace = true
description = "Fav's utils crate; A collection of utilities and data structures for the fav project"
license.workspace = true
Expand Down

0 comments on commit 77406d4

Please sign in to comment.