-
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.
Automatically generated by python-semantic-release
- Loading branch information
semantic-release
committed
Jun 26, 2024
1 parent
98a6541
commit 347da2a
Showing
1 changed file
with
66 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,66 @@ | ||
# Changelog | ||
|
||
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.1.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
|
||
## [v0.1.0] - 2024-06-26 | ||
|
||
### Chore | ||
|
||
* chore: add unit tests ([`a9146b9`](https://github.com/tom65536/annual/commit/a9146b9c57321c9ec1ed90be6f2ca9a1dbe46bd1)) | ||
|
||
* chore: initial commit ([`ae56c8c`](https://github.com/tom65536/annual/commit/ae56c8ceccbb9488bef3f2ce59b2e87457ea2935)) | ||
|
||
### Feature | ||
|
||
* feat: add year conditions ([`21ee930`](https://github.com/tom65536/annual/commit/21ee9306671bac32b4db7ca598afd9ca45fd9767)) | ||
|
||
* feat: add conditions ([`f798dee`](https://github.com/tom65536/annual/commit/f798deebea9d3978aea27316469a649085d8a8cf)) | ||
|
||
* feat: implement ruleparser ([`2e27d12`](https://github.com/tom65536/annual/commit/2e27d12d0f0fc3330e775662f532347b4c239289)) | ||
|
||
* feat: implement transformer [WIP] ([`3b76398`](https://github.com/tom65536/annual/commit/3b76398b78db2efd418e91445dfb5e844a7e4ae0)) | ||
|
||
* feat: add rule parser ([`3856946`](https://github.com/tom65536/annual/commit/3856946d279776907b530275d98a46e54adaa8d0)) | ||
|
||
### Fix | ||
|
||
* fix: fixes weekday calculation ([`a00e9ad`](https://github.com/tom65536/annual/commit/a00e9add5b05e6de7d43b506a6d9077fa3cc7192)) | ||
|
||
### Style | ||
|
||
* style: fix linter warning ([`6a7a372`](https://github.com/tom65536/annual/commit/6a7a372eeb2c4468f73b9d6c8154853d9a92f1d7)) | ||
|
||
### Unknown | ||
|
||
* Adds release pipeline using python semantic release. (#5) | ||
|
||
* chore: Adds release pipeline using python semantic release. | ||
|
||
Close #4 | ||
|
||
* fix: Fix formatting issue in CI workflow. ([`98a6541`](https://github.com/tom65536/annual/commit/98a654102863095fe401307da16d905ad0d30691)) | ||
|
||
* Add basic CI/CD (#3) | ||
|
||
* chore: add commitizen pre-commit hook | ||
|
||
* chore: update tool versions | ||
ß | ||
|
||
* chore: update tool versions | ||
|
||
* chore: update python version in CI | ||
|
||
* style: adapt to stylesheet | ||
|
||
* chore: add gitattributes ([`3e15b62`](https://github.com/tom65536/annual/commit/3e15b629a9039bfa4d58772fdf1c00692be8e092)) | ||
|
||
* Update README.md ([`04fa24d`](https://github.com/tom65536/annual/commit/04fa24d82d046868f9cb90db987f8fa18366f850)) | ||
|
||
* Update pyproject.toml ([`00e16ac`](https://github.com/tom65536/annual/commit/00e16ac1c56afdf71d1bc10c65e885134992892f)) | ||
|
||
* Initial commit ([`4f4ce28`](https://github.com/tom65536/annual/commit/4f4ce28db4c22914f2ac50b77d5ba311915c80be)) |