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.9.2] ( https://github.com/arxlang/douki/compare/0.9.1...0.9.2 ) (2026-03-03)
5+
6+
7+ ### Bug Fixes
8+
9+ * Fix variadic positional and keyword feature ([ #17 ] ( https://github.com/arxlang/douki/issues/17 ) ) ([ ae3a37e] ( https://github.com/arxlang/douki/commit/ae3a37e7d84a7d85532476bae7bc7b93ff31327e ) )
10+
411## [ 0.9.1] ( https://github.com/arxlang/douki/compare/0.9.0...0.9.1 ) (2026-03-03)
512
613
Original file line number Diff line number Diff line change 11[project ]
22name = " douki"
3- version = " 0.9.1 " # semantic-release
3+ version = " 0.9.2 " # semantic-release
44description = " Documetatio from annotations"
55readme = " README.md"
66authors = [
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def get_version() -> str:
1616 try :
1717 return importlib_metadata .version (__name__ )
1818 except importlib_metadata .PackageNotFoundError : # pragma: no cover
19- return '0.9.1 ' # semantic-release
19+ return '0.9.2 ' # semantic-release
2020
2121
2222version = get_version ()
You can’t perform that action at this time.
0 commit comments