From e1dede5a4e2b4d2210142c285e9ec0c109120295 Mon Sep 17 00:00:00 2001 From: Louis <836250617@qq.com> Date: Fri, 7 Jun 2024 05:54:17 +0800 Subject: [PATCH] inc ver --- CHANGELOG.md | 6 +++++- Cargo.lock | 8 ++++---- Cargo.toml | 8 ++++---- fav_core/Cargo.toml | 2 +- fav_utils/Cargo.toml | 2 +- 5 files changed, 15 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee2ac4f..e5be12a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.26] - 2024-06-07 +## [0.2.27] - 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.26] - 2024-06-07 + +- yanked + ## [0.2.25] - 2024-06-07 - yanked diff --git a/Cargo.lock b/Cargo.lock index 93cb4dc..337ff45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -367,7 +367,7 @@ checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" [[package]] name = "fav" -version = "0.2.26" +version = "0.2.27" dependencies = [ "fav_cli", "tokio", @@ -377,7 +377,7 @@ dependencies = [ [[package]] name = "fav_cli" -version = "0.2.26" +version = "0.2.27" dependencies = [ "chrono", "clap", @@ -392,7 +392,7 @@ dependencies = [ [[package]] name = "fav_core" -version = "0.1.0" +version = "0.1.1" dependencies = [ "bitflags 2.5.0", "fav_derive", @@ -425,7 +425,7 @@ dependencies = [ [[package]] name = "fav_utils" -version = "0.0.10" +version = "0.0.11" dependencies = [ "fav_core", "futures", diff --git a/Cargo.toml b/Cargo.toml index 6630985..7991942 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.26" +version = "0.2.27" authors = ["Louis <836250617@qq.com>"] description = "Back up your favorite online resources with CLI." license = "MIT" @@ -14,10 +14,10 @@ repository = "https://github.com/kingwingfly/fav" documentation = "" [workspace.dependencies] -fav_core = { path = "fav_core", version = "0.1.0" } +fav_core = { path = "fav_core", version = "0.1.1" } fav_derive = { path = "fav_derive", version = "0.0.1" } -fav_utils = { path = "fav_utils", version = "0.0.10" } -fav_cli = { path = "fav_cli", version = "0.2.26" } +fav_utils = { path = "fav_utils", version = "0.0.11" } +fav_cli = { path = "fav_cli", version = "0.2.27" } [profile.release] lto = "fat" diff --git a/fav_core/Cargo.toml b/fav_core/Cargo.toml index ec991f5..fc9939a 100644 --- a/fav_core/Cargo.toml +++ b/fav_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fav_core" -version = "0.1.0" +version = "0.1.1" authors.workspace = true description = "Fav's core crate; A collection of traits." license.workspace = true diff --git a/fav_utils/Cargo.toml b/fav_utils/Cargo.toml index 1dc6527..0b8d234 100644 --- a/fav_utils/Cargo.toml +++ b/fav_utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fav_utils" -version = "0.0.10" +version = "0.0.11" authors.workspace = true description = "Fav's utils crate; A collection of utilities and data structures for the fav project" license.workspace = true