Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
We have added some new public functionality, in preparation for release
add changelog entries and bump the version to 0.2.0
  • Loading branch information
tcharding committed Nov 16, 2023
1 parent 5f6f0bc commit 398c15c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.20. - 2023-11-16

- Add a prelude module [#36](https://github.com/rust-bitcoin/hex-conservative/pull/36)
- Add serde module [#37](https://github.com/rust-bitcoin/hex-conservative/pull/37)

# 0.1.1 - 2023-07-19

- [Add `test_hex_unwrap`](https://github.com/rust-bitcoin/hex-conservative/pull/24) hex parsing macro for test usage.
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 = "hex-conservative"
version = "0.1.1"
version = "0.2.0"
authors = ["Martin Habovštiak <[email protected]>", "Andrew Poelstra <[email protected]>"]
license = "CC0-1.0"
repository = "https://github.com/rust-bitcoin/hex-conservative"
Expand Down

0 comments on commit 398c15c

Please sign in to comment.