Skip to content

Commit 97d1b7e

Browse files
feat: v0.1.5 — CLI + TUI SaaS auth, NexusRelay v0.2, DirectMX, DKIM
1 parent 3937120 commit 97d1b7e

3 files changed

Lines changed: 18 additions & 18 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ exclude = [
2020
]
2121

2222
[workspace.package]
23-
version = "0.1.4"
23+
version = "0.1.5"
2424
edition = "2024"
2525
authors = ["Andrew Jewell Sr. <devops@automatanexus.com>"]
2626
license = "MIT OR Apache-2.0"
@@ -31,12 +31,12 @@ keywords = ["email", "email-templates", "smtp", "transactional-email", "rust"]
3131
categories = ["email", "web-programming"]
3232

3333
[workspace.dependencies]
34-
ferrum-email-core = { path = "crates/ferrum-email-core", version = "0.1.4" }
35-
ferrum-email-components = { path = "crates/ferrum-email-components", version = "0.1.4" }
36-
ferrum-email-render = { path = "crates/ferrum-email-render", version = "0.1.4" }
37-
ferrum-email-send = { path = "crates/ferrum-email-send", version = "0.1.4" }
38-
ferrum-email-preview = { path = "crates/ferrum-email-preview", version = "0.1.4" }
39-
ferrum-email-macros = { path = "crates/ferrum-email-macros", version = "0.1.4" }
34+
ferrum-email-core = { path = "crates/ferrum-email-core", version = "0.1.5" }
35+
ferrum-email-components = { path = "crates/ferrum-email-components", version = "0.1.5" }
36+
ferrum-email-render = { path = "crates/ferrum-email-render", version = "0.1.5" }
37+
ferrum-email-send = { path = "crates/ferrum-email-send", version = "0.1.5" }
38+
ferrum-email-preview = { path = "crates/ferrum-email-preview", version = "0.1.5" }
39+
ferrum-email-macros = { path = "crates/ferrum-email-macros", version = "0.1.5" }
4040

4141
tokio = { version = "1", features = ["full"] }
4242
async-trait = "0.1"

crates/ferrum-email/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ shield = ["ferrum-email-send/shield"]
1717
vault = ["ferrum-email-send/vault"]
1818

1919
[dependencies]
20-
ferrum-email-core = { version = "0.1.4", path = "../ferrum-email-core" }
21-
ferrum-email-components = { version = "0.1.4", path = "../ferrum-email-components" }
22-
ferrum-email-render = { version = "0.1.4", path = "../ferrum-email-render" }
23-
ferrum-email-send = { version = "0.1.4", path = "../ferrum-email-send" }
20+
ferrum-email-core = { version = "0.1.5", path = "../ferrum-email-core" }
21+
ferrum-email-components = { version = "0.1.5", path = "../ferrum-email-components" }
22+
ferrum-email-render = { version = "0.1.5", path = "../ferrum-email-render" }
23+
ferrum-email-send = { version = "0.1.5", path = "../ferrum-email-send" }

0 commit comments

Comments
 (0)