Skip to content

Commit 387a610

Browse files
authored
Release v6.1.0 (#55)
1 parent 6fc4bd4 commit 387a610

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v6.1.0
2+
- Improve expression
3+
- Improve `TryFromHex` and add `Hex`
4+
15
## v6.0.0
26
- Optimize algorithm.
37
- Bump dependencies.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ license = "Apache-2.0/GPL-3.0"
1818
name = "array-bytes"
1919
readme = "README.md"
2020
repository = "https://github.com/hack-ink/array-bytes"
21-
version = "6.0.0"
21+
version = "6.1.0"
2222

2323
[dependencies]
2424
serde = { version = "1.0", optional = true, default-features = false }

fuzz/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fuzz/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ edition = "2021"
44
metadata = { cargo-fuzz = true }
55
name = "array-bytes-fuzz"
66
publish = false
7-
version = "6.0.0"
7+
version = "6.1.0"
88

99
[dependencies]
10-
array-bytes = { version = "6.0", path = ".." }
10+
array-bytes = { version = "6.1", path = ".." }
1111
libfuzzer-sys = { version = "0.4" }
1212

1313
[workspace]

0 commit comments

Comments
 (0)