Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdecimus committed Dec 28, 2023
1 parent be17314 commit 62bde42
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
sieve-rs 0.4.0
================================
- Support for expressions.

sieve-rs 0.3.1
================================
- Bump `mail-builder` dependency to 0.3.0.
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ license = "AGPL-3.0-only"
keywords = ["sieve", "interpreter", "compiler", "email", "mail"]
categories = ["email", "compilers"]
readme = "README.md"
version = "0.3.1"
version = "0.4.0"
edition = "2021"

[lib]
name = "sieve"

[dependencies]
mail-parser = { version = "0.9", git = "https://github.com/stalwartlabs/mail-parser", features = ["ludicrous_mode", "full_encoding", "serde_support"] }
mail-builder = { version = "0.3", git = "https://github.com/stalwartlabs/mail-builder", features = ["ludicrous_mode"] }
mail-parser = { version = "0.9", features = ["ludicrous_mode", "full_encoding", "serde_support"] }
mail-builder = { version = "0.3", features = ["ludicrous_mode"] }
phf = { version = "0.11", features = ["macros"] }
serde = { version = "1.0", features = ["derive", "rc"] }
bincode = "1.3.3"
ahash = { version = "0.8.0" }
fancy-regex = "0.12.0"
fancy-regex = "0.13.0"

[dev-dependencies]
serde_json = "1.0"
Expand Down

0 comments on commit 62bde42

Please sign in to comment.