Skip to content

Commit bfaca2c

Browse files
chore: bump version to 0.1.12 (#1737)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 78ed453 commit bfaca2c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ Recent changes to the Specify CLI and templates are documented here.
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [0.1.12] - 2026-03-02
11+
12+
### Changed
13+
14+
- fix: use RELEASE_PAT so tag push triggers release workflow (#1736)
15+
- fix: release-trigger uses release branch + PR instead of direct push to main (#1733)
16+
- fix: Split release process to sync pyproject.toml version with git tags (#1732)
17+
18+
1019
## [0.1.10] - 2026-03-02
1120

1221
### Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "specify-cli"
3-
version = "0.1.10"
3+
version = "0.1.12"
44
description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
55
requires-python = ">=3.11"
66
dependencies = [

0 commit comments

Comments
 (0)