From 85bdc2cb542b0efa811c63c34816c7b5c3a5952c Mon Sep 17 00:00:00 2001 From: Simon Laux Date: Mon, 9 May 2022 23:42:36 +0200 Subject: [PATCH] prepare 0.4.0 --- CHANGELOG.md | 2 ++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- message_parser_wasm/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1afae85..24272a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.4.0 - Fixing Email, Preserve the Dots! + ## Changed - update rust toolchain to `1.60.0` diff --git a/Cargo.lock b/Cargo.lock index ddb658f..b91971e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -207,7 +207,7 @@ dependencies = [ [[package]] name = "deltachat_message_parser" -version = "0.3.0" +version = "0.4.0" dependencies = [ "criterion", "nom", @@ -324,7 +324,7 @@ checksum = "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3" [[package]] name = "message_parser_wasm" -version = "0.3.0" +version = "0.4.0" dependencies = [ "console_error_panic_hook", "deltachat_message_parser", diff --git a/Cargo.toml b/Cargo.toml index 0e454a4..dc25545 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html name = "deltachat_message_parser" -version = "0.3.0" +version = "0.4.0" edition = "2018" license = "MPL-2.0" description = "email, link, hashtag, md and more - parsing for deltachat messages" diff --git a/message_parser_wasm/Cargo.toml b/message_parser_wasm/Cargo.toml index 794f16d..8197aab 100644 --- a/message_parser_wasm/Cargo.toml +++ b/message_parser_wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "message_parser_wasm" -version = "0.3.0" +version = "0.4.0" edition = "2018" license = "MPL-2.0" description = "Parsing of Links, Email adresses, simple text formatting (markdown subset), user mentions, hashtags and more in DeltaChat messages."