Prepare v0.11.19 (#1115)

This commit is contained in:
Paolo Barbolini
2025-10-08 19:23:57 +02:00
committed by GitHub
parent 7899da9672
commit 12dccd2bbe
5 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +1,19 @@
<a name="v0.11.19"></a>
### v0.11.19 (2025-10-08)
#### Features
* Add raw header setter to `MessageBuilder` ([#1108])
#### Misc
* Fix README example ([#1114])
* Replace custom `static_assert!` macro with `std::assert!` ([#1112])
[#1108]: https://github.com/lettre/lettre/pull/1108
[#1112]: https://github.com/lettre/lettre/pull/1112
[#1114]: https://github.com/lettre/lettre/pull/1114
<a name="v0.11.18"></a>
### v0.11.18 (2025-07-28)