Skip to content

Commit

Permalink
🔖 chore(release): prepare for v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Feb 9, 2024
1 parent 5d3ffa0 commit 1f4a374
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 1f4a374

Please sign in to comment.