We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e153f50 commit 04e098cCopy full SHA for 04e098c
2 files changed
CHANGELOG.md
@@ -7,6 +7,12 @@ All notable changes to the Specify CLI and templates are documented here.
7
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8
and this project adheres to to [Semantic Versioning](https://semver.org/spec/v2.0.0/).
9
10
+## [0.0.126] - 2026-03-12
11
+
12
+### Changed
13
14
+- Patch version bump
15
16
## [0.0.125] - 2026-03-12
17
18
### Changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "agentic-sdlc-specify-cli"
3
-version = "0.0.125"
+version = "0.0.126"
4
description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
5
requires-python = ">=3.11"
6
dependencies = [
0 commit comments