Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
In preparation for release add a changelog entry and bump the version.

Major release because it includes at least one breaking change (removal
of `core2` optional dependency).
  • Loading branch information
tcharding committed Sep 18, 2024
1 parent 998c91a commit b68ac5b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.3.0 - 2024-09-18

- Remove the `core2` dependency [#105](https://github.com/rust-bitcoin/hex-conservative/pull/)
- Introduce more serde utilities [#92](https://github.com/rust-bitcoin/hex-conservative/pull/92)
- Add `impl_fmt_traits` macro [#90](https://github.com/rust-bitcoin/hex-conservative/pull/)
- Enable serialization of byte slices [#96](https://github.com/rust-bitcoin/hex-conservative/pull/)
- Bump MSRV to Rust `1.63.0` [#102](https://github.com/rust-bitcoin/hex-conservative/pull/)
- Store position of invalid char in `InvalidCharError` [#107](https://github.com/rust-bitcoin/hex-conservative/pull/)
- Only encode the bytes formatted in the hex string [#108](https://github.com/rust-bitcoin/hex-conservative/pull/)

# 0.2.1 - 2024-05-17

- Add a new `impl_fmt_traits` macro that can be used to implement `fmt::{LowerHex, UpperHex,
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.2.1"
version = "0.3.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 b68ac5b

Please sign in to comment.