Skip to content

Commit 6d9a897

Browse files
corvid-agentclaude
andauthored
chore: bump version to 1.1.0 (#7)
Includes GitHub Action, watch mode, integration tests, and crates.io metadata. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0394046 commit 6d9a897

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.0] - 2026-03-18
9+
10+
### Added
11+
12+
- **Reusable GitHub Action** (`CorvidLabs/spec-sync@v1`) — auto-downloads the
13+
correct platform binary and runs specsync check in CI. Supports `strict`,
14+
`require-coverage`, `root`, and `version` inputs.
15+
- **`watch` subcommand** — live spec validation that re-runs on file changes.
16+
- **Comprehensive integration test suite** — end-to-end tests using assert_cmd.
17+
18+
### Changed
19+
20+
- Updated crates.io metadata (readme, homepage fields).
21+
822
## [1.0.0] - 2026-03-18
923

1024
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "1.0.0"
3+
version = "1.1.0"
44
edition = "2024"
55
description = "Bidirectional spec-to-code validation — language-agnostic, blazing fast"
66
license = "MIT"

0 commit comments

Comments
 (0)