Skip to content

Commit

Permalink
Bump version to 0.3.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
de-vri-es committed Feb 17, 2024
1 parent 53973f4 commit c88803f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
main:
v0.3.12 - 2024-02-17:
* Automatically choose between pretty or compact `Debug` output, unless overridden.
* Print a diff for failed binary comparisons.
* Allow end-users to change the output of `assert2` with the `ASSERT2` environment variable.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "assert2"
description = "assert!(...) and check!(...) macros inspired by Catch2, now with diffs!"
version = "0.3.11"
version = "0.3.12"
license = "BSD-2-Clause"
authors = [
"Maarten de Vries <[email protected]>",
Expand All @@ -18,7 +18,7 @@ keywords = ["assert", "check", "test", "unit-test"]
categories = ["development-tools::debugging", "development-tools::testing"]

[dependencies]
assert2-macros = { version = "=0.3.11", path = "assert2-macros" }
assert2-macros = { version = "=0.3.12", path = "assert2-macros" }
yansi = "0.5.0"
is-terminal = "0.4.3"
diff = "0.1.13"
Expand Down
2 changes: 1 addition & 1 deletion assert2-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "assert2-macros"
description = "procedural macros for assert2"
version = "0.3.11"
version = "0.3.12"
license = "BSD-2-Clause"
authors = [
"Maarten de Vries <[email protected]>",
Expand Down

0 comments on commit c88803f

Please sign in to comment.