Skip to content

Commit

Permalink
chore: release (#879)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub Action <[email protected]>
Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
github-actions[bot] and actions-user authored Feb 13, 2024
1 parent aea4a47 commit 01841ba
Show file tree
Hide file tree
Showing 11 changed files with 53 additions and 10 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.15](https://github.com/primitivefinance/arbiter/compare/arbiter-v0.4.14...arbiter-v0.4.15) - 2024-02-13

### Added
- *(arbiter-macros)* `#[arbiter_macros::main]` and a project example ([#880](https://github.com/primitivefinance/arbiter/pull/880))

### Other
- Engine/world from config ([#882](https://github.com/primitivefinance/arbiter/pull/882))
- Docs/examples ([#881](https://github.com/primitivefinance/arbiter/pull/881))
- release ([#878](https://github.com/primitivefinance/arbiter/pull/878))

## [0.4.14](https://github.com/primitivefinance/arbiter/compare/arbiter-v0.4.13...arbiter-v0.4.14) - 2024-01-23

### Added
Expand Down
10 changes: 5 additions & 5 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 @@ -14,7 +14,7 @@ exclude = ["benches"]
# Package configuration
[package]
name = "arbiter"
version = "0.4.14"
version = "0.4.15"
edition = "2021"
authors = [
"Waylon Jepsen <[email protected]>",
Expand Down
5 changes: 5 additions & 0 deletions arbiter-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.4](https://github.com/primitivefinance/arbiter/compare/arbiter-bindings-v0.1.3...arbiter-bindings-v0.1.4) - 2024-02-13

### Added
- *(arbiter-macros)* `#[arbiter_macros::main]` and a project example ([#880](https://github.com/primitivefinance/arbiter/pull/880))

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

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

### Added
- *(arbiter-macros)* `#[arbiter_macros::main]` and a project example ([#880](https://github.com/primitivefinance/arbiter/pull/880))

## [0.10.0](https://github.com/primitivefinance/arbiter/compare/arbiter-core-v0.9.1...arbiter-core-v0.10.0) - 2024-01-23

### Added
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.10.1"
version = "0.10.2"
edition = "2021"
authors = [
"Waylon Jepsen <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions arbiter-engine/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.2.0](https://github.com/primitivefinance/arbiter/compare/arbiter-engine-v0.1.1...arbiter-engine-v0.2.0) - 2024-02-13

### Added
- *(arbiter-macros)* `#[arbiter_macros::main]` and a project example ([#880](https://github.com/primitivefinance/arbiter/pull/880))

### Other
- Engine/world from config ([#882](https://github.com/primitivefinance/arbiter/pull/882))

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

### Other
Expand Down
2 changes: 1 addition & 1 deletion arbiter-engine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arbiter-engine"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
authors = [
"Waylon Jepsen <[email protected]>",
Expand Down
15 changes: 15 additions & 0 deletions arbiter-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

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

### Added
- *(arbiter-macros)* `#[arbiter_macros::main]` and a project example ([#880](https://github.com/primitivefinance/arbiter/pull/880))

### Other
- Engine/world from config ([#882](https://github.com/primitivefinance/arbiter/pull/882))
2 changes: 1 addition & 1 deletion arbiter-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arbiter-macros"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = [
"Matt Czernik <[email protected]>",
Expand Down

0 comments on commit 01841ba

Please sign in to comment.