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 Apr 8, 2024
1 parent 2e86196 commit 0f0589b
Show file tree
Hide file tree
Showing 11 changed files with 91 additions and 37 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

### Added
- environment logs ([#911](https://github.com/primitivefinance/arbiter/pull/911))

### Other
- *(deps)* bump h2 from 0.3.24 to 0.3.26 in /docs ([#945](https://github.com/primitivefinance/arbiter/pull/945))
- *(deps)* bump h2 from 0.3.25 to 0.3.26 ([#944](https://github.com/primitivefinance/arbiter/pull/944))
- *(deps)* bump syn from 2.0.57 to 2.0.58 ([#943](https://github.com/primitivefinance/arbiter/pull/943))
- db management ([#922](https://github.com/primitivefinance/arbiter/pull/922))
- *(deps)* bump async-trait from 0.1.77 to 0.1.79 ([#940](https://github.com/primitivefinance/arbiter/pull/940))
- *(deps)* bump thiserror from 1.0.57 to 1.0.58 ([#941](https://github.com/primitivefinance/arbiter/pull/941))
- *(deps)* bump tokio-stream from 0.1.14 to 0.1.15 ([#939](https://github.com/primitivefinance/arbiter/pull/939))
- *(deps)* bump serde_json from 1.0.114 to 1.0.115 ([#938](https://github.com/primitivefinance/arbiter/pull/938))
- *(deps)* bump mio from 0.8.10 to 0.8.11 in /docs ([#927](https://github.com/primitivefinance/arbiter/pull/927))
- *(deps)* bump anyhow from 1.0.80 to 1.0.81 ([#933](https://github.com/primitivefinance/arbiter/pull/933))
- *(deps)* bump proc-macro2 from 1.0.78 to 1.0.79 ([#934](https://github.com/primitivefinance/arbiter/pull/934))
- *(deps)* bump toml from 0.8.10 to 0.8.12 ([#935](https://github.com/primitivefinance/arbiter/pull/935))
- *(deps)* bump rayon from 1.8.1 to 1.10.0 ([#937](https://github.com/primitivefinance/arbiter/pull/937))
- update submodule ([#928](https://github.com/primitivefinance/arbiter/pull/928))
- Update README.md ([#936](https://github.com/primitivefinance/arbiter/pull/936))
- *(deps)* bump ethers from 2.0.13 to 2.0.14 ([#931](https://github.com/primitivefinance/arbiter/pull/931))
- *(deps)* bump clap from 4.5.1 to 4.5.2 ([#929](https://github.com/primitivefinance/arbiter/pull/929))
- *(deps)* bump chrono from 0.4.34 to 0.4.35 ([#930](https://github.com/primitivefinance/arbiter/pull/930))
- *(deps)* bump mio from 0.8.10 to 0.8.11 ([#926](https://github.com/primitivefinance/arbiter/pull/926))
- *(deps)* bump crossbeam-channel from 0.5.11 to 0.5.12 ([#919](https://github.com/primitivefinance/arbiter/pull/919))
- *(deps)* bump syn from 2.0.51 to 2.0.52 ([#920](https://github.com/primitivefinance/arbiter/pull/920))
- *(deps)* bump tempfile from 3.10.0 to 3.10.1 ([#917](https://github.com/primitivefinance/arbiter/pull/917))
- *(deps)* bump syn from 2.0.50 to 2.0.51 ([#915](https://github.com/primitivefinance/arbiter/pull/915))

## [0.4.19](https://github.com/primitivefinance/arbiter/compare/arbiter-v0.4.18...arbiter-v0.4.19) - 2024-02-26

### Added
Expand Down
64 changes: 32 additions & 32 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.19"
version = "0.4.20"
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.7](https://github.com/primitivefinance/arbiter/compare/arbiter-bindings-v0.1.6...arbiter-bindings-v0.1.7) - 2024-04-08

### Other
- update submodule ([#928](https://github.com/primitivefinance/arbiter/pull/928))

## [0.1.6](https://github.com/primitivefinance/arbiter/compare/arbiter-bindings-v0.1.5...arbiter-bindings-v0.1.6) - 2024-02-20

### 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.6"
version = "0.1.7"
edition = "2021"
description = "Rust bindings for common solidity smart contracts"
license = "Apache-2.0"
Expand Down
8 changes: 8 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

### Added
- environment logs ([#911](https://github.com/primitivefinance/arbiter/pull/911))

### Other
- *(deps)* bump chrono from 0.4.34 to 0.4.35 ([#930](https://github.com/primitivefinance/arbiter/pull/930))

## [0.10.3](https://github.com/primitivefinance/arbiter/compare/arbiter-core-v0.10.2...arbiter-core-v0.10.3) - 2024-02-20

### Other
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.10.3"
version = "0.11.0"
edition = "2021"
authors = [
"Waylon Jepsen <[email protected]>",
Expand Down
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.0](https://github.com/primitivefinance/arbiter/compare/arbiter-engine-v0.3.2...arbiter-engine-v0.4.0) - 2024-04-08

### Other
- db management ([#922](https://github.com/primitivefinance/arbiter/pull/922))
- *(deps)* bump tokio-stream from 0.1.14 to 0.1.15 ([#939](https://github.com/primitivefinance/arbiter/pull/939))

## [0.3.2](https://github.com/primitivefinance/arbiter/compare/arbiter-engine-v0.3.1...arbiter-engine-v0.3.2) - 2024-02-26

### Added
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.3.2"
version = "0.4.0"
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.4](https://github.com/primitivefinance/arbiter/compare/arbiter-macros-v0.1.3...arbiter-macros-v0.1.4) - 2024-04-08

### Other
- update Cargo.toml dependencies

## [0.1.3](https://github.com/primitivefinance/arbiter/compare/arbiter-macros-v0.1.2...arbiter-macros-v0.1.3) - 2024-02-20

### 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.3"
version = "0.1.4"
edition = "2021"
authors = [
"Matt Czernik <[email protected]>",
Expand Down

0 comments on commit 0f0589b

Please sign in to comment.