Skip to content

Commit

Permalink
tinystr 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zbraniecki committed Jul 27, 2020
1 parent 3203352 commit 13a423f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

-

## tinystr 0.3.3 (July 26, 2020)

- Add `TinyStrAuto`.
- Add `no_std` feature.

## tinystr 0.3.2 (October 28, 2019)

- Add `from_bytes` method.
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.3.2"
version = "0.3.3"
authors = ["Raph Levien <[email protected]>", "Zibi Braniecki <[email protected]>"]
edition = "2018"
license = "Apache-2.0/MIT"
Expand Down

0 comments on commit 13a423f

Please sign in to comment.