Skip to content

Commit

Permalink
tinystr 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zbraniecki committed Apr 14, 2021
1 parent 36865a4 commit 8198931
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.4.4 (April 14, 2021)

- Inline more methods to reduce instruction count. In particular, speed up `binary_search`

## tinystr 0.4.3 (February 18, 2021)

- Implement `Error` for errors.
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.3"
version = "0.4.4"
authors = [
"Raph Levien <[email protected]>",
"Zibi Braniecki <[email protected]>",
Expand Down

0 comments on commit 8198931

Please sign in to comment.