mirror of
https://github.com/chatmail/relay.git
synced 2026-09-16 04:13:13 +00:00
chore(release): prepare for 0.6.0 (#92)
Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
@@ -1,3 +1,22 @@
|
|||||||
|
## 0.6.0 - 2026-03-13
|
||||||
|
|
||||||
|
### Documentation
|
||||||
|
|
||||||
|
- *(readme)* Fix license link
|
||||||
|
- *(readme)* Clarify licensing of the binaries
|
||||||
|
- *(readme)* Improve README.md (#88)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- [**breaking**] Remove IP verification for domain-literals (#90)
|
||||||
|
|
||||||
|
### Miscellaneous Tasks
|
||||||
|
|
||||||
|
- *(ci)* Fix binary publish job (#79)
|
||||||
|
|
||||||
|
### Refactor
|
||||||
|
|
||||||
|
- Use enum for mode cli arg (#83)
|
||||||
## 0.5.2 - 2026-02-27
|
## 0.5.2 - 2026-02-27
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|||||||
Generated
+1
-1
@@ -382,7 +382,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "filtermail"
|
name = "filtermail"
|
||||||
version = "0.5.2"
|
version = "0.6.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"base64",
|
"base64",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "filtermail"
|
name = "filtermail"
|
||||||
version = "0.5.2"
|
version = "0.6.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|||||||
Reference in New Issue
Block a user