mirror of
https://github.com/chatmail/relay.git
synced 2026-09-12 18:33:15 +00:00
chore(release): prepare for 0.1.1
Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
committed by
Jagoda Estera Ślązak
parent
e214a74252
commit
06b7b0ca6d
@@ -0,0 +1,39 @@
|
|||||||
|
## 0.1.1 - 2026-01-21
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- Improve address extraction from SMTP commands (#14)
|
||||||
|
- Correct a typo in SMTP answer (#11)
|
||||||
|
- *(config)* Set default values for internal SMTP ports and max message size (#12)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- Improve logging (#13)
|
||||||
|
|
||||||
|
### Miscellaneous Tasks
|
||||||
|
|
||||||
|
- *(dist)* Configure cargo-dist (#10)
|
||||||
|
- Configure git-cliff
|
||||||
|
|
||||||
|
### Refactor
|
||||||
|
|
||||||
|
- Get rid of indexing and slicing in check_armored_payload() (#15)
|
||||||
|
- Apply more lints (#17)
|
||||||
|
## 0.1.0 - 2026-01-19
|
||||||
|
|
||||||
|
### Documentation
|
||||||
|
|
||||||
|
- *(readme)* Add README.md
|
||||||
|
- *(license)* Add LICENSE
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- Initial implementation
|
||||||
|
|
||||||
|
### Miscellaneous Tasks
|
||||||
|
|
||||||
|
- Init repository
|
||||||
|
- *(dependabot)* Setup dependabot
|
||||||
|
- *(ci)* Setup CI
|
||||||
|
- *(dependabot)* Add github-actions to dependabot
|
||||||
|
- *(cargo)* Add metadata
|
||||||
Generated
+1
-1
@@ -232,7 +232,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "filtermail"
|
name = "filtermail"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"base64",
|
"base64",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "filtermail"
|
name = "filtermail"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|||||||
Reference in New Issue
Block a user