Skip to content

Commit

Permalink
tinystr 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zbraniecki committed Aug 23, 2019
1 parent 9b1e294 commit e1f4046
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

-

## tinystr 0.3.0 (August 23, 2019)

- Separate out `is_ascii_numeric`, `is_ascii_alphanumeric` and `is_ascii_alphabetic`.

## tinystr 0.2.0 (August 16, 2019)

- Add TinyStr16
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "tinystr"
description = """
A small ASCII-only bounded length string representation.
"""
version = "0.2.0"
version = "0.3.0"
authors = ["Raph Levien <[email protected]>", "Zibi Braniecki <[email protected]>"]
edition = "2018"
license = "Apache-2.0/MIT"
Expand Down

0 comments on commit e1f4046

Please sign in to comment.