Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3f2ea7a

Browse files
committedJan 11, 2025·
prepare 0.12.0
1 parent d7844c6 commit 3f2ea7a

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.12.0 - Bug fixes
6+
57
- fix: parse fediverse addresses as text, so they are not mistaken for email addresses ([issue #82](https://github.com/deltachat/message-parser/issues/82))
68
- fix: don't consume/eat the the exlaimation mark at the end of a link #85
79

‎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.11.0"
4+
version = "0.12.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.11.0"
3+
version = "0.12.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)
Please sign in to comment.