Skip to content

Commit 5b1a8e7

Browse files
author
Xavier Lau
committed
v1.4.0
1 parent 2758f28 commit 5b1a8e7

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v1.4.0
2+
Bump `serde`
3+
Add more documents
4+
Add more tests
5+
Rename `hexd2num` to `de_hex2num`, `hexd2bytes` to `de_hex2bytes`
6+
17
## v1.3.3
28
Allow explicit generic argument
39

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 = "GPL-3.0"
1818
name = "array-bytes"
1919
readme = "README.md"
2020
repository = "https://github.com/l2ust/array-bytes"
21-
version = "1.3.3"
21+
version = "1.4.0"
2222

2323
[badges]
2424
maintenance = { status = "actively-developed" }

0 commit comments

Comments
 (0)