mirror of
https://github.com/chatmail/relay.git
synced 2026-08-11 02:50:53 +00:00
chore(release): prepare for 0.6.0 (#92)
Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
committed by
GitHub
parent
8dd9436a0d
commit
b31e13a417
@@ -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
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
Generated
+1
-1
@@ -382,7 +382,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
|
||||
|
||||
[[package]]
|
||||
name = "filtermail"
|
||||
version = "0.5.2"
|
||||
version = "0.6.0"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"base64",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "filtermail"
|
||||
version = "0.5.2"
|
||||
version = "0.6.0"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
|
||||
Reference in New Issue
Block a user