Skip to content

Commit

Permalink
Release v6.1.0 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier authored Apr 18, 2023
1 parent 6fc4bd4 commit 387a610
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v6.1.0
- Improve expression
- Improve `TryFromHex` and add `Hex`

## v6.0.0
- Optimize algorithm.
- Bump dependencies.
Expand Down
2 changes: 1 addition & 1 deletion 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 = "6.0.0"
version = "6.1.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 = "6.0.0"
version = "6.1.0"

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

[workspace]
Expand Down

0 comments on commit 387a610

Please sign in to comment.