From af65b8615c5bbd04cdbdd8e820192884cbc8ab4b Mon Sep 17 00:00:00 2001 From: Kamil Rojewski Date: Wed, 26 Apr 2023 07:50:07 +0200 Subject: [PATCH] version bump --- CHANGELOG.md | 6 ++++++ springtime/Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f544f1..e1d99ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [springtime] 1.0.0 + +### Changed + +* Some internal improvements and dependency updates. + ## [springtime-di] 1.0.0 ### New diff --git a/springtime/Cargo.toml b/springtime/Cargo.toml index 47d82fd..a3b0aff 100644 --- a/springtime/Cargo.toml +++ b/springtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "springtime" -version = "0.3.0" +version = "1.0.0" edition.workspace = true authors.workspace = true description = "Dependency injection based application bootstrapping and execution crate." @@ -21,7 +21,7 @@ config = "0.13.3" derive_more = "0.99.17" futures = { version = "0.3.28", optional = true } serde = "1.0.159" -springtime-di = { version = "0.3.1", path = "../springtime-di", default-features = false, features = ["derive"] } +springtime-di = { version = "1.0.0", path = "../springtime-di", default-features = false, features = ["derive"] } thiserror = "1.0.39" tokio = { version = "1.27.0", features = ["full"], optional = true } tracing = "0.1.37"