Skip to content

Commit

Permalink
Release v6.0.0 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier committed Nov 26, 2022
1 parent 819daa3 commit d91cc47
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 65 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v6.0.0
- Optimize algorithm.
- Bump dependencies.

## v5.1.0
- Rename error fields.

Expand Down
117 changes: 57 additions & 60 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ license = "Apache-2.0/GPL-3.0"
name = "array-bytes"
readme = "README.md"
repository = "https://github.com/hack-ink/array-bytes"
version = "5.1.0"
version = "6.0.0"

[dependencies]
serde = { version = "1.0", optional = true, default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions fuzz/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ edition = "2021"
metadata = { cargo-fuzz = true }
name = "array-bytes-fuzz"
publish = false
version = "5.1.0"
version = "6.0.0"

[dependencies]
array-bytes = { version = "5.1", path = ".." }
array-bytes = { version = "6.0", path = ".." }
libfuzzer-sys = { version = "0.4" }

[workspace]
Expand Down

0 comments on commit d91cc47

Please sign in to comment.