Skip to content

Commit

Permalink
Release deadpool-postgres 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bikeshedder committed Jun 4, 2024
1 parent d752433 commit cf4276c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion postgres/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.14.0] - 2024-06-04

- Add back `async_trait` to the `GenericClient` trait.
The removal of `async_trait` caused some errors for code using
the generic client interface. A test was added to ensure future
Expand Down Expand Up @@ -213,7 +215,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.2...HEAD
[Unreleased]: https://github.com/bikeshedder/deadpool/compare/deadpool-postgres-v0.14.0...HEAD
[0.14.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-postgres-v0.13.2...deadpool-postgres-v0.14.0
[0.13.2]: https://github.com/bikeshedder/deadpool/compare/deadpool-postgres-v0.13.1...deadpool-postgres-v0.13.2
[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
Expand Down
2 changes: 1 addition & 1 deletion postgres/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deadpool-postgres"
version = "0.13.2"
version = "0.14.0"
edition = "2021"
rust-version = "1.75"
authors = ["Michael P. Jung <[email protected]>"]
Expand Down

0 comments on commit cf4276c

Please sign in to comment.