File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[project]
22name = "douki"
3- version = "0.5 .0" # semantic-release
3+ version = "0.6 .0" # semantic-release
44description = "Documetatio from annotations"
55readme = "README.md"
66authors = [
Original file line number Diff line number Diff 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
2121core = import_module('.core', __name__)
You can’t perform that action at this time.
0 commit comments