diff --git a/.bumpversion.toml b/.bumpversion.toml index ee42a98..1a465de 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.2.0-rc1" +current_version = "0.2.0" parse = """(?x) (?P0|[1-9]\\d*)\\. (?P0|[1-9]\\d*)\\. diff --git a/CHANGELOG.md b/CHANGELOG.md index b74bb78..3ec6ac9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.2.0] - 2026-05-13 + ### Added - Full mdfluence CLI option parity: `--disable-emoji`, `--disable-anchor-convert`, `--render-diagrams`, `--mmdc-path`, `--plantuml-path`, `--title`, `--parent-id`, `--parent-title`, `--top-level`, `--insecure`, `--content-type` diff --git a/gitfluence/__init__.py b/gitfluence/__init__.py index edbf19f..d3ec452 100644 --- a/gitfluence/__init__.py +++ b/gitfluence/__init__.py @@ -1 +1 @@ -__version__ = "0.2.0-rc1" +__version__ = "0.2.0" diff --git a/pyproject.toml b/pyproject.toml index 5050674..f1aa0ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gitfluence" -version = "0.2.0-rc1" +version = "0.2.0" description = "Sync markdown files from a git repo to Confluence as a page hierarchy" readme = "README.md" license = "MIT" diff --git a/uv.lock b/uv.lock index db8a361..8a37449 100644 --- a/uv.lock +++ b/uv.lock @@ -237,7 +237,7 @@ wheels = [ [[package]] name = "gitfluence" -version = "0.2.0rc1" +version = "0.2.0" source = { editable = "." } dependencies = [ { name = "gitpython" },