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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

## [0.2.0] - 2026-09-03

### Added

- **Concurrent-edit guard** — `download` embeds a version marker in the
Expand Down
2 changes: 1 addition & 1 deletion src/confluence_md.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
from bs4 import BeautifulSoup, NavigableString, Tag
from dotenv import load_dotenv

__version__ = "0.1.0"
__version__ = "0.2.0"

# ---------------------------------------------------------------------------
# Configuration -- loaded once at module level from the .env file
Expand Down