Skip to content

Commit

Permalink
prepare 0.8.0
Browse files Browse the repository at this point in the history
closes #48
  • Loading branch information
Simon-Laux committed Oct 9, 2023
1 parent f4efc08 commit 8699532
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.8.0 - Nom 7 and more Generic URI Schemes

### Changed
- upgraded nom to 7
- The following generic schemes (schemes that don't end in `://`) get linkified now:
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.7.0"
version = "0.8.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.7.0"
version = "0.8.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 8699532

Please sign in to comment.