Skip to content

Commit 4c4020b

Browse files
chore(release): 0.6.0
1 parent 62125c9 commit 4c4020b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Release Notes
22
---
33

4+
# [0.6.0](https://github.com/osl-incubator/douki/compare/0.5.0...0.6.0) (2025-10-09)
5+
6+
7+
### Features
8+
9+
* **refactoring:** Rename package to douki ([#9](https://github.com/osl-incubator/douki/issues/9)) ([62125c9](https://github.com/osl-incubator/douki/commit/62125c91c157a29ea4777b90851a1878a08476ee))
10+
411
# [0.5.0](https://github.com/osl-incubator/douki/compare/0.4.0...0.5.0) (2025-08-01)
512

613

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "douki"
3-
version = "0.5.0" # semantic-release
3+
version = "0.6.0" # semantic-release
44
description = "Documetatio from annotations"
55
readme = "README.md"
66
authors = [

src/douki/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def get_version() -> str:
1515
try:
1616
return importlib_metadata.version(__name__)
1717
except importlib_metadata.PackageNotFoundError: # pragma: no cover
18-
return '0.5.0' # semantic-release
18+
return '0.6.0' # semantic-release
1919

2020

2121
core = import_module('.core', __name__)

0 commit comments

Comments
 (0)