Skip to content

Commit

Permalink
docs: v0.1.0 changelog (#96)
Browse files Browse the repository at this point in the history
* docs: update CHANGELOG.md

* docs: pr template
  • Loading branch information
Noah authored Jan 11, 2020
1 parent 13dd118 commit 54b8de4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ e.g. This PR refactors the X submodule, applying Y's algorithm to improve Z by K
<!-- Please mark items as completed where appropriate. e.g. [x]. -->

- [ ] This PR has sufficient test coverage.
- [ ] I have updated the CHANGELOG.md.

## Additional Comments

Expand Down
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

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).
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]
From v1.0.0 onwards, this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Pre-v1, breaking changes will be indicated via a minor release, while all other changes will fall under patches. At any time, you can see what's in progress for a version by filtering GitHub issues by milestone.

- [feat] support --snapshot-update cli flag to write snapshots
- [feat] support custom plugins for writing snapshots, inc. image plugin
## Master (Unreleased)

Up to date with releases.

## v0.1.0

- Initial release respecting [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

0 comments on commit 54b8de4

Please sign in to comment.