Skip to content

Commit

Permalink
prepare 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Laux committed Sep 4, 2023
1 parent c049958 commit 0d08ce9
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.7.0 - All the Hashtags

### Added

- hashtag parsing per UAX31
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.6.0"
version = "0.7.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.6.0"
version = "0.7.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 0d08ce9

Please sign in to comment.