Skip to content

Commit

Permalink
tinystr@0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zbraniecki committed Oct 13, 2020
1 parent 26ceeb2 commit 71fabe5
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.4.1 (October 13, 2020)

- Improve macro re-export.
- cont-ify more functions.

## tinystr 0.4.0 (October 12, 2020)

- Improve macros ergonomics by separating `tinystr-raw` crate.
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.4.0"
version = "0.4.1"
authors = ["Raph Levien <raph.levien@gmail.com>", "Zibi Braniecki <zibi@braniecki.net>", "Shane F. Carr <shane@sffc.xyz>"]
edition = "2018"
license = "Apache-2.0/MIT"
Expand Down

0 comments on commit 71fabe5

Please sign in to comment.