Skip to content

Commit

Permalink
chore: prepare v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayan751 committed May 31, 2023
1 parent 8c27262 commit 4c21ce8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## (2023-05-31)

* add comment with working example ([322225e](https://github.com/Sayan751/email-address-parser/commit/322225e))
* add FromStr method for EmailAddress ([0b85d56](https://github.com/Sayan751/email-address-parser/commit/0b85d56))



## (2022-12-26)

* Make wasm-bindgen dependency optional. ([96ccb04](https://github.com/Sayan751/email-address-parser/commit/96ccb04))
Expand Down
4 changes: 2 additions & 2 deletions npm-pkg/package-lock.json

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

2 changes: 1 addition & 1 deletion npm-pkg/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sparser/email-address-parser",
"description": "An RFC 5322, and RFC 6532 compliant email address parser.",
"version": "2.0.0-rc.3",
"version": "2.0.0",
"license": "MIT",
"author": {
"name": "Sayan751"
Expand Down
2 changes: 1 addition & 1 deletion rust-lib/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 rust-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "email-address-parser"
version = "2.0.0-rc3"
version = "2.0.0"
authors = ["Sayan751"]
edition = "2018"
description = "An RFC 5322, and RFC 6532 compliant email address parser."
Expand Down

0 comments on commit 4c21ce8

Please sign in to comment.