diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..d1988c46 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,69 @@ +# 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). + +Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). + +## [Unreleased](https://github.com/vertexclique/bastion/compare/v0.1.4-alpha.1...HEAD) + +### Merged + +- Context spawn level tests [`#27`](https://github.com/vertexclique/bastion/pull/27) +- Change license to use Apache-2.0/MIT [`#26`](https://github.com/vertexclique/bastion/pull/26) +- Multi OS builds [`#25`](https://github.com/vertexclique/bastion/pull/25) +- Spawn from the context [`#19`](https://github.com/vertexclique/bastion/pull/19) +- File extension it seems [`#24`](https://github.com/vertexclique/bastion/pull/24) +- Move appveyor file, since it is not picked up. [`#23`](https://github.com/vertexclique/bastion/pull/23) +- Build on windows [`#21`](https://github.com/vertexclique/bastion/pull/21) +- Remove nightly features [`#20`](https://github.com/vertexclique/bastion/pull/20) +- did you mean 'abrupt'? [`#10`](https://github.com/vertexclique/bastion/pull/10) +- Shutdown implementation [`#14`](https://github.com/vertexclique/bastion/pull/14) + +### Commits + +- All documentation is complete [`d3084ba`](https://github.com/vertexclique/bastion/commit/d3084ba1c05e6a911b30a57f61acd823d83aa872) +- Refactor supervisors to carry out context to share data between children [`324a80b`](https://github.com/vertexclique/bastion/commit/324a80b1623b18b9a874ec78759af28cbb8eb61f) +- Context documentation [`58f5943`](https://github.com/vertexclique/bastion/commit/58f5943bbf6176beeba6da6b71fc5d875a31cd0e) + +## [v0.1.4-alpha.1](https://github.com/vertexclique/bastion/compare/v0.1.3...v0.1.4-alpha.1) - 2019-07-27 + +### Merged + +- Make prelude separation [`#12`](https://github.com/vertexclique/bastion/pull/12) +- Introduce receive utilities for message [`#11`](https://github.com/vertexclique/bastion/pull/11) +- did you mean 'abrupt'? [`#1`](https://github.com/vertexclique/bastion/pull/1) + +### Fixed + +- Introduce receive utilities for message [`#1`](https://github.com/vertexclique/bastion/issues/1) + +### Commits + +- Fix communication example [`806bc22`](https://github.com/vertexclique/bastion/commit/806bc2229b6b089b1c5f6e0f1e387dff9492e041) +- Update code example in the readme [`684a7bb`](https://github.com/vertexclique/bastion/commit/684a7bb7101289fb74fe824d3f5e3c5938156f64) +- (cargo-release) version 0.1.4-alpha.1 [`9eaf5d2`](https://github.com/vertexclique/bastion/commit/9eaf5d298f28caa28763291469a2e9ccdd716611) + +## [v0.1.3](https://github.com/vertexclique/bastion/compare/v0.1.2...v0.1.3) - 2019-07-21 + +### Commits + +- (cargo-release) version 0.1.3 [`bbdd5bc`](https://github.com/vertexclique/bastion/commit/bbdd5bc1be225cc14c6d9a64585fcdcccc29de84) +- Reword logging entry format [`0fb11d1`](https://github.com/vertexclique/bastion/commit/0fb11d19db943e8eebfa9ca4e136db161b1275aa) +- (cargo-release) start next development iteration 0.1.2 [`da63455`](https://github.com/vertexclique/bastion/commit/da63455761ae2d5bd6ff3a34c74b87fc49441d71) + +## [v0.1.2](https://github.com/vertexclique/bastion/compare/v0.1.0...v0.1.2) - 2019-07-21 + +### Commits + +- Cooperatively assembled message [`136cdb6`](https://github.com/vertexclique/bastion/commit/136cdb6056ede3c1c612ba0ede7479abb4da52fc) +- Export root spawn [`871261b`](https://github.com/vertexclique/bastion/commit/871261bf72780f34013266b38edac6bb80416c3f) +- README update [`09b3e68`](https://github.com/vertexclique/bastion/commit/09b3e689f9b38db5963d14bbbfea65df9bba6e3a) + +## v0.1.0 - 2019-07-21 + +### Commits + +- Initial commit [`be42fad`](https://github.com/vertexclique/bastion/commit/be42fad8120e8e92f6a98133d054681950123cbf)