Skip to content

Commit 8844336

Browse files
Merge pull request #55 from MarkusNeusinger/claude/release-0-3-0
release: 0.3.0
2 parents ea3f70a + cef323d commit 8844336

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 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.3.0] - 2026-07-06
10+
911
### Added
1012

1113
- **`wiki_neighbors` / `citadel neighbors` — walk a page's link graph.** A tenth read-only MCP tool
@@ -143,5 +145,7 @@ First public, pip-installable release (`pip install cite-citadel`), and the PyPI
143145
- Shared citation/link/fence parsing consolidated into `grammar.py`; viewer moved to a subpackage
144146
with a golden bundle test; Office/OLE extraction isolated.
145147

146-
[Unreleased]: https://github.com/MarkusNeusinger/cite-citadel/compare/v0.1.0...HEAD
148+
[Unreleased]: https://github.com/MarkusNeusinger/cite-citadel/compare/v0.3.0...HEAD
149+
[0.3.0]: https://github.com/MarkusNeusinger/cite-citadel/compare/v0.2.0...v0.3.0
150+
[0.2.0]: https://github.com/MarkusNeusinger/cite-citadel/compare/v0.1.0...v0.2.0
147151
[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.2.0"
6+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)