Skip to content

Commit

Permalink
Bump to 0.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Eval EXEC <execvy@gmail.com>
  • Loading branch information
eval-exec committed Jun 9, 2023
1 parent 8a744c8 commit a1fc74b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# [0.6.1](https://github.com/nervosnetwork/faster-hex/compare/v0.5.0...v0.6.1) (2021-08-31)
# [0.8.0](https://github.com/nervosnetwork/faster-hex/compare/v0.7.0...v0.8.0) (2023-02-27)

### Features

* Add serde feature for faster-hex ([pr#28](https://github.com/nervosnetwork/faster-hex/pull/28))

# [0.7.0](https://github.com/nervosnetwork/faster-hex/compare/v0.6.1...v0.7.0) (2023-02-27)

### Features

* Allow faster-hex encode/decode to/from lower/uppercase ([pr#26](https://github.com/nervosnetwork/faster-hex/pull/26))
### Bug Fixes
* Improve encode/decode length check ([pr#27](https://github.com/nervosnetwork/faster-hex/pull/27))

### Features

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "faster-hex"
version = "0.7.0"
version = "0.8.0"
authors = ["zhangsoledad <787953403@qq.com>"]
edition = "2018"
keywords = ["simd", "hex", "no-std"]
Expand Down

0 comments on commit a1fc74b

Please sign in to comment.