Skip to content

Commit

Permalink
chore: release (#878)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 12, 2024
1 parent 968b11e commit f4a3955
Show file tree
Hide file tree
Showing 7 changed files with 102 additions and 12 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

27 changes: 27 additions & 0 deletions arbiter-bindings/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

### Added
- `ArbiterInspector`
- console log works

### Other
- release ([#729](https://github.com/primitivefinance/arbiter/pull/729))
- `can_log()`
- refactor + cleanup
- deploying console
- save
- forge install: ds-test
- save
- remove unused README generated by forge init, fix links and update benchmark command
- cleanup
- Merge branch 'main' into release-plz-2023-11-21T13-00-44Z
- release
- release
- solstat compiles
- forge install: solstat
- forge install: solmate
- contracts
- forge install: forge-std
- forge init
- arbiter-bindings

## [0.1.2](https://github.com/primitivefinance/arbiter/compare/arbiter-bindings-v0.1.1...arbiter-bindings-v0.1.2) - 2024-01-23

### Other
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.2"
version = "0.1.3"
edition = "2021"
description = "Rust bindings for common solidity smart contracts"
license = "Apache-2.0"
Expand Down
5 changes: 5 additions & 0 deletions arbiter-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.1.1](https://github.com/primitivefinance/arbiter/compare/arbiter-engine-v0.1.0...arbiter-engine-v0.1.1) - 2024-02-12

### Other
- remove `PhantomData` ([#868](https://github.com/primitivefinance/arbiter/pull/868))

## [0.1.0](https://github.com/primitivefinance/arbiter/releases/tag/arbiter-engine-v0.1.0) - 2024-01-23

### Added
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.0"
version = "0.1.1"
edition = "2021"
authors = [
"Waylon Jepsen <[email protected]>",
Expand Down
58 changes: 58 additions & 0 deletions documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# 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.0.1](https://github.com/primitivefinance/arbiter/compare/documentation-v0.0.0...documentation-v0.0.1) - 2024-02-12

### Fixed
- docs
- fixes

### Other
- simplify stream interface ([#866](https://github.com/primitivefinance/arbiter/pull/866))
- remove codecov ([#860](https://github.com/primitivefinance/arbiter/pull/860))
- refactor arbiter-core ([#858](https://github.com/primitivefinance/arbiter/pull/858))
- add `arbiter-engine` error handling ([#852](https://github.com/primitivefinance/arbiter/pull/852))
- documentation refactor 🌱 ([#847](https://github.com/primitivefinance/arbiter/pull/847))
- engine::new() visibility ([#854](https://github.com/primitivefinance/arbiter/pull/854))
- mdbook contributions for new crates ([#845](https://github.com/primitivefinance/arbiter/pull/845))
- updated builder api for environment
- spellcheck
- inspector for `Environment`
- `Environment` customization
- simulation.md
- vulnerability corpus
- usage
- getting started
- contributing
- documentation
- now all pass?
- make sure this works properly
- testing out
- reworking
- linkcheck, should fail on book build
- improvement
- save
- improving mdbook testing
- Update arbiter_core.md
- `Environment` docs
- restructure
- save
- risk
- quantatative security
- auditing documentatation
- chapter on anomoly detection
- rename dir
- remove book 📖❌
- update chapter 3
- update chapter 1
- reformat the chapters
- progress on chapter 2 docs
- update chapter_2.md
- Outline a few core chapters
- develop docs
- Begin mdBook
2 changes: 1 addition & 1 deletion documentation/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "documentation"
version = "0.0.0"
version = "0.0.1"
edition = "2021"
build = "build.rs"

Expand Down

0 comments on commit f4a3955

Please sign in to comment.