Skip to content

Commit 41b236c

Browse files
authored
Merge pull request #45 from mgautierfr/r/0.3.1
New version 0.3.1
2 parents e1de817 + b35a2f0 commit 41b236c

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44

55
[workspace.package]
66
edition = "2024"
7-
version = "0.3.0"
7+
version = "0.3.1"
88
authors = ["Matthieu Gautier <[email protected]>"]
99
repository = "https://github.com/mgautierfr/rustest"
1010
homepage = "https://github.com/mgautierfr/rustest"

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Rustest's Changelog
22

3+
## [0.3.1] - 2025-06-04
4+
5+
### Changed
6+
7+
- Rename inner trait method `ToParamName::into()` to `ToParamName::into_param_name()` to avoid
8+
conflict with `Into::into()` in user code.
9+
310
## [0.3.0] - 2025-06-04
411

512
### Added

rustest-fixtures/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ keywords.workspace = true
1111
categories.workspace = true
1212

1313
[dependencies]
14-
rustest = { version = "0.3.0", path = "../rustest" }
14+
rustest = { version = "0.3.1", path = "../rustest" }
1515
tempfile = "3.19.1"

rustest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords.workspace = true
1414
ctor = { version = "0.4.1", features = ["__no_warn_on_missing_unsafe"] }
1515
googletest = { version = "0.14.0", optional = true }
1616
libtest-mimic = "0.8.1"
17-
rustest-macro = { version = "0.3.0", path = "../rustest-macro" }
17+
rustest-macro = { version = "0.3.1", path = "../rustest-macro" }
1818

1919
[features]
2020
googletest = ["dep:googletest"]

0 commit comments

Comments
 (0)