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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ During `0.x`, MINOR may introduce breaking changes — they will be marked `BREA

## [Unreleased]

## [0.2.2] — 2026-06-05

Lockstep version-only bump across all **18 packages** to keep the
plugin family in sync. No source changes.

Reason: between `v0.2.0` and now, `codemap-core` shipped a `0.2.1`
patch (PR #9 — read version from package metadata instead of
hardcoding) without a coordinated plugin bump, leaving the 17 plugin
distributions at `0.2.0` and `codemap-core` at `0.2.1`. This release
re-aligns the family at `0.2.2` so `pipx install codemap-core==0.2.2`
plus `pipx inject codemap codemap-<lang>==0.2.2` is a clean,
single-version install for every supported language.

## [0.2.0] — 2026-06-04

Plugin family grows **15 → 18**. All packages bump in lockstep to
Expand Down
2 changes: 1 addition & 1 deletion plugins/codemap-bash/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "codemap-bash"
version = "0.2.0"
version = "0.2.2"
description = "Bash / shell-script indexer plugin for CodeMap"
readme = "README.md"
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion plugins/codemap-c/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "codemap-c"
version = "0.2.0"
version = "0.2.2"
description = "C language indexer plugin for CodeMap"
readme = "README.md"
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion plugins/codemap-cpp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "codemap-cpp"
version = "0.2.0"
version = "0.2.2"
description = "C++ language indexer plugin for CodeMap"
readme = "README.md"
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion plugins/codemap-csharp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "codemap-csharp"
version = "0.2.0"
version = "0.2.2"
description = "C# language indexer plugin for CodeMap"
readme = "README.md"
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion plugins/codemap-go/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "codemap-go"
version = "0.2.0"
version = "0.2.2"
description = "Go indexer plugin for CodeMap"
readme = "README.md"
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion plugins/codemap-java/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "codemap-java"
version = "0.2.0"
version = "0.2.2"
description = "Java indexer plugin for CodeMap"
readme = "README.md"
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion plugins/codemap-javascript/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "codemap-javascript"
version = "0.2.0"
version = "0.2.2"
description = "JavaScript / JSX indexer plugin for CodeMap (https://github.com/qxbyte/codemap)"
readme = "README.md"
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion plugins/codemap-jsp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "codemap-jsp"
version = "0.2.0"
version = "0.2.2"
description = "JavaServer Pages (.jsp) indexer plugin for CodeMap (https://github.com/qxbyte/codemap)"
readme = "README.md"
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion plugins/codemap-kotlin/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "codemap-kotlin"
version = "0.2.0"
version = "0.2.2"
description = "Kotlin indexer plugin for CodeMap"
readme = "README.md"
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion plugins/codemap-php/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "codemap-php"
version = "0.2.0"
version = "0.2.2"
description = "PHP indexer plugin for CodeMap"
readme = "README.md"
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion plugins/codemap-ruby/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "codemap-ruby"
version = "0.2.0"
version = "0.2.2"
description = "Ruby indexer plugin for CodeMap"
readme = "README.md"
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion plugins/codemap-rust/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "codemap-rust"
version = "0.2.0"
version = "0.2.2"
description = "Rust indexer plugin for CodeMap"
readme = "README.md"
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion plugins/codemap-scala/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "codemap-scala"
version = "0.2.0"
version = "0.2.2"
description = "Scala language indexer plugin for CodeMap"
readme = "README.md"
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion plugins/codemap-sql/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "codemap-sql"
version = "0.2.0"
version = "0.2.2"
description = "SQL indexer plugin for CodeMap"
readme = "README.md"
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion plugins/codemap-swift/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "codemap-swift"
version = "0.2.0"
version = "0.2.2"
description = "Swift indexer plugin for CodeMap"
readme = "README.md"
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion plugins/codemap-typescript/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "codemap-typescript"
version = "0.2.0"
version = "0.2.2"
description = "TypeScript indexer plugin for CodeMap (https://github.com/qxbyte/codemap)"
readme = "README.md"
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion plugins/codemap-vue/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "codemap-vue"
version = "0.2.0"
version = "0.2.2"
description = "Vue SFC (.vue) indexer plugin for CodeMap (https://github.com/qxbyte/codemap)"
readme = "README.md"
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build-backend = "hatchling.build"
# (`codemap-java`, `codemap-go`, …) — this is the engine; the others
# are language adapters.
name = "codemap-core"
version = "0.2.1"
version = "0.2.2"
description = "Language-neutral code index for AI agents"
readme = "README.md"
license = { file = "LICENSE" }
Expand Down
Loading