chore: release 0.12.8, begin 0.12.9.dev0 development#3410
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR performs the standard post-release housekeeping for Specify CLI by recording the 0.12.8 release in the changelog and advancing main to the next development version (0.12.9.dev0) so pre-release installs are clearly labeled.
Changes:
- Bump the project version to
0.12.9.dev0for ongoing development after thev0.12.8tag. - Add a
0.12.8changelog entry dated 2026-07-08 with the list of changes included in the release.
Show a summary per file
| File | Description |
|---|---|
| pyproject.toml | Advances the package version to 0.12.9.dev0 after the 0.12.8 release tag. |
| CHANGELOG.md | Adds the 0.12.8 release notes section at the top of the changelog. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Low
kanfil
added a commit
to tikalk/agentic-sdlc-spec-kit
that referenced
this pull request
Jul 8, 2026
Upstream commits merged (7): - 94c7ec2 escape TOML control chars so generated command files parse (github#3341) - 5a901a6 fall through to grep/sed when python3 is a broken stub (github#3312) - 295eb22 port update-agent-context to Python (github#3387) - ba1ce36 remove Cursor from CLI check list in README (github#3184) - 13d2cca document missing CLI flags and integrations (github#3182) - 0da969d add LLM Wiki extension to community catalog (github#3361) - a7b4391 release 0.12.8, begin 0.12.9.dev0 (github#3410) New file: src/specify_cli/_toml_string.py Conflicts: pyproject.toml (trivial version); base.py (import block — combined fork accent() with upstream _toml_string imports). Assisted-by: OpenCode (model: glm-5.2, autonomous)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated release of 0.12.8.
This PR was created by the Release Trigger workflow. The git tag
v0.12.8has already been pushed and the release artifacts are being built.Merging this PR will set
mainto0.12.9.dev0so that development installs are clearly marked as pre-release.