Skip to content

Commit

Permalink
Merge pull request #10 from wcampbell0x2a/rel-0.4.1
Browse files Browse the repository at this point in the history
Release v0.4.1
  • Loading branch information
wcampbell0x2a committed Sep 17, 2023
2 parents 7352944 + 539a7cb commit 12fe179
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.1] - 2023-09-14
- Fix regression with panics with extra messages such as: `assert_eq_hex!(0xff, 0x00, "yikes")`. ([@hortont424](https://github.com/hortont424)) ([#9](https://github.com/wcampbell0x2a/assert_hex/pull/9))

## [0.4.0] - 2023-09-10
- Further update panic string format to match rust std

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
@@ -1,6 +1,6 @@
[package]
name = "assert_hex"
version = "0.4.0"
version = "0.4.1"
authors = ["wcampbell"]
edition = "2018"
repository = "https://github.com/wcampbell0x2a/assert_hex"
Expand Down

0 comments on commit 12fe179

Please sign in to comment.