Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
krojew committed Apr 26, 2023
1 parent e9bb4ad commit af65b86
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [springtime] 1.0.0

### Changed

* Some internal improvements and dependency updates.

## [springtime-di] 1.0.0

### New
Expand Down
4 changes: 2 additions & 2 deletions springtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand All @@ -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"
Expand Down

0 comments on commit af65b86

Please sign in to comment.