Skip to content

Commit

Permalink
build: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstonskj committed Jul 19, 2024
1 parent 6aaec97 commit 7657614
Show file tree
Hide file tree
Showing 2 changed files with 7 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.6"
version = "0.2.7"
authors = ["Simon Johnston <johnstonskj@gmail.com>"]
description = "A Rust crate providing an implementation of an RFC-compliant `EmailAddress` newtype. "
documentation = "https://docs.rs/email_address/"
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,14 @@ assert_eq!(

## Changes

### Version 0.2.7

* Feature: added builder functions to the `Option` type.
* Documentation: added examples to the `Option` type documentation.

### Version 0.2.6

- Fix: merge issues.
* Fix: merge issues.

### Version 0.2.5

Expand Down

0 comments on commit 7657614

Please sign in to comment.