Skip to content

Commit 3a05fc7

Browse files
committed
chore: update version to 1.5.1 and fix Markdownlint errors in repo-story template
1 parent bfbbd19 commit 3a05fc7

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ 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.5.1] - 2026-03-28
11+
12+
### Fixed
13+
14+
- **Markdownlint errors in repo-story template**: Added missing blank lines around lists and headings in `templates/commands/repo-story.md` to resolve 15 MD022/MD032 lint failures.
15+
1016
## [1.5.0] - 2026-03-28
1117

1218
### Added

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.5.0"
3+
version = "1.5.1"
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)