Skip to content

Commit cb05cb8

Browse files
committed
Release 0.8.3 (#898)
<!-- Reference any GitHub issues resolved by this PR --> Closes # ## Introduced changes <!-- A brief description of the changes --> - - ## Breaking changes <!-- List of all breaking changes, if applicable --> ## Checklist <!-- Make sure all of these are complete --> - [ ] Linked relevant issue - [ ] Updated relevant documentation - [ ] Added relevant tests - [ ] Performed self-review of the code - [ ] Added changes to `CHANGELOG.md` (cherry picked from commit dcba838)
1 parent 105de27 commit cb05cb8

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.8.3] - 2023-10-17
11+
12+
### Forge
13+
14+
#### Changed
15+
16+
- Test from different crates are no longer run in parallel
17+
- Test outputs are printed in non-deterministic order
18+
19+
#### Fixed
20+
21+
- Test output are printed in real time again
22+
- Bug when application would not wait for tasks to terminate after execution was cancelled
23+
1024
## [0.8.2] - 2023-10-12
1125

1226
### Forge

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ members = [
99
]
1010

1111
[workspace.package]
12-
version = "0.8.2"
12+
version = "0.8.3"
1313
edition = "2021"
1414
repository = "https://github.com/foundry-rs/starknet-foundry"
1515
license = "MIT"

0 commit comments

Comments
 (0)