Skip to content

Commit 5c2ac59

Browse files
Merge pull request #108 from MarkusNeusinger/claude/github-pypi-release-a53wfe
release: 0.4.0
2 parents a2b7748 + dcb572a commit 5c2ac59

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ All notable changes to this project are documented here. The format is based on
66

77
## [Unreleased]
88

9+
## [0.4.0] - 2026-07-16
10+
911
### Changed
1012

1113
- **All nine committed showcase wikis rebuilt under the current rulebook** (sonnet, in-place per
@@ -543,7 +545,8 @@ First public, pip-installable release (`pip install cite-citadel`), and the PyPI
543545
- Shared citation/link/fence parsing consolidated into `grammar.py`; viewer moved to a subpackage
544546
with a golden bundle test; Office/OLE extraction isolated.
545547

546-
[Unreleased]: https://github.com/MarkusNeusinger/cite-citadel/compare/v0.3.0...HEAD
548+
[Unreleased]: https://github.com/MarkusNeusinger/cite-citadel/compare/v0.4.0...HEAD
549+
[0.4.0]: https://github.com/MarkusNeusinger/cite-citadel/compare/v0.3.0...v0.4.0
547550
[0.3.0]: https://github.com/MarkusNeusinger/cite-citadel/compare/v0.2.0...v0.3.0
548551
[0.2.0]: https://github.com/MarkusNeusinger/cite-citadel/compare/v0.1.0...v0.2.0
549552
[0.1.0]: https://github.com/MarkusNeusinger/cite-citadel/releases/tag/v0.1.0

citadel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# The ONE source of the version: pyproject.toml reads it via hatch's dynamic version
44
# ([tool.hatch.version] path = "citadel/__init__.py"), and `citadel --version` prints it.
55
# No `: str` annotation — hatchling's default version regex would not match it.
6-
__version__ = "0.3.0"
6+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)