Skip to content

Commit

Permalink
Merge pull request #709 from primitivefinance/release-plz-2023-11-15T…
Browse files Browse the repository at this point in the history
…16-21-42Z

chore(arbiter): release v0.4.12
  • Loading branch information
0xJepsen authored Nov 15, 2023
2 parents e8480b2 + ddb070b commit 1bd133d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.12](https://github.com/primitivefinance/arbiter/compare/arbiter-v0.4.11...arbiter-v0.4.12) - 2023-11-15

### Other
- improve error handling
- working as intended
- added a passing itterator test
- added a passing itterator test
- abstracted broken code into for_each_submodile() function

## [0.4.11](https://github.com/primitivefinance/arbiter/compare/arbiter-v0.4.10...arbiter-v0.4.11) - 2023-11-14

### Other
Expand Down
2 changes: 1 addition & 1 deletion 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 @@ -8,7 +8,7 @@ exclude = ["benches"]
# Package configuration
[package]
name = "arbiter"
version = "0.4.11"
version = "0.4.12"
edition = "2021"
authors = ["Waylon Jepsen <[email protected]>", "Colin Roberts <[email protected]>"]
description = "Allowing smart contract developers to do simulation driven development via an EVM emulator"
Expand Down

0 comments on commit 1bd133d

Please sign in to comment.