-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
968b11e
commit f4a3955
Showing
7 changed files
with
102 additions
and
12 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
||
|