Skip to content

Commit

Permalink
build: release 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstonskj committed Jul 31, 2024
1 parent e9c8e23 commit 59b64fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "email_address"
version = "0.2.8"
version = "0.2.9"
authors = ["Simon Johnston <[email protected]>"]
description = "A Rust crate providing an implementation of an RFC-compliant `EmailAddress` newtype. "
documentation = "https://docs.rs/email_address/"
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,13 @@ assert_eq!(

## Changes

### Version 0.2.9

* Fixed bug [#21](https://github.com/johnstonskj/rust-email_address/issues/21): Invalid Unicode characters accepted.

### Version 0.2.8

* Fix: put back implementation of `Eq`.
* Fixed bug [#29](https://github.com/johnstonskj/rust-email_address/issues/29): Put back implementation of `Eq`.

### Version 0.2.7

Expand Down

0 comments on commit 59b64fa

Please sign in to comment.