Skip to content

Commit

Permalink
tinystr 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zbraniecki committed Aug 17, 2019
1 parent c12cf96 commit 5046730
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## Unreleased

-

## tinystr 0.2.0 (August 16, 2019)

- Add TinyStr16
- Add to_ascii_titlecase specialization for all TinyStr*
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.1.1"
version = "0.2.0"
authors = ["Raph Levien <[email protected]>", "Zibi Braniecki <[email protected]>"]
edition = "2018"
license = "Apache-2.0/MIT"
Expand Down

0 comments on commit 5046730

Please sign in to comment.