Skip to content

Commit bc1c8cd

Browse files
chore(release): 1.23.0
## [1.23.0](v1.22.1...v1.23.0) (2026-04-09) ### Features * **cli:** set sync check exit code on drift ([0ac42d7](0ac42d7)) * **cli:** support directory output for sync command ([a995834](a995834)) ### Bug Fixes * **sync:** handle non-existent markdown files correctly ([bfa58f5](bfa58f5)) ### Tests * **sync:** add tests for directory and single-file sync output ([432e056](432e056)) ### Miscellaneous Chores * **hooks:** enforce SysProM sync check before push ([373c8ac](373c8ac)) * **sysprom:** sync JSON and Markdown representations (update DIAGRAMS and STATE) ([6d600d2](6d600d2))
1 parent bfa58f5 commit bc1c8cd

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

.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.22.1",
4+
"version": "1.23.0",
55
"author": {
66
"name": "ExaDev",
77
"email": "support@exadev.io"

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [1.23.0](https://github.com/ExaDev/SysProM/compare/v1.22.1...v1.23.0) (2026-04-09)
2+
3+
### Features
4+
5+
* **cli:** set sync check exit code on drift ([0ac42d7](https://github.com/ExaDev/SysProM/commit/0ac42d731f8c60eaf70759eee17663ac52c4335d))
6+
* **cli:** support directory output for sync command ([a995834](https://github.com/ExaDev/SysProM/commit/a995834f7786805db0c04498dbf60bc4c15905a7))
7+
8+
### Bug Fixes
9+
10+
* **sync:** handle non-existent markdown files correctly ([bfa58f5](https://github.com/ExaDev/SysProM/commit/bfa58f5b143e443d49e655a53dbeb5970e0d4598))
11+
12+
### Tests
13+
14+
* **sync:** add tests for directory and single-file sync output ([432e056](https://github.com/ExaDev/SysProM/commit/432e056f4896bfa8688b0f97792cc8e76048c574))
15+
16+
### Miscellaneous Chores
17+
18+
* **hooks:** enforce SysProM sync check before push ([373c8ac](https://github.com/ExaDev/SysProM/commit/373c8ac2433e3c56ae925b17a370c0db01647dbd))
19+
* **sysprom:** sync JSON and Markdown representations (update DIAGRAMS and STATE) ([6d600d2](https://github.com/ExaDev/SysProM/commit/6d600d26ad94da9141f7cd97c1c3f58917707542))
20+
121
## [1.22.1](https://github.com/ExaDev/SysProM/compare/v1.22.0...v1.22.1) (2026-04-01)
222

323
### Documentation

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.22.1",
3+
"version": "1.23.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)