1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

chore(actix-settings): prepare release 0.7.1

This commit is contained in:
Rob Ede
2023-11-03 20:30:00 +00:00
parent 11046d7663
commit 31540f8e4b
4 changed files with 9 additions and 5 deletions

View File

@ -2,6 +2,10 @@
## Unreleased
## 0.7.1
- Fix doc examples.
## 0.7.0
- The `ApplySettings` trait now includes a type parameter, allowing multiple types to be implemented per configuration target.