Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ All notable changes to this project are documented here. The format is based on

## [Unreleased]

## [0.6.0] - 2026-07-30

### Changed (breaking)

- **The `gemini` backend is replaced by `agy` (Google's Antigravity CLI).** The Gemini CLI it
Expand Down Expand Up @@ -1015,7 +1017,8 @@ First public, pip-installable release (`pip install cite-citadel`), and the PyPI
- Shared citation/link/fence parsing consolidated into `grammar.py`; viewer moved to a subpackage
with a golden bundle test; Office/OLE extraction isolated.

[Unreleased]: https://github.com/MarkusNeusinger/cite-citadel/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/MarkusNeusinger/cite-citadel/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/MarkusNeusinger/cite-citadel/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/MarkusNeusinger/cite-citadel/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/MarkusNeusinger/cite-citadel/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/MarkusNeusinger/cite-citadel/compare/v0.2.0...v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion citadel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# The ONE source of the version: pyproject.toml reads it via hatch's dynamic version
# ([tool.hatch.version] path = "citadel/__init__.py"), and `citadel --version` prints it.
# No `: str` annotation — hatchling's default version regex would not match it.
__version__ = "0.5.0"
__version__ = "0.6.0"
Loading