Skip to content

Commit

Permalink
chore: release 0.1.0 (#15)
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 Apr 14, 2021
1 parent 54c87e2 commit 30b1723
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## [0.1.0](https://www.github.com/boson-project/parliament/compare/v0.0.5...v0.1.0) (2021-04-14)


### Features

* add [@event](https://www.github.com/event) and improve test coverage ([#17](https://www.github.com/boson-project/parliament/issues/17)) ([e4067a0](https://www.github.com/boson-project/parliament/commit/e4067a0a9e8a910523d423dcbf702ed5980ffd64))
* add tests and a GitHub CI workflow ([39c6848](https://www.github.com/boson-project/parliament/commit/39c68487c096404f5d3a1f0cc6d1b7c12be20c85))


### Bug Fixes

* check for CloudEvents returned from [@event](https://www.github.com/event) fn ([#18](https://www.github.com/boson-project/parliament/issues/18)) ([02e8513](https://www.github.com/boson-project/parliament/commit/02e8513a06405c4d7910788dec1a2e613b35926f))
* fix path to version.py ([#19](https://www.github.com/boson-project/parliament/issues/19)) ([54c87e2](https://www.github.com/boson-project/parliament/commit/54c87e2271b463fc62625702c31cf28cb1a52f65))
* use version.py to satisfy release-please ([#16](https://www.github.com/boson-project/parliament/issues/16)) ([789c665](https://www.github.com/boson-project/parliament/commit/789c6654c548d73408845b42c2f25f9649d7866a))
2 changes: 1 addition & 1 deletion parliament/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.5"
__version__ = "0.1.0"

0 comments on commit 30b1723

Please sign in to comment.