Skip to content

Commit 3589e67

Browse files
committed
chore: Release
1 parent eeca4a7 commit 3589e67

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/libtest2-mimic/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.0.3] - 2025-09-12
11+
1012
## [0.0.2] - 2025-09-12
1113

1214
- Rename `State` to `RunContext`
@@ -15,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1517
## [0.0.1] - 2025-07-18
1618

1719
<!-- next-url -->
18-
[Unreleased]: https://github.com/epage/pytest-rs/compare/libtest2-mimic-v0.0.2...HEAD
20+
[Unreleased]: https://github.com/epage/pytest-rs/compare/libtest2-mimic-v0.0.3...HEAD
21+
[0.0.3]: https://github.com/epage/pytest-rs/compare/libtest2-mimic-v0.0.2...libtest2-mimic-v0.0.3
1922
[0.0.2]: https://github.com/epage/pytest-rs/compare/libtest2-mimic-v0.0.1...libtest2-mimic-v0.0.2
2023
[0.0.1]: https://github.com/rust-cli/argfile/compare/4c90b451737fda8cdb965a665d86d5a5ba06a9b4...libtest2-mimic-v0.0.1

crates/libtest2-mimic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libtest2-mimic"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
description = "An experimental replacement for libtest-mimic"
55
categories = ["development-tools::testing"]
66
keywords = ["libtest"]

0 commit comments

Comments
 (0)