Skip to content

Commit

Permalink
Merge pull request #2 from matej-almasi/feature/add-changelog
Browse files Browse the repository at this point in the history
Added CHANGELOG.MD
  • Loading branch information
matej-almasi authored Dec 9, 2024
2 parents 6d3d95b + 2989bd1 commit 887e966
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.MD
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

0 comments on commit 887e966

Please sign in to comment.