release: 1.126.0
This commit is contained in:
Родитель
e8e0f6d072
Коммит
bd3a58246b
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,3 +1,15 @@
|
|||
## 1.126.0
|
||||
|
||||
### Refactorings
|
||||
|
||||
* settings: rename `BounceLimit(s)` to `DeliveryProblemLimit(s)` (1d5e817)
|
||||
* settings: promote Env to an enum from a wrapped string (dba93f0)
|
||||
|
||||
### Other changes
|
||||
|
||||
* build: lower the debug level to decrease binary size (91a5173)
|
||||
* package: create an automated release script (05acce1)
|
||||
|
||||
## 1.125.2 (2018-11-20)
|
||||
|
||||
|
||||
|
|
|
@ -598,7 +598,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "fxa_email_service"
|
||||
version = "1.125.2"
|
||||
version = "1.126.0"
|
||||
dependencies = [
|
||||
"base64 0.9.2 (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.125.2"
|
||||
version = "1.126.0"
|
||||
publish = false
|
||||
|
||||
[[bin]]
|
||||
|
|
Загрузка…
Ссылка в новой задаче