Conversation
Version 1.1.0 → 1.2.0. CHANGELOG [Unreleased] moved to [1.2.0] with consolidated release notes covering: - EQUAL: block for equational reasoning chains - o9 → \semi composition fix (9 emission sites) - Parenthesisation policy (5 ADR gaps closed) - Phase 1 e2e regression suite (141 examples) - Markdownlint in make check - Reference card, CLI help epilog, getting-started examples - Ethos agent team, install.sh - Student-readiness cleanup (broken links, cruft, LICENSE)
There was a problem hiding this comment.
Pull request overview
Release chore to publish v1.2.0 by updating the package version and rolling the changelog’s Unreleased section into a dated 1.2.0 entry.
Changes:
- Bump
txt2texversion from 1.1.0 → 1.2.0. - Move release notes from
[Unreleased]into a new[1.2.0] - 2026-04-14section inCHANGELOG.md.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
src/txt2tex/__version__.py |
Updates the canonical package version string to 1.2.0. |
CHANGELOG.md |
Adds the v1.2.0 release header/date and consolidates release notes under it. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
✅ Quality Gates StatusCommit:
|
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.
Summary
Version bump 1.1.0 → 1.2.0. Moves CHANGELOG [Unreleased] to [1.2.0].
See CHANGELOG.md for the full release notes. Highlights:
EQUAL:block,o9 → \semifix, paren policy (5 gaps)Test plan
Note
Low Risk
Primarily a version bump and changelog reorganization with no functional code changes beyond updating the package version string. Low risk unless downstream tooling depends on the previous version number format/value.
Overview
Prepares the
v1.2.0release by moving the prior Unreleased notes into a dated1.2.0section and tightening the formatting/structure of the release notes inCHANGELOG.md.Bumps the package version from
1.1.0to1.2.0insrc/txt2tex/__version__.py.Reviewed by Cursor Bugbot for commit a97ba4d. Bugbot is set up for automated code reviews on this repo. Configure here.