Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub Action <action@github.com>
  • Loading branch information
actions-user committed Nov 13, 2023
1 parent 93f47e6 commit 5d7ff13
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.10](https://github.com/primitivefinance/arbiter/compare/arbiter-v0.4.9...arbiter-v0.4.10) - 2023-11-13

### Other
- Merge pull request [#700](https://github.com/primitivefinance/arbiter/pull/700) from primitivefinance/feat/client-label
- ignore changelog
- cargo lock

## [0.4.9](https://github.com/primitivefinance/arbiter/compare/arbiter-v0.4.8...arbiter-v0.4.9) - 2023-11-13

### Other
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.9"
version = "0.4.10"
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 @@ -34,7 +34,7 @@ tokio = { version = "1.34.0", features = ["macros", "full"] }

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

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

## [Unreleased]

## [0.7.6](https://github.com/primitivefinance/arbiter/compare/arbiter-core-v0.7.5...arbiter-core-v0.7.6) - 2023-11-13

### Other
- Merge branch 'main' into feat/client-label
- Update mod.rs

## [0.7.5](https://github.com/primitivefinance/arbiter/compare/arbiter-core-v0.7.4...arbiter-core-v0.7.5) - 2023-11-13

### Added
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.5"
version = "0.7.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 Down

0 comments on commit 5d7ff13

Please sign in to comment.