Skip to content

Release 0.2.0 - #19

Merged
jaakla merged 1 commit into
mainfrom
release/0.2.0
Sep 2, 2026
Merged

Release 0.2.0#19
jaakla merged 1 commit into
mainfrom
release/0.2.0

Conversation

@jaakla

@jaakla jaakla commented Sep 2, 2026

Copy link
Copy Markdown
Owner

Summary

  • bump the Python package, CLI, and Claude plugin to 0.2.0
  • add a regression test keeping all version surfaces synchronized

Validation

  • 317 unit tests passed
  • openmapstack --version reports 0.2.0
  • claude plugin validate . --strict passed
  • wheel and sdist built successfully; twine check passed

@jaakla
jaakla merged commit a72defc into main Sep 2, 2026
3 checks passed
@jaakla
jaakla deleted the release/0.2.0 branch September 2, 2026 13:43

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f8a5def964

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread tests/test_release.py
from __future__ import annotations

import json
import tomllib

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Use a Python 3.10-compatible TOML parser

On the supported Python 3.10 runtime, tomllib is not part of the standard library, so unittest discovery aborts while importing this new module before any tests run. Use a compatible fallback such as tomli, or read the literal project version without requiring tomllib, to keep the repository's test suite usable across its declared Python range.

AGENTS.md reference: AGENTS.md:L105-L107

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant