Skip to content

Commit

Permalink
chore: release (#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 15, 2024
1 parent 718f2fa commit 5046ca0
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 23 deletions.
40 changes: 20 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.5](https://github.com/primitivefinance/arbiter/compare/arbiter-bindings-v0.1.4...arbiter-bindings-v0.1.5) - 2024-02-15

### Other
- rename directories ([#889](https://github.com/primitivefinance/arbiter/pull/889))

## [0.1.4](https://github.com/primitivefinance/arbiter/compare/arbiter-bindings-v0.1.3...arbiter-bindings-v0.1.4) - 2024-02-13

### Added
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.4"
version = "0.1.5"
edition = "2021"
description = "Rust bindings for common solidity smart contracts"
license = "Apache-2.0"
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.2.1](https://github.com/primitivefinance/arbiter/compare/arbiter-engine-v0.2.0...arbiter-engine-v0.2.1) - 2024-02-15

### Other
- update Cargo.toml dependencies

## [0.2.0](https://github.com/primitivefinance/arbiter/compare/arbiter-engine-v0.1.1...arbiter-engine-v0.2.0) - 2024-02-13

### 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.2.0"
version = "0.2.1"
edition = "2021"
authors = [
"Waylon Jepsen <waylonjepsen1@gmail.com>",
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.2](https://github.com/primitivefinance/arbiter/compare/arbiter-macros-v0.1.1...arbiter-macros-v0.1.2) - 2024-02-15

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

## [0.1.1](https://github.com/primitivefinance/arbiter/compare/arbiter-macros-v0.1.0...arbiter-macros-v0.1.1) - 2024-02-13

### Added
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.1"
version = "0.1.2"
edition = "2021"
authors = [
"Matt Czernik <matt@primitive.xyz>",
Expand Down

0 comments on commit 5046ca0

Please sign in to comment.