Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vertexclique committed Sep 29, 2019
1 parent 7c35942 commit 6493ff8
Showing 1 changed file with 69 additions and 0 deletions.
69 changes: 69 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 6493ff8

Please sign in to comment.