-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from matej-almasi/feature/add-changelog
Added CHANGELOG.MD
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Change Log | ||
|
||
Based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), | ||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
<!-- next-header --> | ||
|
||
## [Unreleased] - ReleaseDate | ||
|
||
### Added | ||
|
||
- CI/CD workflow to validate PRs to main | ||
- This changelog! | ||
|
||
## [0.1.0] - 2024-12-06 | ||
|
||
### First Release 🥳 | ||
|
||
- This is the first release of Doru! | ||
|
||
### Features | ||
|
||
- Add, edit and delete Todos in your CLI | ||
- Load and save Todos from JSON | ||
|
||
<!-- next-url --> | ||
|
||
[Unreleased]: https://github.com/matej-almasi/doru/compare/v0.1.0...HEAD |