Skip to content

Commit ac91822

Browse files
calvingilesclaude
andauthored
chore: Release version 0.1.3 (#35)
This patch release includes two bug fixes: - Fixed version reporting to use package metadata (#32) - Added automatic VCS directory ignore (.git, .hg, .svn, .bzr) (#31) Updated: - CHANGELOG.md: Added v0.1.3 release notes - pyproject.toml: Bumped version to 0.1.3 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent 221721d commit ac91822

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.3] - 2025-10-29
11+
12+
### Fixed
13+
- Fixed `spec-check --version` to report correct package version from metadata instead of hardcoded 0.1.0 (#32)
14+
- Fixed `spec-check lint` to automatically ignore all VCS control directories (.git, .hg, .svn, .bzr) regardless of .gitignore (#31)
15+
1016
## [0.1.2] - 2025-10-28
1117

1218
### Fixed
@@ -69,7 +75,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6975
- Development status updated to Alpha
7076
- Added flit as dev dependency for building distributions
7177

72-
[Unreleased]: https://github.com/TradeMe/spec-check/compare/v0.1.2...HEAD
78+
[Unreleased]: https://github.com/TradeMe/spec-check/compare/v0.1.3...HEAD
79+
[0.1.3]: https://github.com/TradeMe/spec-check/compare/v0.1.2...v0.1.3
7380
[0.1.2]: https://github.com/TradeMe/spec-check/compare/v0.1.1...v0.1.2
7481
[0.1.1]: https://github.com/TradeMe/spec-check/compare/v0.1.0...v0.1.1
7582
[0.1.0]: https://github.com/TradeMe/spec-check/releases/tag/v0.1.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "spec_check"
77

88
[project]
99
name = "spec-check"
10-
version = "0.1.2"
10+
version = "0.1.3"
1111
description = "Tools for spec-driven development - validate specifications, test coverage, file structure, and documentation links"
1212
readme = "README.md"
1313
requires-python = ">=3.10"

0 commit comments

Comments
 (0)