-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c12cf96
commit 5046730
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|