diff --git a/CHANGELOG.md b/CHANGELOG.md index e2b9df7..20de1ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ Welcome to the changelog for dōteki. This document aims to provide a comprehens We use Semantic Versioning (SemVer) for our version numbers, formatted as MAJOR.MINOR.PATCH. Major version changes involve significant (breaking) changes, minor versions introduce features and improvements in a backward compatible manner, and patch versions are for bug fixes and minor tweaks. +## [0.0.4](https://github.com/welpo/doteki/compare/v0.0.3..v0.0.4) - 2024-02-09 + +### 🐛 Bug Fixes + +- *(cli)* Use a temp file for safe README updates - ([5d3ffa0](https://github.com/welpo/doteki/commit/5d3ffa0808f8b4e0af54226598d42d44f4086371)) + +### 📝 Documentation + +- *(README)* Add git-sumi badge - ([31d1d78](https://github.com/welpo/doteki/commit/31d1d7885c3af77f5c34b6b40830c4093466f1c7)) +- *(README)* Add IPA notation for pronunciation - ([41a6438](https://github.com/welpo/doteki/commit/41a643813381c9c01953a5c3c30a6d87d3e30dd8)) +- *(website)* Turn githooks suggestion into a "tip" - ([7757145](https://github.com/welpo/doteki/commit/77571455f2a646e4de25300f8cd180c8202bce3e)) + +### ♻️ Refactor + +- *(cli)* Avoid redundant file read for credits - ([748545e](https://github.com/welpo/doteki/commit/748545e32ad6e576c4d34d5f304cf0bf8ceb939e)) + ## [0.0.3](https://github.com/welpo/doteki/compare/v0.0.2..v0.0.3) - 2024-02-06 ### ✨ Features diff --git a/pyproject.toml b/pyproject.toml index cd1c8d8..cd0077f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "doteki" -version = "0.0.3" # Managed by 'release' script. +version = "0.0.4" # Managed by 'release' script. description = "Easily add dynamic content to your GitHub profile" authors = ["Óscar Fernández "] license = "GPL-3.0-or-later"