Skip to content

Commit 85bdc2c

Browse files
committed
prepare 0.4.0
1 parent ad4dc55 commit 85bdc2c

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.4.0 - Fixing Email, Preserve the Dots!
6+
57
## Changed
68

79
- update rust toolchain to `1.60.0`

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
33
name = "deltachat_message_parser"
4-
version = "0.3.0"
4+
version = "0.4.0"
55
edition = "2018"
66
license = "MPL-2.0"
77
description = "email, link, hashtag, md and more - parsing for deltachat messages"

message_parser_wasm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "message_parser_wasm"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2018"
55
license = "MPL-2.0"
66
description = "Parsing of Links, Email adresses, simple text formatting (markdown subset), user mentions, hashtags and more in DeltaChat messages."

0 commit comments

Comments
 (0)