Skip to content

Commit

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

## [Unreleased]

### [0.2.20] - 2024-06-05


## [0.2.19] - 2024-06-05
## [0.2.20] - 2024-06-05

- better documente for `fav_core`
- fix bugs in batch ops
Expand All @@ -26,6 +23,10 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
- refactor all commands
- fix: cache not clear if failed or cancelled

## [0.2.19] - 2024-06-05

- yanked

## [0.2.18] - 2024-06-04

- optimize: lto set to `fat` to reduce binary size.
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

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

8 changes: 4 additions & 4 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.19"
version = "0.2.20"
authors = ["Louis <[email protected]>"]
description = "Back up your favorite online resources with CLI."
license = "MIT"
Expand All @@ -14,10 +14,10 @@ repository = "https://github.com/kingwingfly/fav"
documentation = ""

[workspace.dependencies]
fav_core = { path = "fav_core", version = "0.0.13" }
fav_core = { path = "fav_core", version = "0.0.12" }
fav_derive = { path = "fav_derive", version = "0.0.1" }
fav_utils = { path = "fav_utils", version = "0.0.8" }
fav_cli = { path = "fav_cli", version = "0.2.19" }
fav_utils = { path = "fav_utils", version = "0.0.7" }
fav_cli = { path = "fav_cli", version = "0.2.20" }

[profile.release]
lto = "fat"
Expand Down
2 changes: 1 addition & 1 deletion fav_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fav_core"
version = "0.0.13"
version = "0.0.12"
authors.workspace = true
description = "Fav's core crate; A collection of traits."
license.workspace = true
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.8"
version = "0.0.7"
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 ddfb480

Please sign in to comment.