Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
krojew committed Apr 21, 2023
1 parent fd878f4 commit 1305ed1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [springtime]

### New

* Reading config from optional `springtime.json` file in current directory.
* Re-exporting `BoxFuture` from `springtime-di`.
* `ApplicationConfig` derives now `Deserialize`.

### Changed

* Moved `BoxFuture`, `FutureExt` re-exports to `future` mod.
* Runners with the same priority run concurrently with `async` feature.
* Removed `async-examples` feature.

## [springtime-di] 0.3.2

### Changed
Expand Down
2 changes: 1 addition & 1 deletion springtime-web-axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ futures = "0.3.28"
fxhash = "0.2.1"
hyper = "0.14.26"
serde = "1.0.160"
springtime = { version = "0.2.0", path = "../springtime" }
springtime = { version = "0.3.0", path = "../springtime" }
springtime-di = { version = "0.3.1", path = "../springtime-di", features = ["async"] }
springtime-web-axum-derive = { version = "0.1.0", path = "../springtime-web-axum-derive", optional = true }
thiserror = "1.0.40"
Expand Down
2 changes: 1 addition & 1 deletion springtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "springtime"
version = "0.2.0"
version = "0.3.0"
edition.workspace = true
authors.workspace = true
description = "Dependency injection based application bootstrapping and execution crate."
Expand Down

0 comments on commit 1305ed1

Please sign in to comment.