Skip to content

Commit

Permalink
Bump version to v0.3.15.
Browse files Browse the repository at this point in the history
  • Loading branch information
de-vri-es committed Aug 27, 2024
1 parent 79466b9 commit c8a1c66
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.15 - 2024-08-27:
* Update `syn` to `v2.0.76`.
* Update `yansi` to `v1.0.1`.

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.14"
version = "0.3.15"
license = "BSD-2-Clause"
authors = ["Maarten de Vries <[email protected]>", "Mara Bos <[email protected]>"]

Expand All @@ -15,7 +15,7 @@ keywords = ["assert", "check", "test", "unit-test"]
categories = ["development-tools::debugging", "development-tools::testing"]

[dependencies]
assert2-macros = { version = "=0.3.14", path = "assert2-macros" }
assert2-macros = { version = "=0.3.15", path = "assert2-macros" }
yansi = "1.0.1"
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.14"
version = "0.3.15"
license = "BSD-2-Clause"
authors = [
"Maarten de Vries <[email protected]>",
Expand Down

0 comments on commit c8a1c66

Please sign in to comment.