Skip to content

Commit 29f41e6

Browse files
committed
release: update changelog and bump version to 1.4.6
1 parent 3d65b6b commit 29f41e6

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ All notable 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+
## [1.4.6] - 2026-03-26
11+
12+
### Fixed
13+
14+
- **PowerShell runtime safety and compatibility**: Hardened PowerShell scripts for safer runtime behavior and improved PowerShell 7 compatibility.
15+
- **Markdownlint workflow failures**: Fixed documentation and template markdown issues that were causing markdownlint workflow failures.
16+
17+
### Changed
18+
19+
- **Spark command templates**: Aligned prompt and command template paths to canonical `.documentation` locations.
20+
- **Docs cleanup and branding**: Finalized markdownlint-oriented documentation cleanup and branding consistency updates.
21+
1022
## [1.4.5] - 2026-03-25
1123

1224
### 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 = "1.4.5"
3+
version = "1.4.6"
44
description = "Specify CLI, part of Spec Kit Spark. A community extension with constitution-powered commands for Spec-Driven Development (SDD)."
55
requires-python = ">=3.11"
66
dependencies = [

0 commit comments

Comments
 (0)