v2.1.1
v2.1.1 Release Notes
Released on Wednesday, July 15, 2026. This release introduces automatic manifest version synchronization to the Release Manager, aligning the top-level project version with your release tag, and includes a minor version bump in package.json.
Release Manager
- Sync manifest version to release tag. The Release Manager now detects project files (
package.json,Cargo.toml,pyproject.toml, or*.gemspec) and displays a before/after diff of the top-level version field. It prompts for confirmation both before and after applying the bump, ensuring dependency version strings remain untouched. This mirrors the existing interactive UX found in the README Generator license-step.
Bug fixes
- Version bump alignment. Corrected the version declaration in
package.jsonto align with the release workflow.
Full Changelog: v2.1.0...v2.1.1