Skip to content

Commit

Permalink
Release all deadpool crates
Browse files Browse the repository at this point in the history
  • Loading branch information
bikeshedder committed May 4, 2024
1 parent 103f003 commit c776ff5
Show file tree
Hide file tree
Showing 20 changed files with 82 additions and 28 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.12.0] - 2024-05-04

- Add `Send` to `Manager::Type` and `Manager::Error` associated types
- Add `Send` to `Manager::create` and `Manager::recycle` return types

Expand Down Expand Up @@ -188,7 +190,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- First release

<!-- next-url -->
[Unreleased]: https://github.com/bikeshedder/deadpool/compare/deadpool-v0.11.2...HEAD
[Unreleased]: https://github.com/bikeshedder/deadpool/compare/deadpool-v0.12.0...HEAD
[0.12.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-v0.11.2...deadpool-v0.12.0
[0.11.2]: https://github.com/bikeshedder/deadpool/compare/deadpool-v0.11.1...deadpool-v0.11.2
[0.11.1]: https://github.com/bikeshedder/deadpool/compare/deadpool-v0.11.0...deadpool-v0.11.1
[0.11.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-v0.10.0...deadpool-v0.11.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deadpool"
version = "0.11.2"
version = "0.12.0"
edition = "2021"
rust-version = "1.75"
authors = ["Michael P. Jung <michael.jung@terreon.de>"]
Expand Down
7 changes: 6 additions & 1 deletion diesel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.1] - 2024-05-04

- Update `deadpool` dependency to version `0.12`

## [0.6.0] - 2024-04-01

- Update `deadpool` dependency to version `0.11`
Expand Down Expand Up @@ -63,7 +67,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- First release

<!-- next-url -->
[Unreleased]: https://github.com/bikeshedder/deadpool/compare/deadpool-diesel-v0.6.0...HEAD
[Unreleased]: https://github.com/bikeshedder/deadpool/compare/deadpool-diesel-v0.6.1...HEAD
[0.6.1]: https://github.com/bikeshedder/deadpool/compare/deadpool-diesel-v0.6.0...deadpool-diesel-v0.6.1
[0.6.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-diesel-v0.5.0...deadpool-diesel-v0.6.0
[0.5.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-diesel-v0.4.1...deadpool-diesel-v0.5.0
[0.4.1]: https://github.com/bikeshedder/deadpool/compare/deadpool-diesel-v0.4.0...deadpool-diesel-v0.4.1
Expand Down
4 changes: 2 additions & 2 deletions diesel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deadpool-diesel"
version = "0.6.0"
version = "0.6.1"
edition = "2021"
rust-version = "1.75"
authors = ["Michael P. Jung <michael.jung@terreon.de>"]
Expand All @@ -25,7 +25,7 @@ serde = ["deadpool/serde"]
tracing = ["deadpool-sync/tracing"]

[dependencies]
deadpool = { path = "../", version = "0.11.0", default-features = false, features = [
deadpool = { path = "../", version = "0.12.0", default-features = false, features = [
"managed",
] }
deadpool-sync = { path = "../sync", version = "0.1.1" }
Expand Down
8 changes: 7 additions & 1 deletion lapin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.12.1] - 2024-05-04

- Update `deadpool` dependency to version `0.12`
- Add `LICENSE-APACHE` and `LICENSE-MIT` files to published crates

## [0.12.0] - 2024-04-01

- Update `deadpool` dependency to version `0.11`
Expand Down Expand Up @@ -65,7 +70,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- First release

<!-- next-url -->
[Unreleased]: https://github.com/bikeshedder/deadpool/compare/deadpool-lapin-v0.12.0...HEAD
[Unreleased]: https://github.com/bikeshedder/deadpool/compare/deadpool-lapin-v0.12.1...HEAD
[0.12.1]: https://github.com/bikeshedder/deadpool/compare/deadpool-lapin-v0.12.0...deadpool-lapin-v0.12.1
[0.12.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-lapin-v0.11.0...deadpool-lapin-v0.12.0
[0.11.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-lapin-v0.10.0...deadpool-lapin-v0.11.0
[0.10.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-lapin-v0.9.1...deadpool-lapin-v0.10.0
Expand Down
4 changes: 2 additions & 2 deletions lapin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deadpool-lapin"
version = "0.12.0"
version = "0.12.1"
edition = "2021"
rust-version = "1.75"
authors = ["Michael P. Jung <michael.jung@terreon.de>"]
Expand All @@ -22,7 +22,7 @@ serde = ["deadpool/serde", "dep:serde"]

[dependencies]
async-executor-trait = { version = "2.1", optional = true }
deadpool = { path = "../", version = "0.11.0", default-features = false, features = [
deadpool = { path = "../", version = "0.12.0", default-features = false, features = [
"managed",
] }
lapin = { version = "2.0", default-features = false }
Expand Down
8 changes: 7 additions & 1 deletion memcached/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.2] - 2024-05-04

- Update `deadpool` dependency to version `0.12`
- Add `LICENSE-APACHE` and `LICENSE-MIT` files to published crates

## [0.3.1] - 2024-04-06

- Remove unused `futures` and `log` dependencies
Expand All @@ -33,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release.

<!-- next-url -->
[Unreleased]: https://github.com/bikeshedder/deadpool/compare/deadpool-memcached-v0.3.1...HEAD
[Unreleased]: https://github.com/bikeshedder/deadpool/compare/deadpool-memcached-v0.3.2...HEAD
[0.3.2]: https://github.com/bikeshedder/deadpool/compare/deadpool-memcached-v0.3.1...deadpool-memcached-v0.3.2
[0.3.1]: https://github.com/bikeshedder/deadpool/compare/deadpool-memcached-v0.3.0...deadpool-memcached-v0.3.1
[0.3.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-memcached-v0.2.0...deadpool-memcached-v0.3.0
[0.2.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-memcached-v0.1.2...deadpool-memcached-v0.2.0
Expand Down
4 changes: 2 additions & 2 deletions memcached/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deadpool-memcached"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
rust-version = "1.75"
authors = [
Expand All @@ -23,7 +23,7 @@ tcp = ["async-memcached/tcp"]

[dependencies]
async-memcached = { version = "0.1", default-features = false }
deadpool = { path = "../", version = "0.11.0", default-features = false, features = [
deadpool = { path = "../", version = "0.12.0", default-features = false, features = [
"managed",
] }
# This crate doesn't directly depend on tokio but async-memcached 0.1.7
Expand Down
8 changes: 7 additions & 1 deletion postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.13.1] - 2024-05-04

- Update `deadpool` dependency to version `0.12`
- Add `LICENSE-APACHE` and `LICENSE-MIT` files to published crates

## [0.13.0] - 2024-04-01

- Update `deadpool` dependency to version `0.11`
Expand Down Expand Up @@ -197,7 +202,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- First release

<!-- next-url -->
[Unreleased]: https://github.com/bikeshedder/deadpool/compare/deadpool-postgres-v0.13.0...HEAD
[Unreleased]: https://github.com/bikeshedder/deadpool/compare/deadpool-postgres-v0.13.1...HEAD
[0.13.1]: https://github.com/bikeshedder/deadpool/compare/deadpool-postgres-v0.13.0...deadpool-postgres-v0.13.1
[0.13.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-postgres-v0.12.1...deadpool-postgres-v0.13.0
[0.12.1]: https://github.com/bikeshedder/deadpool/compare/deadpool-postgres-v0.12.0...deadpool-postgres-v0.12.1
[0.12.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-postgres-v0.11.0...deadpool-postgres-v0.12.0
Expand Down
4 changes: 2 additions & 2 deletions postgres/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deadpool-postgres"
version = "0.13.0"
version = "0.13.1"
edition = "2021"
rust-version = "1.75"
authors = ["Michael P. Jung <michael.jung@terreon.de>"]
Expand All @@ -20,7 +20,7 @@ rt_async-std_1 = ["deadpool/rt_async-std_1"]
serde = ["deadpool/serde", "dep:serde"]

[dependencies]
deadpool = { path = "../", version = "0.11.0", default-features = false, features = [
deadpool = { path = "../", version = "0.12.0", default-features = false, features = [
"managed",
] }
serde = { package = "serde", version = "1.0", features = [
Expand Down
8 changes: 7 additions & 1 deletion r2d2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.1] - 2024-05-04

- Update `deadpool` dependency to version `0.12`
- Add `LICENSE-APACHE` and `LICENSE-MIT` files to published crates

## [0.4.0] - 2024-04-01

- Update `deadpool` dependency to version `0.11`
Expand All @@ -32,7 +37,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- First release

<!-- next-url -->
[Unreleased]: https://github.com/bikeshedder/deadpool/compare/deadpool-r2d2-v0.4.0...HEAD
[Unreleased]: https://github.com/bikeshedder/deadpool/compare/deadpool-r2d2-v0.4.1...HEAD
[0.4.1]: https://github.com/bikeshedder/deadpool/compare/deadpool-r2d2-v0.4.0...deadpool-r2d2-v0.4.1
[0.4.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-r2d2-v0.3.0...deadpool-r2d2-v0.4.0
[0.3.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-r2d2-v0.2.0...deadpool-r2d2-v0.3.0
[0.2.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-r2d2-v0.1.0...deadpool-r2d2-v0.2.0
Expand Down
6 changes: 3 additions & 3 deletions r2d2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deadpool-r2d2"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
rust-version = "1.75"
authors = ["Michael P. Jung <michael.jung@terreon.de>"]
Expand All @@ -22,13 +22,13 @@ serde = ["deadpool/serde"]
tracing = ["deadpool-sync/tracing"]

[dependencies]
deadpool = { path = "../", version = "0.11.0", default-features = false, features = [
deadpool = { path = "../", version = "0.12.0", default-features = false, features = [
"managed",
] }
deadpool-sync = { path = "../sync", version = "0.1.1" }
r2d2 = { version = "0.8.9", default-features = false }

[dev-dependencies]
tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread"] }
deadpool = { path = "../", version = "0.11.0-pre", features = ["rt_tokio_1"] }
deadpool = { path = "../", version = "0.12", features = ["rt_tokio_1"] }
r2d2_postgres = "0.18"
8 changes: 7 additions & 1 deletion redis/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.15.1] - 2024-05-04

- Update `deadpool` dependency to version `0.12`
- Add `LICENSE-APACHE` and `LICENSE-MIT` files to published crates

## [0.15.0] - 2024-04-01

- Update `redis` dependency to version `0.25`
Expand Down Expand Up @@ -152,7 +157,8 @@ Release of 0.6 and 0.7 with the following feature backported:
- First release

<!-- next-url -->
[Unreleased]: https://github.com/bikeshedder/deadpool/compare/deadpool-redis-v0.15.0...HEAD
[Unreleased]: https://github.com/bikeshedder/deadpool/compare/deadpool-redis-v0.15.1...HEAD
[0.15.1]: https://github.com/bikeshedder/deadpool/compare/deadpool-redis-v0.15.0...deadpool-redis-v0.15.1
[0.15.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-redis-v0.14.0...deadpool-redis-v0.15.0
[0.14.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-redis-v0.13.0...deadpool-redis-v0.14.0
[0.13.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-redis-v0.12.0...deadpool-redis-v0.13.0
Expand Down
4 changes: 2 additions & 2 deletions redis/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deadpool-redis"
version = "0.15.0"
version = "0.15.1"
edition = "2021"
rust-version = "1.75"
authors = [
Expand All @@ -25,7 +25,7 @@ serde = ["deadpool/serde", "dep:serde"]
cluster = ["redis/cluster-async"]

[dependencies]
deadpool = { path = "../", version = "0.11.0", default-features = false, features = [
deadpool = { path = "../", version = "0.12.0", default-features = false, features = [
"managed",
] }
redis = { version = "0.25", default-features = false, features = ["aio"] }
Expand Down
7 changes: 6 additions & 1 deletion runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.4] - 2024-05-24

- Add `LICENSE-APACHE` and `LICENSE-MIT` files to published crates

## [0.1.3] - 2023-09-26

- Bump up MSRV to `1.63` to match the one of `tokio`
Expand All @@ -26,7 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- First release

<!-- next-url -->
[Unreleased]: https://github.com/bikeshedder/deadpool/compare/deadpool-runtime-v0.1.3...HEAD
[Unreleased]: https://github.com/bikeshedder/deadpool/compare/deadpool-runtime-v0.1.4...HEAD
[0.1.4]: https://github.com/bikeshedder/deadpool/compare/deadpool-runtime-v0.1.3...deadpool-runtime-v0.1.4
[0.1.3]: https://github.com/bikeshedder/deadpool/compare/deadpool-runtime-v0.1.2...deadpool-runtime-v0.1.3
[0.1.2]: https://github.com/bikeshedder/deadpool/compare/deadpool-runtime-v0.1.1...deadpool-runtime-v0.1.2
[0.1.1]: https://github.com/bikeshedder/deadpool/compare/deadpool-runtime-v0.1.0...deadpool-runtime-v0.1.1
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deadpool-runtime"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
rust-version = "1.75"
authors = ["Michael P. Jung <michael.jung@terreon.de>"]
Expand Down
8 changes: 7 additions & 1 deletion sqlite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.1] - 2024-05-04

- Update `deadpool` dependency to version `0.12`
- Add `LICENSE-APACHE` and `LICENSE-MIT` files to published crates

## [0.8.0] - 2024-04-01

- Update `rusqlite` dependency to version `0.31`
Expand Down Expand Up @@ -56,7 +61,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- First release

<!-- next-url -->
[Unreleased]: https://github.com/bikeshedder/deadpool/compare/deadpool-sqlite-v0.8.0...HEAD
[Unreleased]: https://github.com/bikeshedder/deadpool/compare/deadpool-sqlite-v0.8.1...HEAD
[0.8.1]: https://github.com/bikeshedder/deadpool/compare/deadpool-sqlite-v0.8.0...deadpool-sqlite-v0.8.1
[0.8.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-sqlite-v0.7.0...deadpool-sqlite-v0.8.0
[0.7.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-sqlite-v0.6.0...deadpool-sqlite-v0.7.0
[0.6.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-sqlite-v0.5.0...deadpool-sqlite-v0.6.0
Expand Down
4 changes: 2 additions & 2 deletions sqlite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deadpool-sqlite"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
rust-version = "1.75"
authors = ["Michael P. Jung <michael.jung@terreon.de>"]
Expand All @@ -22,7 +22,7 @@ serde = ["deadpool/serde", "dep:serde"]
tracing = ["deadpool-sync/tracing"]

[dependencies]
deadpool = { path = "../", version = "0.11.0", default-features = false, features = [
deadpool = { path = "../", version = "0.12.0", default-features = false, features = [
"managed",
] }
deadpool-sync = { path = "../sync", version = "0.1.1" }
Expand Down
7 changes: 6 additions & 1 deletion sync/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.3] - 2024-05-24

- Add `LICENSE-APACHE` and `LICENSE-MIT` files to published crates

## [0.1.2] - 2023-09-26

- Add `tracing` feature to `README`
Expand All @@ -25,7 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- First release

<!-- next-url -->
[Unreleased]: https://github.com/bikeshedder/deadpool/compare/deadpool-sync-v0.1.1...HEAD
[Unreleased]: https://github.com/bikeshedder/deadpool/compare/deadpool-sync-v0.1.3...HEAD
[0.1.3]: https://github.com/bikeshedder/deadpool/compare/deadpool-sync-v0.1.2...deadpool-sync-v0.1.3
[0.1.2]: https://github.com/bikeshedder/deadpool/compare/deadpool-sync-v0.1.1...deadpool-sync-v0.1.2
[0.1.1]: https://github.com/bikeshedder/deadpool/compare/deadpool-sync-v0.1.0...deadpool-sync-v0.1.1
[0.1.0]: https://github.com/bikeshedder/deadpool/releases/tag/deadpool-sync-v0.1.0
2 changes: 1 addition & 1 deletion sync/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deadpool-sync"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
rust-version = "1.75"
authors = ["Michael P. Jung <michael.jung@terreon.de>"]
Expand Down

0 comments on commit c776ff5

Please sign in to comment.