Skip to content

chore(release): v2.1.1#14

Merged
Affanmir merged 1 commit into
mainfrom
release/v2.1.1
Jun 23, 2026
Merged

chore(release): v2.1.1#14
Affanmir merged 1 commit into
mainfrom
release/v2.1.1

Conversation

@Affanmir

Copy link
Copy Markdown
Owner

Release v2.1.1

Patch release rolling up everything merged since v2.1.0. Fully backward compatible — no input/output changes.

What's in it

PR Type Change
#13 🐛 Fix Markdown tables in PR comments and the step summary rendered with a blank line after the header-separator row, breaking the table layout on GitHub. Tables now render correctly. (fixes #11)
#12 🧰 Dev Dev Container config (.devcontainer/) for a one-command Python dev environment
#8 📝 Docs Quickstart, honest comparison with alternatives, expanded community-standards files

This PR

  • Adds the [2.1.1] section to CHANGELOG.md
  • Bumps the long-stale pyproject.toml version (1.0.02.1.1) so internal metadata matches the release

Notes

  • All usage snippets already pin @v2; the v2 major tag will be force-moved to v2.1.1 automatically by release.yml when the GitHub Release is published.
  • Local: pytest tests/ -q77 passed.

Release steps after merge

  1. Wait for Build & Push Docker Image to finish on the merge commit (so release.yml's sha-<commit> pull succeeds).
  2. Publish a GitHub Release tagged v2.1.1 → triggers tagging + v2 major-tag move.

🤖 Generated with Claude Code

Patch release rolling up the work merged since v2.1.0:
- Fix Markdown table rendering in PR comments and the step summary (#13, fixes #11)
- Document the Dev Container dev environment (#12)
- Note the new Quickstart / honest-comparison docs (#8)

Also bumps the long-stale pyproject version (1.0.0 -> 2.1.1) to match the release.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@github-actions

github-actions Bot commented Jun 23, 2026

Copy link
Copy Markdown
100.0%

████████████████████100.0% on changed lines

0 lines changed   0 uncovered   0 files

 📋 Full diff-cover report

Diff Coverage

Diff: origin/main...HEAD, staged and unstaged changes

No lines with coverage information in this diff.

🛡️ diff-cover-action

@Affanmir

Copy link
Copy Markdown
Owner Author

@DavidDeSloovere FYI, Thanks for the contributions

@Affanmir
Affanmir merged commit d357fba into main Jun 23, 2026
5 checks passed
@Affanmir
Affanmir deleted the release/v2.1.1 branch June 23, 2026 09:40
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.

Markdown tables not formatted correctly after header row

1 participant