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 Oct 20, 2024
1 parent 4c285e8 commit b8bb236
Show file tree
Hide file tree
Showing 12 changed files with 80 additions and 40 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.21](https://github.com/anthias-labs/arbiter/compare/arbiter-v0.4.20...arbiter-v0.4.21) - 2024-10-20

### Added
- exclude docs from release
- fix tests
- fmt
- rebrand, workflows
- rebrand

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

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

### Added
Expand Down
68 changes: 34 additions & 34 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/anthias-labs/arbiter/compare/arbiter-bindings-v0.1.7...arbiter-bindings-v0.1.8) - 2024-10-20

### 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
9 changes: 9 additions & 0 deletions core/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.11.1](https://github.com/anthias-labs/arbiter/compare/arbiter-core-v0.11.0...arbiter-core-v0.11.1) - 2024-10-20

### Added
- fmt
- rebrand, workflows

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

## [0.11.0](https://github.com/anthias-labs/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
2 changes: 1 addition & 1 deletion docs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ tokio = "1.36.0"
skeptic = "0.13.7"
arbiter-core.workspace = true
arbiter-bindings.workspace = true
revm-primitives.workspace = true
revm-primitives.workspace = true
6 changes: 6 additions & 0 deletions engine/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.4.1](https://github.com/anthias-labs/arbiter/compare/arbiter-engine-v0.4.0...arbiter-engine-v0.4.1) - 2024-10-20

### Added
- fmt
- rebrand, workflows

## [0.4.0](https://github.com/anthias-labs/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
5 changes: 5 additions & 0 deletions macros/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.5](https://github.com/anthias-labs/arbiter/compare/arbiter-macros-v0.1.4...arbiter-macros-v0.1.5) - 2024-10-20

### Added
- rebrand, workflows

## [0.1.4](https://github.com/anthias-labs/arbiter/compare/arbiter-macros-v0.1.3...arbiter-macros-v0.1.4) - 2024-04-26

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

0 comments on commit b8bb236

Please sign in to comment.