Skip to content

Commit

Permalink
prepare 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Laux committed May 9, 2022
1 parent ad4dc55 commit 85bdc2c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.4.0 - Fixing Email, Preserve the Dots!

## Changed

- update rust toolchain to `1.60.0`
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion message_parser_wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down

0 comments on commit 85bdc2c

Please sign in to comment.