Skip to content

Commit 548010a

Browse files
committed
feat: add CHANGELOG.md document to keep track of changes
1 parent 5c63eab commit 548010a

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
6+
project adheres to [Semantic Versioning](https://semver.org/).
7+
8+
## [Unreleased]
9+
### Added
10+
- ...
11+
12+
### Changed
13+
- ...
14+
15+
### Deprecated
16+
- ...
17+
18+
### Removed
19+
- ...
20+
21+
## [v0.1.0-alpha.1]
22+
23+
A lot of changes have happened here, a lot of different API design iterations and stuff. All of which, I diligently forgot to keep track of...
24+
25+
Sorry :)
26+
27+
<!-- @formatter:off -->
28+
[Unreleased]: https://github.com/get-eventually/go-eventually/compare/v0.1.0-alpha.1..HEAD
29+
[v0.1.0-alpha.1]: https://github.com/get-eventually/go-eventually/compare/8bb9190..HEAD

0 commit comments

Comments
 (0)