Skip to content

Commit f6a3033

Browse files
chore(release): 1.25.0
## [1.25.0](v1.24.0...v1.25.0) (2026-04-09) ### Features * **cli:** add --name flag to update node command ([5762a8a](5762a8a)), closes [#17](#17) * **cli:** add --selected flag to update node command ([55f8dc5](55f8dc5)), closes [#16](#16) ### Bug Fixes * **cli:** show all options in help, including companion flags ([a38e373](a38e373)), closes [#18](#18) ### Miscellaneous Chores * **sysprom:** sync JSON and Markdown representations ([c77c962](c77c962))
1 parent c77c962 commit f6a3033

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.24.0",
4+
"version": "1.25.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.25.0](https://github.com/ExaDev/SysProM/compare/v1.24.0...v1.25.0) (2026-04-09)
2+
3+
### Features
4+
5+
* **cli:** add --name flag to update node command ([5762a8a](https://github.com/ExaDev/SysProM/commit/5762a8af28d276cb2e378fae5021bf83079810d3)), closes [ExaDev/SysProM#17](https://github.com/ExaDev/SysProM/issues/17)
6+
* **cli:** add --selected flag to update node command ([55f8dc5](https://github.com/ExaDev/SysProM/commit/55f8dc52fc944c8bbfc4a1c56b82c58e48a5315d)), closes [ExaDev/SysProM#16](https://github.com/ExaDev/SysProM/issues/16)
7+
8+
### Bug Fixes
9+
10+
* **cli:** show all options in help, including companion flags ([a38e373](https://github.com/ExaDev/SysProM/commit/a38e3732905c4153c228c5a03efb1fda2b959902)), closes [ExaDev/SysProM#18](https://github.com/ExaDev/SysProM/issues/18)
11+
12+
### Miscellaneous Chores
13+
14+
* **sysprom:** sync JSON and Markdown representations ([c77c962](https://github.com/ExaDev/SysProM/commit/c77c9626fe167d2268e2a86ad9a187f9122693d4))
15+
116
## [1.24.0](https://github.com/ExaDev/SysProM/compare/v1.23.1...v1.24.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.24.0",
3+
"version": "1.25.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)