Skip to content

Commit 692c88b

Browse files
committed
🔖 chore(release): prepare for v0.0.3
1 parent 917bf4d commit 692c88b

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ Welcome to the changelog for dōteki. This document aims to provide a comprehens
44

55
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.
66

7+
## [0.0.3](https://github.com/welpo/doteki/compare/v0.0.2..v0.0.3) - 2024-02-06
8+
9+
### ✨ Features
10+
11+
- Add -v | --version argument - ([941c2fd](https://github.com/welpo/doteki/commit/941c2fd7057792cdca5a6d088bb720b8b523d179))
12+
13+
### 🐛 Bug Fixes
14+
15+
- *(test_cli)* Read/write using UTF-8 encoding - ([24c4756](https://github.com/welpo/doteki/commit/24c4756f6f388550627f2909af6caea3e762b68b))
16+
- Specify UTF-8 encoding when reading files - ([1ae728c](https://github.com/welpo/doteki/commit/1ae728c38920cb5d205306133a20b1893ba60c56))
17+
18+
### 📝 Documentation
19+
20+
- *(contributing)* Enrich PR information - ([917bf4d](https://github.com/welpo/doteki/commit/917bf4d559d5515978aa4734aaad30f97c3e71bc))
21+
- *(plugin-standard)* Add link to developer guide - ([f7310ee](https://github.com/welpo/doteki/commit/f7310ee7e7985ea39868d08a6e8614fc213082da))
22+
23+
### ♻️ Refactor
24+
25+
- *(cli)* Improve code readability - ([915f02e](https://github.com/welpo/doteki/commit/915f02ebd81d4dc152585251519ed8a55afeb287))
26+
727
## [0.0.2](https://github.com/welpo/doteki/compare/v0.0.1..v0.0.2) - 2024-01-26
828

929
### 🐛 Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "doteki"
3-
version = "0.0.2" # Managed by 'release' script.
3+
version = "0.0.3" # Managed by 'release' script.
44
description = "Easily add dynamic content to your GitHub profile"
55
authors = ["Óscar Fernández <osc@osc.garden>"]
66
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)