File tree Expand file tree Collapse file tree 9 files changed +27
-15
lines changed Expand file tree Collapse file tree 9 files changed +27
-15
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
7
7
<!-- next-header -->
8
8
## [ Unreleased] - ReleaseDate
9
9
10
+ ## [ 0.0.3] - 2025-09-18
11
+
10
12
### Fixes
11
13
12
14
- Clean up help output
@@ -22,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
22
24
## [ 0.0.1] - 2025-07-18
23
25
24
26
<!-- next-url -->
25
- [ Unreleased ] : https://github.com/epage/pytest-rs/compare/libtest-lexarg-v0.0.2...HEAD
27
+ [ Unreleased ] : https://github.com/epage/pytest-rs/compare/libtest-lexarg-v0.0.3...HEAD
28
+ [ 0.0.3 ] : https://github.com/epage/pytest-rs/compare/libtest-lexarg-v0.0.2...libtest-lexarg-v0.0.3
26
29
[ 0.0.2 ] : https://github.com/epage/pytest-rs/compare/libtest-lexarg-v0.0.1...libtest-lexarg-v0.0.2
27
30
[ 0.0.1 ] : https://github.com/rust-cli/argfile/compare/90e236caf0e78e0b6441117b46d6079d404188d6...libtest-lexarg-v0.0.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " libtest-lexarg"
3
- version = " 0.0.2 "
3
+ version = " 0.0.3 "
4
4
description = " libtest-compatible argument parser"
5
5
categories = [" development-tools::testing" ]
6
6
keywords = [" libtest" ]
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
7
7
<!-- next-header -->
8
8
## [ Unreleased] - ReleaseDate
9
9
10
+ ## [ 0.0.3] - 2025-09-18
11
+
10
12
### Fixes
11
13
12
14
- Clean up help output
@@ -24,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
24
26
## [ 0.0.1] - 2025-07-18
25
27
26
28
<!-- next-url -->
27
- [ Unreleased ] : https://github.com/epage/pytest-rs/compare/libtest2-harness-v0.0.2...HEAD
29
+ [ Unreleased ] : https://github.com/epage/pytest-rs/compare/libtest2-harness-v0.0.3...HEAD
30
+ [ 0.0.3 ] : https://github.com/epage/pytest-rs/compare/libtest2-harness-v0.0.2...libtest2-harness-v0.0.3
28
31
[ 0.0.2 ] : https://github.com/epage/pytest-rs/compare/libtest2-harness-v0.0.1...libtest2-harness-v0.0.2
29
32
[ 0.0.1 ] : https://github.com/rust-cli/argfile/compare/c96ef27899b410f9f154183989d4ccf60af27da6...libtest2-harness-v0.0.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " libtest2-harness"
3
- version = " 0.0.2 "
3
+ version = " 0.0.3 "
4
4
description = " An experimental replacement for the core of libtest"
5
5
categories = [" development-tools::testing" ]
6
6
keywords = [" libtest" ]
@@ -31,7 +31,7 @@ threads = []
31
31
[dependencies ]
32
32
lexarg-parser = { version = " 0.0.2" , path = " ../lexarg-parser" }
33
33
lexarg-error = { version = " 0.0.2" , path = " ../lexarg-error" }
34
- libtest-lexarg = { version = " 0.0.2 " , path = " ../libtest-lexarg" }
34
+ libtest-lexarg = { version = " 0.0.3 " , path = " ../libtest-lexarg" }
35
35
anstream = { version = " 0.6.4" , optional = true }
36
36
anstyle = { version = " 1.0.10" , optional = true }
37
37
libtest-json = { version = " 0.0.2" , path = " ../libtest-json" , features = [" json" ] }
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
7
7
<!-- next-header -->
8
8
## [ Unreleased] - ReleaseDate
9
9
10
+ ## [ 0.0.4] - 2025-09-18
11
+
10
12
### Fixes
11
13
12
14
- Clean up help output
@@ -21,7 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
21
23
## [ 0.0.1] - 2025-07-18
22
24
23
25
<!-- next-url -->
24
- [ Unreleased ] : https://github.com/epage/pytest-rs/compare/libtest2-mimic-v0.0.3...HEAD
26
+ [ Unreleased ] : https://github.com/epage/pytest-rs/compare/libtest2-mimic-v0.0.4...HEAD
27
+ [ 0.0.4 ] : https://github.com/epage/pytest-rs/compare/libtest2-mimic-v0.0.3...libtest2-mimic-v0.0.4
25
28
[ 0.0.3 ] : https://github.com/epage/pytest-rs/compare/libtest2-mimic-v0.0.2...libtest2-mimic-v0.0.3
26
29
[ 0.0.2 ] : https://github.com/epage/pytest-rs/compare/libtest2-mimic-v0.0.1...libtest2-mimic-v0.0.2
27
30
[ 0.0.1 ] : https://github.com/rust-cli/argfile/compare/4c90b451737fda8cdb965a665d86d5a5ba06a9b4...libtest2-mimic-v0.0.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " libtest2-mimic"
3
- version = " 0.0.3 "
3
+ version = " 0.0.4 "
4
4
description = " An experimental replacement for libtest-mimic"
5
5
categories = [" development-tools::testing" ]
6
6
keywords = [" libtest" ]
@@ -30,7 +30,7 @@ threads = ["libtest2-harness/threads"]
30
30
31
31
[dependencies ]
32
32
libtest-json = { version = " 0.0.2" , path = " ../libtest-json" }
33
- libtest2-harness = { version = " 0.0.2 " , path = " ../libtest2-harness" }
33
+ libtest2-harness = { version = " 0.0.3 " , path = " ../libtest2-harness" }
34
34
35
35
[dev-dependencies ]
36
36
dunce = " 1.0.4"
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
7
7
<!-- next-header -->
8
8
## [ Unreleased] - ReleaseDate
9
9
10
+ ## [ 0.0.3] - 2025-09-18
11
+
10
12
## [ 0.0.2] - 2025-09-12
11
13
12
14
- Renamed ` State ` to ` TestContext `
@@ -16,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
16
18
## [ 0.0.1] - 2025-07-18
17
19
18
20
<!-- next-url -->
19
- [ Unreleased ] : https://github.com/epage/pytest-rs/compare/libtest2-v0.0.2...HEAD
21
+ [ Unreleased ] : https://github.com/epage/pytest-rs/compare/libtest2-v0.0.3...HEAD
22
+ [ 0.0.3 ] : https://github.com/epage/pytest-rs/compare/libtest2-v0.0.2...libtest2-v0.0.3
20
23
[ 0.0.2 ] : https://github.com/epage/pytest-rs/compare/libtest2-v0.0.1...libtest2-v0.0.2
21
24
[ 0.0.1 ] : https://github.com/rust-cli/argfile/compare/2638841cce95b808989c3c2f56b73e0997f29fe2...libtest2-v0.0.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " libtest2"
3
- version = " 0.0.2 "
3
+ version = " 0.0.3 "
4
4
description = " An experimental replacement for libtest"
5
5
categories = [" development-tools::testing" ]
6
6
keywords = [" libtest" ]
@@ -29,7 +29,7 @@ color = ["libtest2-harness/color"]
29
29
threads = [" libtest2-harness/threads" ]
30
30
31
31
[dependencies ]
32
- libtest2-harness = { version = " 0.0.2 " , path = " ../libtest2-harness" }
32
+ libtest2-harness = { version = " 0.0.3 " , path = " ../libtest2-harness" }
33
33
34
34
[dev-dependencies ]
35
35
dunce = " 1.0.4"
You can’t perform that action at this time.
0 commit comments