Skip to content

Commit

Permalink
release: async-mailer-outlook 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoniePhiline committed Oct 22, 2024
1 parent c8d51d7 commit 74857c9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ tracing = ["async-mailer-core/tracing", "async-mailer-outlook?/tracing", "async-

[dependencies]
async-mailer-core = { path = "core", version = "0.3" }
async-mailer-outlook = { optional = true, path = "outlook", version = "0.3" }
async-mailer-outlook = { optional = true, path = "outlook", version = "0.4" }
async-mailer-smtp = { optional = true, path = "smtp", version = "0.4" }
secrecy = "0.10.0"
5 changes: 4 additions & 1 deletion outlook/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.4.0] - 2024-10-22

### BREAKING CHANGES

- Update public dependency `secrecy` to v0.10.
Expand Down Expand Up @@ -86,7 +88,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/async-mailer-outlook-v0.3.2...HEAD
[Unreleased]: https://github.com/LeoniePhiline/async-mailer/compare/async-mailer-outlook-v0.4.0...HEAD
[0.4.0]: https://github.com/LeoniePhiline/async-mailer/compare/async-mailer-outlook-v0.3.2...async-mailer-outlook-v0.4.0
[0.3.2]: https://github.com/LeoniePhiline/async-mailer/compare/async-mailer-outlook-v0.3.1...async-mailer-outlook-v0.3.2
[0.3.1]: https://github.com/LeoniePhiline/async-mailer/compare/async-mailer-outlook-v0.3.0...async-mailer-outlook-v0.3.1
[0.3.0]: https://github.com/LeoniePhiline/async-mailer/compare/async-mailer-outlook-v0.2.3...async-mailer-outlook-v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion outlook/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords = ["async", "mailer", "outlook"]
license = "MPL-2.0"
repository = "https://github.com/LeoniePhiline/async-mailer/outlook"
documentation = "https://docs.rs/async-mailer-outlook/"
version = "0.3.2"
version = "0.4.0"
edition = "2021"

[features]
Expand Down

0 comments on commit 74857c9

Please sign in to comment.