Skip to content

Commit 0e3431b

Browse files
committed
docs: Update changelog
1 parent 104b860 commit 0e3431b

7 files changed

Lines changed: 35 additions & 0 deletions

File tree

crates/lexarg-error/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
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+
- Rename `ErrorContext` to `LexError`
11+
1012
## [0.0.1] - 2025-07-18
1113

1214
<!-- next-url -->

crates/lexarg/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
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+
- Rename `ErrorContext` to `LexError`
11+
1012
## [0.0.1] - 2025-07-18
1113

1214
<!-- next-url -->

crates/libtest-json/CHANGELOG.md

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

10+
- Make schema `snake_case`
11+
- Timing is optional and is time since test start
12+
- Made fields with well known defaults to be optional
13+
- Made `DiscoverCase` order unspecified
14+
- Renamed `DiscoverCase::run` to `selected`
15+
- Rename `Suite` to `Run`
16+
- Rename `RunStatus` to `MessageKind`
17+
- Rename `MessageKind::Fail` to `MessageKind::Error`
18+
- Moved content from `CaseComplete` to `CaseMessage`
19+
1020
## [0.0.1] - 2025-07-18
1121

1222
<!-- next-url -->

crates/libtest-lexarg/CHANGELOG.md

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

10+
- Add `--fail-fast`
11+
- Rename `--nocapture` to `--no-capture`
12+
- Removed env variables
13+
- Removed unstable libtest features
14+
- Rename `ErrorContext` to `LexError`
15+
1016
## [0.0.1] - 2025-07-18
1117

1218
<!-- next-url -->

crates/libtest2-harness/CHANGELOG.md

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

10+
- Add `--fail-fast`
11+
- Rename `--nocapture` to `--no-capture`
12+
- Removed env variables
13+
- Removed unstable libtest features
14+
- Rename `ErrorContext` to `LexError`
15+
- Allow tests to multiple errors
16+
- Reworked builder to be in phases of creation
17+
1018
## [0.0.1] - 2025-07-18
1119

1220
<!-- next-url -->

crates/libtest2-mimic/CHANGELOG.md

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

10+
- Rename `State` to `RunContext`
11+
- Renamed `Harness::cases` to `Harness::discover`
12+
1013
## [0.0.1] - 2025-07-18
1114

1215
<!-- next-url -->

crates/libtest2/CHANGELOG.md

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

10+
- Renamed `State` to `TestContext`
11+
- `Harness` API changed
12+
- Renamed `Harness::cases` to `Harness::discover`
13+
1014
## [0.0.1] - 2025-07-18
1115

1216
<!-- next-url -->

0 commit comments

Comments
 (0)