Skip to content

Commit 54b8de4

Browse files
author
Noah
authored
docs: v0.1.0 changelog (#96)
* docs: update CHANGELOG.md * docs: pr template
1 parent 13dd118 commit 54b8de4

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ e.g. This PR refactors the X submodule, applying Y's algorithm to improve Z by K
1515
<!-- Please mark items as completed where appropriate. e.g. [x]. -->
1616

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

1920
## Additional Comments
2021

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
76

8-
## [Unreleased]
7+
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.
98

10-
- [feat] support --snapshot-update cli flag to write snapshots
11-
- [feat] support custom plugins for writing snapshots, inc. image plugin
9+
## Master (Unreleased)
10+
11+
Up to date with releases.
12+
13+
## v0.1.0
14+
15+
- Initial release respecting [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

0 commit comments

Comments
 (0)