Skip to content

Commit f8331ed

Browse files
committed
chore(release): v1.1.0
- GitHub Action validator for CI/CD pipelines - Project ADRs as format exemplars - Documentation and tooling updates
1 parent 0ecad61 commit f8331ed

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.1.0] - 2026-01-15
11+
1012
### Added
1113

1214
- **[GitHub Action]**: Shareable validation action for CI/CD pipelines
@@ -49,5 +51,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4951
- **Risk Assessment**: Three-dimension risk model (Technical/Schedule/Ecosystem) provides comprehensive evaluation
5052
- **Status Values**: Limited to MADR-compatible values (proposed, accepted, deprecated, superseded)
5153

52-
[Unreleased]: https://github.com/zircote/structured-madr/compare/v1.0.0...HEAD
54+
[Unreleased]: https://github.com/zircote/structured-madr/compare/v1.1.0...HEAD
55+
[1.1.0]: https://github.com/zircote/structured-madr/compare/v1.0.0...v1.1.0
5356
[1.0.0]: https://github.com/zircote/structured-madr/releases/tag/v1.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "structured-madr-validator",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Validates Architectural Decision Records against the Structured MADR specification",
55
"main": "src/validate.js",
66
"type": "module",

0 commit comments

Comments
 (0)