Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Oct 30, 2023
1 parent 20cb3c9 commit 7a033e9
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.6](https://github.com/primitivefinance/arbiter/compare/arbiter-v0.4.5...arbiter-v0.4.6) - 2023-10-30

### Other
- *(deps)* bump serde_json from 1.0.107 to 1.0.108
- Merge pull request [#658](https://github.com/primitivefinance/arbiter/pull/658) from primitivefinance/dependabot/cargo/tempfile-3.8.1
- Merge branch 'main' into dependabot/cargo/tempfile-3.8.1
- other test was broken too
- remove book deploy
- don't use macos in CI

## [0.4.5](https://github.com/primitivefinance/arbiter/compare/arbiter-v0.4.4...arbiter-v0.4.5) - 2023-10-27

### Fixed
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.

4 changes: 2 additions & 2 deletions 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.5"
version = "0.4.6"
edition = "2021"
authors = ["Waylon Jepsen <waylonjepsen1@gmail.com>", "Colin Roberts <colin@autoparallel.xyz>"]
description = "Allowing smart contract developers to do simulation driven development via an EVM emulator"
Expand All @@ -23,7 +23,7 @@ path = "bin/main.rs"

# Dependencies for the release build
[dependencies]
arbiter-core = { version = "0.7.0", path = "arbiter-core" }
arbiter-core = { version = "0.7.1", path = "arbiter-core" }

# Command line and config
clap = { version = "=4.4.7", features = ["derive"] }
Expand Down
13 changes: 13 additions & 0 deletions arbiter-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.1](https://github.com/primitivefinance/arbiter/compare/arbiter-core-v0.7.0...arbiter-core-v0.7.1) - 2023-10-30

### Fixed
- fix test and change output directory

### Other
- *(deps)* bump serde_json from 1.0.107 to 1.0.108
- other test was broken too
- fmt
- remove other redundant file
- remove test
- fmt

## [0.7.0](https://github.com/primitivefinance/arbiter/compare/arbiter-core-v0.6.3...arbiter-core-v0.7.0) - 2023-10-27

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion arbiter-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arbiter-core"
version = "0.7.0"
version = "0.7.1"
edition = "2021"
authors = ["Waylon Jepsen <waylonjepsen1@gmail.com>", "Colin Roberts <colin@autoparallel.xyz>"]
description = "Allowing smart contract developers to do simulation driven development via an EVM emulator"
Expand Down

0 comments on commit 7a033e9

Please sign in to comment.