Skip to content

Commit 31b6320

Browse files
corvid-agentclaude
andauthored
fix: v3.4.1 β€” add missing depends_on entries (#148)
* fix: add 6 missing depends_on entries to cli and validator specs Resolves all dependency validation warnings from `specsync deps`. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * chore: bump version to v3.4.1 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * chore: add missing v3.4.1 release link in CHANGELOG Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 11d15b6 commit 31b6320

4 files changed

Lines changed: 14 additions & 1 deletion

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 7 additions & 0 deletions
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+
## [3.4.1] - 2026-04-07
11+
12+
### Fixed
13+
14+
- Added 6 missing `depends_on` entries to CLI and validator specs, resolving all `specsync deps` warnings.
15+
1016
## [3.4.0] - 2026-04-07
1117

1218
### Added
@@ -284,6 +290,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
284290
phantom documentation for non-existent exports (errors).
285291
- Dependency spec cross-referencing and Consumed By section validation.
286292

293+
[3.4.1]: https://github.com/CorvidLabs/spec-sync/releases/tag/v3.4.1
287294
[3.4.0]: https://github.com/CorvidLabs/spec-sync/releases/tag/v3.4.0
288295
[3.1.0]: https://github.com/CorvidLabs/spec-sync/releases/tag/v3.1.0
289296
[3.0.0]: https://github.com/CorvidLabs/spec-sync/releases/tag/v3.0.0

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "specsync"
3-
version = "3.4.0"
3+
version = "3.4.1"
44
edition = "2024"
55
rust-version = "1.85"
66
description = "Bidirectional spec-to-code validation with schema column checking β€” 11 languages, single binary"

β€Žspecs/cli/cli.spec.mdβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ depends_on:
2626
- specs/hash_cache/hash_cache.spec.md
2727
- specs/merge/merge.spec.md
2828
- specs/importer/importer.spec.md
29+
- specs/comment/comment.spec.md
30+
- specs/manifest/manifest.spec.md
31+
- specs/schema/schema.spec.md
32+
- specs/changelog/changelog.spec.md
33+
- specs/deps/deps.spec.md
2934
---
3035

3136
# CLI

β€Žspecs/validator/validator.spec.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ depends_on:
1111
- specs/parser/parser.spec.md
1212
- specs/exports/exports.spec.md
1313
- specs/config/config.spec.md
14+
- specs/schema/schema.spec.md
1415
---
1516

1617
# Validator

0 commit comments

Comments
Β (0)