diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c6a3e0..48c7a98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Changed + +### Add + +### Fix + ## [0.24.0] 2025/1/1 ### Changed diff --git a/playground/Cargo.toml b/playground/Cargo.toml index adc22f2..b06918f 100644 --- a/playground/Cargo.toml +++ b/playground/Cargo.toml @@ -15,7 +15,7 @@ lazy_static = "1.4.0" [dependencies.rstest] path = "../rstest" -version = "0.24.0" +version = "0.25.0-dev" [dependencies.rstest_reuse] path = "../rstest_reuse" diff --git a/rstest/Cargo.toml b/rstest/Cargo.toml index 0dedb34..63f6074 100644 --- a/rstest/Cargo.toml +++ b/rstest/Cargo.toml @@ -13,7 +13,7 @@ name = "rstest" readme = "README.md" repository = "https://github.com/la10736/rstest" rust-version = "1.70.0" -version = "0.24.0" +version = "0.25.0-dev" [features] async-timeout = [ @@ -29,7 +29,7 @@ default = ["async-timeout", "crate-name"] [dependencies] futures-timer = { version = "3.0.3", optional = true } futures-util = { version = "0.3.30", optional = true } -rstest_macros = { version = "0.24.0", path = "../rstest_macros", default-features = false } +rstest_macros = { version = "0.25.0-dev", path = "../rstest_macros", default-features = false } [dev-dependencies] actix-rt = "2.9.0" diff --git a/rstest_macros/Cargo.toml b/rstest_macros/Cargo.toml index 92e205e..2cd67af 100644 --- a/rstest_macros/Cargo.toml +++ b/rstest_macros/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0" name = "rstest_macros" repository = "https://github.com/la10736/rstest" rust-version = "1.70.0" -version = "0.24.0" +version = "0.25.0-dev" [lib] proc-macro = true