Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub Action <[email protected]>
  • Loading branch information
actions-user committed May 16, 2024
1 parent 23e9c29 commit 0ce2502
Show file tree
Hide file tree
Showing 9 changed files with 52 additions and 30 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.21](https://github.com/primitivefinance/arbiter/compare/arbiter-v0.4.20...arbiter-v0.4.21) - 2024-05-16

### Other
- *(deps)* bump anyhow from 1.0.82 to 1.0.83 ([#965](https://github.com/primitivefinance/arbiter/pull/965))
- *(deps)* bump serde from 1.0.198 to 1.0.200 ([#964](https://github.com/primitivefinance/arbiter/pull/964))
- *(deps)* bump hashbrown from 0.14.3 to 0.14.5 ([#963](https://github.com/primitivefinance/arbiter/pull/963))

## [0.4.20](https://github.com/primitivefinance/arbiter/compare/arbiter-v0.4.19...arbiter-v0.4.20) - 2024-04-26

### Added
Expand Down
52 changes: 26 additions & 26 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 @@ -8,7 +8,7 @@ exclude = ["benches", "docs"]
# Package configuration
[package]
name = "arbiter"
version = "0.4.20"
version = "0.4.21"
edition = "2021"
authors = [
"Waylon Jepsen <[email protected]>",
Expand Down
5 changes: 5 additions & 0 deletions bindings/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.1.8](https://github.com/primitivefinance/arbiter/compare/arbiter-bindings-v0.1.7...arbiter-bindings-v0.1.8) - 2024-05-16

### Other
- release

## [0.1.7](https://github.com/primitivefinance/arbiter/compare/arbiter-bindings-v0.1.6...arbiter-bindings-v0.1.7) - 2024-04-26

### Other
Expand Down
2 changes: 1 addition & 1 deletion bindings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arbiter-bindings"
version = "0.1.7"
version = "0.1.8"
edition = "2021"
description = "Rust bindings for common solidity smart contracts"
license = "Apache-2.0"
Expand Down
5 changes: 5 additions & 0 deletions core/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.11.1](https://github.com/primitivefinance/arbiter/compare/arbiter-core-v0.11.0...arbiter-core-v0.11.1) - 2024-05-16

### Other
- *(deps)* bump hashbrown from 0.14.3 to 0.14.5 ([#963](https://github.com/primitivefinance/arbiter/pull/963))

## [0.11.0](https://github.com/primitivefinance/arbiter/compare/arbiter-core-v0.10.3...arbiter-core-v0.11.0) - 2024-04-26

### Added
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arbiter-core"
version = "0.11.0"
version = "0.11.1"
edition = "2021"
authors = [
"Waylon Jepsen <[email protected]>",
Expand Down
5 changes: 5 additions & 0 deletions engine/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.1](https://github.com/primitivefinance/arbiter/compare/arbiter-engine-v0.4.0...arbiter-engine-v0.4.1) - 2024-05-16

### Other
- update Cargo.toml dependencies

## [0.4.0](https://github.com/primitivefinance/arbiter/compare/arbiter-engine-v0.3.2...arbiter-engine-v0.4.0) - 2024-04-26

### Other
Expand Down
2 changes: 1 addition & 1 deletion engine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arbiter-engine"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
authors = [
"Waylon Jepsen <[email protected]>",
Expand Down

0 comments on commit 0ce2502

Please sign in to comment.