This commit is contained in:
Phil Booth 2018-11-27 17:43:24 +00:00
Родитель e8e0f6d072
Коммит bd3a58246b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 36FBB106F9C32516
3 изменённых файлов: 14 добавлений и 2 удалений

Просмотреть файл

@ -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)

2
Cargo.lock сгенерированный
Просмотреть файл

@ -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]]