Skip to content

Commit

Permalink
#31 Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
roskakori committed Nov 27, 2024
1 parent cdd6bbd commit b852ecc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Check_done changes

## Version 1.0.0, 2024-11-27

- Initial release
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ license = "MIT"
homepage = "https://github.com/siisurit/check_done"
repository = "https://github.com/siisurit/check_done.git"
documentation = "https://github.com/siisurit/check_done/blob/main/README.md"
keywords = ["check", "done", "done done", "issue", "task"]
keywords = ["check", "closed", "done", "done done", "finished", "issue", "task", "validate"]
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Console",
Expand Down Expand Up @@ -62,6 +62,7 @@ twine = "^5"
check_done = "check_done.command:main"

[tool.poetry.urls]
"Changelog" = "https://github.com/siisurit/check_done/blob/main/CHANGELOG.md"
"Issue Tracker" = "https://github.com/siisurit/check_done/issues"

[tool.ruff]
Expand Down

0 comments on commit b852ecc

Please sign in to comment.