Skip to content

Commit

Permalink
Release 0.8.3 (#898)
Browse files Browse the repository at this point in the history
<!-- 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)
  • Loading branch information
cptartur committed Oct 17, 2023
1 parent 105de27 commit cb05cb8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.3] - 2023-10-17

### Forge

#### Changed

- Test from different crates are no longer run in parallel
- Test outputs are printed in non-deterministic order

#### Fixed

- Test output are printed in real time again
- Bug when application would not wait for tasks to terminate after execution was cancelled

## [0.8.2] - 2023-10-12

### Forge
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = [
]

[workspace.package]
version = "0.8.2"
version = "0.8.3"
edition = "2021"
repository = "https://github.com/foundry-rs/starknet-foundry"
license = "MIT"
Expand Down

0 comments on commit cb05cb8

Please sign in to comment.