Skip to content

Commit

Permalink
release: async-mailer 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoniePhiline committed Oct 22, 2024
1 parent 74857c9 commit 7eb0f94
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 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] <!-- release-date -->

## [0.5.0] - 2024-10-22

### BREAKING CHANGES

- Update public dependency `secrecy` to v0.10.
Expand Down Expand Up @@ -118,7 +120,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial implementation.

<!-- next-url -->
[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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7eb0f94

Please sign in to comment.