release: 1.127.0
This commit is contained in:
Родитель
f1c1b41d78
Коммит
8a681898e9
23
CHANGELOG.md
23
CHANGELOG.md
|
@ -1,3 +1,26 @@
|
|||
## 1.127.0
|
||||
|
||||
### New features
|
||||
|
||||
* types: implement a serializable regex type (83d46ae)
|
||||
* code: update to rust 2018 (e77ea7a)
|
||||
|
||||
### Bug fixes
|
||||
|
||||
* scripts: ignore merge commits when generating changelog (489306b)
|
||||
* errors: convert ses invalid domain error into a 400 (5926a06)
|
||||
* db: remove unused DataType (d807e21)
|
||||
|
||||
### Refactorings
|
||||
|
||||
* settings: implement Default in enum_boilerplate! (a9c9a1b)
|
||||
* settings: promote LogFormat and LogLevel to enums (1ec10e9)
|
||||
|
||||
### Other changes
|
||||
|
||||
* docs: minor readme editorialisation (8c8e29a)
|
||||
* deps: update sendgrid (bf5486f)
|
||||
|
||||
## 1.126.0
|
||||
|
||||
### Refactorings
|
||||
|
|
|
@ -598,7 +598,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "fxa_email_service"
|
||||
version = "1.126.0"
|
||||
version = "1.127.0"
|
||||
dependencies = [
|
||||
"base64 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "fxa_email_service"
|
||||
version = "1.126.0"
|
||||
version = "1.127.0"
|
||||
publish = false
|
||||
edition = "2018"
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче