Skip to content

Commit d91cc47

Browse files
authored
Release v6.0.0 (#32)
1 parent 819daa3 commit d91cc47

File tree

5 files changed

+66
-65
lines changed

5 files changed

+66
-65
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v6.0.0
2+
- Optimize algorithm.
3+
- Bump dependencies.
4+
15
## v5.1.0
26
- Rename error fields.
37

Cargo.lock

+57-60
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 = "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 = "5.1.0"
21+
version = "6.0.0"
2222

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

fuzz/Cargo.lock

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

fuzz/Cargo.toml

+2-2
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 = "5.1.0"
7+
version = "6.0.0"
88

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

1313
[workspace]

0 commit comments

Comments
 (0)