diff --git a/CHANGELOG.md b/CHANGELOG.md index e2b9df7..bbd8a78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,39 @@ 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.6](https://github.com/welpo/doteki/compare/v0.0.3..v0.0.6) - 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)) + +### 🔧 Miscellaneous tasks + +- *(CD)* Bump dōteki in doteki-action on release - ([37d2dc2](https://github.com/welpo/doteki/commit/37d2dc281f571496f8eb08c3fa4284dde68e6147)) +- *(CHANGELOG)* Update commit types - ([bb1ed55](https://github.com/welpo/doteki/commit/bb1ed554ca3f0595f3950766ce00596931898ad3)) +- *(CHANGELOG)* Improve emoji pattern - ([e2e84bf](https://github.com/welpo/doteki/commit/e2e84bfda1c19dec3cd18f7eb016c9f2b8d17979)) +- *(CI)* Update git-sumi config - ([19c824a](https://github.com/welpo/doteki/commit/19c824a906b006fa9173af24099a6b1d9b4ca9dd)) +- *(git-sumi)* Require a space after the gitmoji - ([c839160](https://github.com/welpo/doteki/commit/c839160bc5561412de079d7f333b61f1a605a67e)) +- *(release)* Verify version tag format on release - ([a95ab3f](https://github.com/welpo/doteki/commit/a95ab3ff41ef2d604c5bbf6dd3f67561fb98a889)) +- *(release)* Automate PyPI release - ([d1dbecb](https://github.com/welpo/doteki/commit/d1dbecb76e1422fd0633d21ab83de9ebe822293b)) + ## [0.0.3](https://github.com/welpo/doteki/compare/v0.0.2..v0.0.3) - 2024-02-06 ### ✨ Features - Add -v | --version argument - ([941c2fd](https://github.com/welpo/doteki/commit/941c2fd7057792cdca5a6d088bb720b8b523d179)) -### 🐛 Bug Fixes +### 🐛 Bug fixes - *(test_cli)* Read/write using UTF-8 encoding - ([24c4756](https://github.com/welpo/doteki/commit/24c4756f6f388550627f2909af6caea3e762b68b)) - Specify UTF-8 encoding when reading files - ([1ae728c](https://github.com/welpo/doteki/commit/1ae728c38920cb5d205306133a20b1893ba60c56)) @@ -25,9 +51,18 @@ We use Semantic Versioning (SemVer) for our version numbers, formatted as MAJOR. - *(cli)* Improve code readability - ([915f02e](https://github.com/welpo/doteki/commit/915f02ebd81d4dc152585251519ed8a55afeb287)) - Move parse_arguments definition after its calling - ([4cbb4bd](https://github.com/welpo/doteki/commit/4cbb4bdd5e93efabbe6c274161d14fb5662124aa)) +### 🔧 Miscellaneous tasks + +- *(CI)* Fix links in tag description - ([c37d53c](https://github.com/welpo/doteki/commit/c37d53ca26edc75c365b4b90f8377ee43608d7af)) +- *(README)* Remove codecov logo from shield - ([af4b318](https://github.com/welpo/doteki/commit/af4b31801a8a8de2e654cea08027d31d5a744a5f)) +- Use git-sumi to lint commit messages - ([3e03678](https://github.com/welpo/doteki/commit/3e036786f98341191bfb7ff6c57e31e71753eb8a)) +- Add pre-commit script - ([58ef244](https://github.com/welpo/doteki/commit/58ef244d73236091ca6cf20e2aac462314aafbe6)) +- Sort imports with `isort` - ([dbd21a2](https://github.com/welpo/doteki/commit/dbd21a2ba65d5a552da7f86c503792e6511f130b)) +- Add continuous deployment workflow - ([9f01646](https://github.com/welpo/doteki/commit/9f01646c3de3f82005fa16a1e61de8fb428cb5ed)) + ## [0.0.2](https://github.com/welpo/doteki/compare/v0.0.1..v0.0.2) - 2024-01-26 -### 🐛 Bug Fixes +### 🐛 Bug fixes - Add utf-8 encoding to file write operations - ([17a8584](https://github.com/welpo/doteki/commit/17a8584822c1cedaa38f6897eefebca70d7f6039)) diff --git a/pyproject.toml b/pyproject.toml index cd1c8d8..78369d7 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.6" # Managed by 'release' script. description = "Easily add dynamic content to your GitHub profile" authors = ["Óscar Fernández "] license = "GPL-3.0-or-later"