Skip to content

Commit c259334

Browse files
calvingilesclaude
andauthored
chore: Prepare release v0.1.4 (#40)
- Update version to 0.1.4 in pyproject.toml - Update CHANGELOG.md with release date 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent 7c8292e commit c259334

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.4] - 2025-10-30
11+
12+
### Added
13+
- New builtin DSL types: `SpecificationModule` and `PrinciplesModule` for validating project specs (#39)
14+
- DSL validation step added to CI workflow (#39)
15+
16+
### Fixed
17+
- Fixed `reference_resolver.py` using non-existent `target_module` attribute instead of `target_type` (#39)
18+
- Fixed missing "addresses" keyword detection in reference relationship inference (#39)
19+
- Fixed missing `MarkdownDocument` import in DSL validator (#39)
20+
- Added support for `location="metadata"` in identifier extraction (#39)
21+
22+
### Changed
23+
- Restructured project specs to pass DSL validation (#39)
24+
- Removed duplicate job catalog files from `specs/jobs/` (#39)
25+
- Added "Addresses" sections to Requirements linking to Jobs (#39)
26+
1027
## [0.1.3] - 2025-10-29
1128

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

78-
[Unreleased]: https://github.com/TradeMe/spec-check/compare/v0.1.3...HEAD
95+
[Unreleased]: https://github.com/TradeMe/spec-check/compare/v0.1.4...HEAD
96+
[0.1.4]: https://github.com/TradeMe/spec-check/compare/v0.1.3...v0.1.4
7997
[0.1.3]: https://github.com/TradeMe/spec-check/compare/v0.1.2...v0.1.3
8098
[0.1.2]: https://github.com/TradeMe/spec-check/compare/v0.1.1...v0.1.2
8199
[0.1.1]: https://github.com/TradeMe/spec-check/compare/v0.1.0...v0.1.1

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.3"
10+
version = "0.1.4"
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)