Skip to content

Commit

Permalink
Bump version to 0.3.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
de-vri-es committed Mar 4, 2024
1 parent 8da342d commit 43fd6c1
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.14 - 2024-03-04:
* Fix support for Rust 1.65.

v0.3.13 - 2024-02-18:
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.13"
version = "0.3.14"
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.13", path = "assert2-macros" }
assert2-macros = { version = "=0.3.14", 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.13"
version = "0.3.14"
license = "BSD-2-Clause"
authors = [
"Maarten de Vries <[email protected]>",
Expand Down

0 comments on commit 43fd6c1

Please sign in to comment.