Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions crates/deadpool-diesel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ 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.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
[0.4.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-diesel-v0.3.1...deadpool-diesel-v0.4.0
[0.3.1]: https://github.com/bikeshedder/deadpool/compare/deadpool-diesel-v0.3.0...deadpool-diesel-v0.3.1
[0.3.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-diesel-v0.2.0...deadpool-diesel-v0.3.0
[0.2.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-diesel-v0.1.2...deadpool-diesel-v0.2.0
[0.1.2]: https://github.com/bikeshedder/deadpool/compare/deadpool-diesel-v0.1.1...deadpool-diesel-v0.1.2
[0.1.1]: https://github.com/bikeshedder/deadpool/compare/deadpool-diesel-v0.1.0...deadpool-diesel-v0.1.1
[0.1.0]: https://github.com/bikeshedder/deadpool/releases/tag/deadpool-diesel-v0.1.0
[Unreleased]: https://github.com/deadpool-rs/deadpool/compare/deadpool-diesel-v0.6.1...HEAD
[0.6.1]: https://github.com/deadpool-rs/deadpool/compare/deadpool-diesel-v0.6.0...deadpool-diesel-v0.6.1
[0.6.0]: https://github.com/deadpool-rs/deadpool/compare/deadpool-diesel-v0.5.0...deadpool-diesel-v0.6.0
[0.5.0]: https://github.com/deadpool-rs/deadpool/compare/deadpool-diesel-v0.4.1...deadpool-diesel-v0.5.0
[0.4.1]: https://github.com/deadpool-rs/deadpool/compare/deadpool-diesel-v0.4.0...deadpool-diesel-v0.4.1
[0.4.0]: https://github.com/deadpool-rs/deadpool/compare/deadpool-diesel-v0.3.1...deadpool-diesel-v0.4.0
[0.3.1]: https://github.com/deadpool-rs/deadpool/compare/deadpool-diesel-v0.3.0...deadpool-diesel-v0.3.1
[0.3.0]: https://github.com/deadpool-rs/deadpool/compare/deadpool-diesel-v0.2.0...deadpool-diesel-v0.3.0
[0.2.0]: https://github.com/deadpool-rs/deadpool/compare/deadpool-diesel-v0.1.2...deadpool-diesel-v0.2.0
[0.1.2]: https://github.com/deadpool-rs/deadpool/compare/deadpool-diesel-v0.1.1...deadpool-diesel-v0.1.2
[0.1.1]: https://github.com/deadpool-rs/deadpool/compare/deadpool-diesel-v0.1.0...deadpool-diesel-v0.1.1
[0.1.0]: https://github.com/deadpool-rs/deadpool/releases/tag/deadpool-diesel-v0.1.0
2 changes: 1 addition & 1 deletion crates/deadpool-diesel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Michael P. Jung <michael.jung@terreon.de>"]
description = "Dead simple async pool for diesel"
keywords = ["async", "database", "pool", "diesel"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bikeshedder/deadpool"
repository = "https://github.com/deadpool-rs/deadpool"
readme = "README.md"

[package.metadata.docs.rs]
Expand Down
2 changes: 1 addition & 1 deletion crates/deadpool-diesel/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Deadpool for Diesel [![Latest Version](https://img.shields.io/crates/v/deadpool-diesel.svg)](https://crates.io/crates/deadpool-diesel) ![Unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg "Unsafe forbidden") [![Rust 1.75+](https://img.shields.io/badge/rustc-1.75+-lightgray.svg "Rust 1.75+")](https://blog.rust-lang.org/2023/12/28/Rust-1.75.0.html)
# Deadpool for Diesel [![Latest Version](https://img.shields.io/crates/v/deadpool-diesel.svg)](https://crates.io/crates/deadpool-diesel) [![Build Status](https://img.shields.io/github/actions/workflow/status/deadpool-rs/deadpool/deadpool-diesel.yml?branch=main)](https://github.com/deadpool-rs/deadpool/actions/workflows/deadpool-diesel.yml?query=branch%3Amain) ![Unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg "Unsafe forbidden") [![Rust 1.75+](https://img.shields.io/badge/rustc-1.75+-lightgray.svg "Rust 1.75+")](https://blog.rust-lang.org/2023/12/28/Rust-1.75.0.html)

Deadpool is a dead simple async pool for connections and objects
of any type.
Expand Down
30 changes: 15 additions & 15 deletions crates/deadpool-lapin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,18 +88,18 @@ 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.13.1...HEAD
[0.13.1]: https://github.com/bikeshedder/deadpool/compare/deadpool-lapin-v0.13.0...deadpool-lapin-v0.13.1
[0.13.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-lapin-v0.12.1...deadpool-lapin-v0.13.0
[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
[0.9.1]: https://github.com/bikeshedder/deadpool/compare/deadpool-lapin-v0.9.0...deadpool-lapin-v0.9.1
[0.9.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-lapin-v0.8.0...deadpool-lapin-v0.9.0
[0.8.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-lapin-v0.7.0...deadpool-lapin-v0.8.0
[0.7.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-lapin-v0.6.2...deadpool-lapin-v0.7.0
[0.6.2]: https://github.com/bikeshedder/deadpool/compare/deadpool-lapin-v0.6.1...deadpool-lapin-v0.6.2
[0.6.1]: https://github.com/bikeshedder/deadpool/compare/deadpool-lapin-v0.6.0...deadpool-lapin-v0.6.1
[0.6.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-lapin-v0.5.0...deadpool-lapin-v0.6.0
[0.5.0]: https://github.com/bikeshedder/deadpool/releases/tag/deadpool-lapin-v0.5.0
[Unreleased]: https://github.com/deadpool-rs/deadpool/compare/deadpool-lapin-v0.13.1...HEAD
[0.13.1]: https://github.com/deadpool-rs/deadpool/compare/deadpool-lapin-v0.13.0...deadpool-lapin-v0.13.1
[0.13.0]: https://github.com/deadpool-rs/deadpool/compare/deadpool-lapin-v0.12.1...deadpool-lapin-v0.13.0
[0.12.1]: https://github.com/deadpool-rs/deadpool/compare/deadpool-lapin-v0.12.0...deadpool-lapin-v0.12.1
[0.12.0]: https://github.com/deadpool-rs/deadpool/compare/deadpool-lapin-v0.11.0...deadpool-lapin-v0.12.0
[0.11.0]: https://github.com/deadpool-rs/deadpool/compare/deadpool-lapin-v0.10.0...deadpool-lapin-v0.11.0
[0.10.0]: https://github.com/deadpool-rs/deadpool/compare/deadpool-lapin-v0.9.1...deadpool-lapin-v0.10.0
[0.9.1]: https://github.com/deadpool-rs/deadpool/compare/deadpool-lapin-v0.9.0...deadpool-lapin-v0.9.1
[0.9.0]: https://github.com/deadpool-rs/deadpool/compare/deadpool-lapin-v0.8.0...deadpool-lapin-v0.9.0
[0.8.0]: https://github.com/deadpool-rs/deadpool/compare/deadpool-lapin-v0.7.0...deadpool-lapin-v0.8.0
[0.7.0]: https://github.com/deadpool-rs/deadpool/compare/deadpool-lapin-v0.6.2...deadpool-lapin-v0.7.0
[0.6.2]: https://github.com/deadpool-rs/deadpool/compare/deadpool-lapin-v0.6.1...deadpool-lapin-v0.6.2
[0.6.1]: https://github.com/deadpool-rs/deadpool/compare/deadpool-lapin-v0.6.0...deadpool-lapin-v0.6.1
[0.6.0]: https://github.com/deadpool-rs/deadpool/compare/deadpool-lapin-v0.5.0...deadpool-lapin-v0.6.0
[0.5.0]: https://github.com/deadpool-rs/deadpool/releases/tag/deadpool-lapin-v0.5.0
2 changes: 1 addition & 1 deletion crates/deadpool-lapin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Michael P. Jung <michael.jung@terreon.de>"]
description = "Dead simple async pool for lapin"
keywords = ["async", "lapin", "pool", "amqp", "rabbitmq"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bikeshedder/deadpool"
repository = "https://github.com/deadpool-rs/deadpool"
readme = "README.md"

[package.metadata.docs.rs]
Expand Down
2 changes: 1 addition & 1 deletion crates/deadpool-lapin/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Deadpool for Lapin [![Latest Version](https://img.shields.io/crates/v/deadpool-lapin.svg)](https://crates.io/crates/deadpool-lapin) ![Unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg "Unsafe forbidden") [![Rust 1.75+](https://img.shields.io/badge/rustc-1.75+-lightgray.svg "Rust 1.75+")](https://blog.rust-lang.org/2023/12/28/Rust-1.75.0.html)
# Deadpool for Lapin [![Latest Version](https://img.shields.io/crates/v/deadpool-lapin.svg)](https://crates.io/crates/deadpool-lapin) [![Build Status](https://img.shields.io/github/actions/workflow/status/deadpool-rs/deadpool/deadpool-lapin.yml?branch=main)](https://github.com/deadpool-rs/deadpool/actions/workflows/deadpool-lapin.yml?query=branch%3Amain) ![Unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg "Unsafe forbidden") [![Rust 1.75+](https://img.shields.io/badge/rustc-1.75+-lightgray.svg "Rust 1.75+")](https://blog.rust-lang.org/2023/12/28/Rust-1.75.0.html)

Deadpool is a dead simple async pool for connections and objects
of any type.
Expand Down
2 changes: 1 addition & 1 deletion crates/deadpool-libsql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-url -->
[Unreleased]: https://github.com/deadpool-rs/deadpool/compare/deadpool-libsql-v0.1.0...HEAD
[0.1.0]: https://github.com/bikeshedder/deadpool/releases/tag/deadpool-libsql-v0.1.0
[0.1.0]: https://github.com/deadpool-rs/deadpool/releases/tag/deadpool-libsql-v0.1.0
2 changes: 1 addition & 1 deletion crates/deadpool-libsql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Michael P. Jung <michael.jung@terreon.de>"]
description = "Dead simple async pool for libsql"
keywords = ["async", "libsql", "database", "pool"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bikeshedder/deadpool"
repository = "https://github.com/deadpool-rs/deadpool"
readme = "README.md"

[package.metadata.docs.rs]
Expand Down
2 changes: 1 addition & 1 deletion crates/deadpool-libsql/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Deadpool for libsql [![Latest Version](https://img.shields.io/crates/v/deadpool-libsql.svg)](https://crates.io/crates/deadpool-libsql) ![Unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg "Unsafe forbidden") [![Rust 1.81+](https://img.shields.io/badge/rustc-1.81+-lightgray.svg "Rust 1.81+")](https://blog.rust-lang.org/2023/12/28/Rust-1.81.0.html)
# Deadpool for libsql [![Latest Version](https://img.shields.io/crates/v/deadpool-libsql.svg)](https://crates.io/crates/deadpool-libsql) [![Build Status](https://img.shields.io/github/actions/workflow/status/deadpool-rs/deadpool/deadpool-libsql.yml?branch=main)](https://github.com/deadpool-rs/deadpool/actions/workflows/deadpool-libsql.yml?query=branch%3Amain) ![Unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg "Unsafe forbidden") [![Rust 1.81+](https://img.shields.io/badge/rustc-1.81+-lightgray.svg "Rust 1.81+")](https://blog.rust-lang.org/2023/12/28/Rust-1.81.0.html)

Deadpool is a dead simple async pool for connections and objects
of any type.
Expand Down
14 changes: 7 additions & 7 deletions crates/deadpool-memcached/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ 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.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
[0.1.2]: https://github.com/bikeshedder/deadpool/compare/deadpool-memcached-v0.1.0...deadpool-memcached-v0.1.2
[0.1.0]: https://github.com/bikeshedder/deadpool/deadpool-memcached-v0.1.0
[Unreleased]: https://github.com/deadpool-rs/deadpool/compare/deadpool-memcached-v0.3.2...HEAD
[0.3.2]: https://github.com/deadpool-rs/deadpool/compare/deadpool-memcached-v0.3.1...deadpool-memcached-v0.3.2
[0.3.1]: https://github.com/deadpool-rs/deadpool/compare/deadpool-memcached-v0.3.0...deadpool-memcached-v0.3.1
[0.3.0]: https://github.com/deadpool-rs/deadpool/compare/deadpool-memcached-v0.2.0...deadpool-memcached-v0.3.0
[0.2.0]: https://github.com/deadpool-rs/deadpool/compare/deadpool-memcached-v0.1.2...deadpool-memcached-v0.2.0
[0.1.2]: https://github.com/deadpool-rs/deadpool/compare/deadpool-memcached-v0.1.0...deadpool-memcached-v0.1.2
[0.1.0]: https://github.com/deadpool-rs/deadpool/deadpool-memcached-v0.1.0
2 changes: 1 addition & 1 deletion crates/deadpool-memcached/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors = [
description = "Dead simple async pool for memcached"
keywords = ["async", "memcached", "pool"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bikeshedder/deadpool"
repository = "https://github.com/deadpool-rs/deadpool"
readme = "README.md"

[package.metadata.docs.rs]
Expand Down
2 changes: 1 addition & 1 deletion crates/deadpool-memcached/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Deadpool for Memcached [![Latest Version](https://img.shields.io/crates/v/deadpool-memcached.svg)](https://crates.io/crates/deadpool-memcached) [![Rust 1.75+](https://img.shields.io/badge/rustc-1.75+-lightgray.svg "Rust 1.75+")](https://blog.rust-lang.org/2023/12/28/Rust-1.75.0.html)
# Deadpool for Memcached [![Latest Version](https://img.shields.io/crates/v/deadpool-memcached.svg)](https://crates.io/crates/deadpool-memcached) [![Build Status](https://img.shields.io/github/actions/workflow/status/deadpool-rs/deadpool/deadpool-memcached.yml?branch=main)](https://github.com/deadpool-rs/deadpool/actions/workflows/deadpool-memcached.yml?query=branch%3Amain) ![Unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg "Unsafe forbidden") [![Rust 1.75+](https://img.shields.io/badge/rustc-1.75+-lightgray.svg "Rust 1.75+")](https://blog.rust-lang.org/2023/12/28/Rust-1.75.0.html)

Deadpool is a dead simple async pool for connections and objects of any type.

Expand Down
Loading