Skip to content

Commit c03f285

Browse files
chore(release): 1.27.0
## [1.27.0](v1.26.0...v1.27.0) (2026-04-09) ### Features * **cli:** add commands to manage external references ([04818d4](04818d4)), closes [#22](#22) ### Documentation * **sysprom:** record decisions and changes for issues [#22](#22), [#23](#23), [#25](#25) ([ad1bcdc](ad1bcdc)) ### Miscellaneous Chores * **schema:** add milestone as valid depends_on source type ([6aae747](6aae747)), closes [#23](#23) * **schema:** add role support for constrained_by and governed_by ([72d0c3e](72d0c3e)), closes [#25](#25)
1 parent ad1bcdc commit c03f285

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sysprom",
33
"description": "SysProM (System Provenance Model) — skills and MCP server for creating, querying, and managing provenance graphs",
4-
"version": "1.26.0",
4+
"version": "1.27.0",
55
"author": {
66
"name": "ExaDev",
77
"email": "support@exadev.io"

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [1.27.0](https://github.com/ExaDev/SysProM/compare/v1.26.0...v1.27.0) (2026-04-09)
2+
3+
### Features
4+
5+
* **cli:** add commands to manage external references ([04818d4](https://github.com/ExaDev/SysProM/commit/04818d49a3080ec80b93022a033e1fa76f94cb83)), closes [#22](https://github.com/ExaDev/SysProM/issues/22)
6+
7+
### Documentation
8+
9+
* **sysprom:** record decisions and changes for issues [#22](https://github.com/ExaDev/SysProM/issues/22), [#23](https://github.com/ExaDev/SysProM/issues/23), [#25](https://github.com/ExaDev/SysProM/issues/25) ([ad1bcdc](https://github.com/ExaDev/SysProM/commit/ad1bcdc33ca2d48fac1fd5c724efb4467184107d))
10+
11+
### Miscellaneous Chores
12+
13+
* **schema:** add milestone as valid depends_on source type ([6aae747](https://github.com/ExaDev/SysProM/commit/6aae7476ee7dd6f33890a295647757ef8957a65b)), closes [#23](https://github.com/ExaDev/SysProM/issues/23)
14+
* **schema:** add role support for constrained_by and governed_by ([72d0c3e](https://github.com/ExaDev/SysProM/commit/72d0c3eeb35a1d2a2dec1708cffc8a7ae125ed51)), closes [#25](https://github.com/ExaDev/SysProM/issues/25)
15+
116
## [1.26.0](https://github.com/ExaDev/SysProM/compare/v1.25.1...v1.26.0) (2026-04-09)
217

318
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sysprom",
3-
"version": "1.26.0",
3+
"version": "1.27.0",
44
"description": "SysProM — System Provenance Model CLI and library",
55
"author": "ExaDev",
66
"homepage": "https://exadev.github.io/SysProM",

0 commit comments

Comments
 (0)