diff --git a/CHANGELOG.md b/CHANGELOG.md index 34df714..e25b478 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.0] - 2024-10-22 + ### BREAKING CHANGES - Update public dependency `secrecy` to v0.10. @@ -118,7 +120,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial implementation. -[Unreleased]: https://github.com/LeoniePhiline/async-mailer/compare/v0.4.2...HEAD +[Unreleased]: https://github.com/LeoniePhiline/async-mailer/compare/v0.5.0...HEAD +[0.5.0]: https://github.com/LeoniePhiline/async-mailer/compare/v0.4.2...v0.5.0 [0.4.2]: https://github.com/LeoniePhiline/async-mailer/compare/v0.4.1...v0.4.2 [0.4.1]: https://github.com/LeoniePhiline/async-mailer/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/LeoniePhiline/async-mailer/compare/v0.3.5...v0.4.0 diff --git a/Cargo.toml b/Cargo.toml index d97a2d5..bd3b44a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["async", "mailer", "smtp", "outlook"] license = "MPL-2.0" repository = "https://github.com/LeoniePhiline/async-mailer" documentation = "https://docs.rs/async-mailer/" -version = "0.4.2" +version = "0.5.0" edition = "2021" [features] diff --git a/README.md b/README.md index 71ac7ca..66b4a86 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A set of async generic [`Mailer`][Mailer] and dynamic [`dyn DynMailer`][DynMaile Add to your `Cargo.toml`: ```toml -async-mailer = "0.4.2" +async-mailer = "0.5.0" ``` You can control the re-exported mailer implementations, diff --git a/src/lib.rs b/src/lib.rs index 744f590..c2b9c7f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -10,7 +10,7 @@ //! Add to your `Cargo.toml`: //! //! ```toml -//! async-mailer = "0.4.2" +//! async-mailer = "0.5.0" //! ``` //! //! You can control the re-exported mailer implementations,