Skip to content

Commit af6045a

Browse files
committed
chore(release): prepare v0.9.5
1 parent 9f0cd41 commit af6045a

File tree

3 files changed

+36
-1
lines changed

3 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The format is based on Keep a Changelog, and this project follows Semantic Versi
66

77
## [Unreleased]
88

9+
## [0.9.5] - 2026-04-01
10+
11+
- Clarified exporter trust and maturity across README, manuals, and AI guidance.
12+
- Added exporter maturity matrix and trust-level notes to steer tooling expectations.
13+
- Documented security posture in SECURITY.md and summarized it in the README.
14+
- Tightened CLI help to point at exporter maturity without overloading the interface.
15+
916
## [0.9.4] - 2026-03-31
1017

1118
- Added an optional document language metadata header with `orgscript 1` plus `source-language`, `comment-language`, `annotation-language`, and `context-language`.

docs/releases/v0.9.5.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# OrgScript v0.9.5
2+
3+
OrgScript v0.9.5 is a documentation and trust-marking release. It clarifies which exporters are stable versus experimental, improves AI/tooling guidance on exporter trust, and documents the current security posture for enterprise review.
4+
5+
## Highlights
6+
7+
- added an exporter maturity matrix to the README and manuals
8+
- added explicit exporter trust guidance for AI/tooling consumers
9+
- tightened CLI export help with a minimal trust-level note
10+
- documented security posture in `SECURITY.md` and summarized it in the README
11+
12+
## Why this matters
13+
14+
As OrgScript gains more export targets, the trust level of each output matters. v0.9.5 makes those expectations explicit for people and for machines, reducing false assumptions about stability.
15+
16+
## Verification
17+
18+
Confirmed on the release preparation state:
19+
20+
- `npm test`
21+
- `npm run check:all`
22+
- `node ./bin/orgscript.js export markdown ./examples/lead-qualification.orgs --with-annotations`
23+
- `node ./bin/orgscript.js export context ./examples/lead-qualification.orgs`
24+
- `node ./bin/orgscript.js help export`
25+
26+
## Project status
27+
28+
OrgScript remains a human-readable, AI-friendly description language for business logic and operational systems.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dkfuh/orgscript",
3-
"version": "0.9.4",
3+
"version": "0.9.5",
44
"description": "A human-readable, AI-friendly description language for business logic and operational systems.",
55
"license": "Apache-2.0",
66
"main": "./src/index.js",

0 commit comments

Comments
 (0)