Skip to content

Commit

Permalink
Merge pull request #670 from primitivefinance/release-plz-2023-11-03T…
Browse files Browse the repository at this point in the history
…15-26-48Z

chore: release
  • Loading branch information
0xJepsen authored Nov 6, 2023
2 parents a5da152 + 4cc87dd commit c0fe877
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.7](https://github.com/primitivefinance/arbiter/compare/arbiter-v0.4.6...arbiter-v0.4.7) - 2023-11-06

### Other
- updated the following local packages: arbiter-core

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

### 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.6"
version = "0.4.7"
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 All @@ -23,7 +23,7 @@ path = "bin/main.rs"

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

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

## [Unreleased]

## [0.7.2](https://github.com/primitivefinance/arbiter/compare/arbiter-core-v0.7.1...arbiter-core-v0.7.2) - 2023-11-06

### Added
- pubsubclient test

### Fixed
- fix broken test

### Other
- Merge branch 'main' into feat/pubsubclient
- cleanup
- yo it work
- pubsub implemented

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

### 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.1"
version = "0.7.2"
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 c0fe877

Please sign in to comment.