Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mdecimus committed Aug 31, 2022
1 parent 83bec05 commit 014be87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
mail-send 0.2.2
================================
- Bump up to mail-builder v0.2.2

mail-send 0.2.1
================================
- Fixes to support mail-builder v0.2.1
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mail-send"
description = "E-mail delivery library with SMTP and DKIM support"
version = "0.2.1"
version = "0.2.2"
edition = "2018"
authors = [ "Stalwart Labs <[email protected]>"]
license = "Apache-2.0 OR MIT"
Expand All @@ -15,7 +15,7 @@ readme = "README.md"
doctest = false

[dependencies]
mail-builder = "0.2.1"
mail-builder = "0.2.2"
base64 = "0.13"
rand = {version = "0.8.5", optional = true}
md5 = {version = "0.7.0", optional = true}
Expand Down

0 comments on commit 014be87

Please sign in to comment.