Skip to content

Commit 38fb70e

Browse files
committed
v4.0.0
Signed-off-by: Xavier Lau <[email protected]>
1 parent 99a18b8 commit 38fb70e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v4.0.0
2+
- Use `is_hex_ascii` to optimize performance.
3+
- Add benchmark results.
4+
- Add `hex_bytes2hex_str` and `hex_bytes2hex_str_unchecked`.
5+
- Add fuzzing.
6+
17
## v3.0.0
28
- Break `hex_into` into `hex_into` and `hex_n_into`.
39
- Break `hex_into_unchecked` into `hex_into_unchecked` and `hex_n_into_unchecked`.

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ license = "GPL-3.0"
1818
name = "array-bytes"
1919
readme = "README.md"
2020
repository = "https://github.com/hack-ink/array-bytes"
21-
version = "3.0.0"
21+
version = "4.0.0"
2222

2323
[badges]
2424
maintenance = { status = "actively-developed" }

0 commit comments

Comments
 (0)