Skip to content

Commit 27bb989

Browse files
committed
chore(release): 0.1.1
1 parent 0791e11 commit 27bb989

7 files changed

Lines changed: 18 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Changelog
22

3-
All notable user-facing changes for aharness are recorded here.
4-
`commit-and-tag-version` updates this file from Conventional Commits during
5-
release prep. The GitHub release workflow extracts the matching version section
6-
as the release body.
3+
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4+
5+
## [0.1.1](https://github.com/Alfredvc/aharness/compare/v0.1.0...v0.1.1) (2026-06-06)
6+
7+
### Features
8+
9+
- **release:** add changelog generation tooling ([cb78493](https://github.com/Alfredvc/aharness/commit/cb7849375431e83e5382685929379c4fb31aefef))
10+
- **release:** document changelog visibility rules ([0791e11](https://github.com/Alfredvc/aharness/commit/0791e119dd61ae1386bf2f57b9ed666df2affc12))
11+
12+
### Bug Fixes
13+
14+
- route installed runs through production cli ([83d9cd3](https://github.com/Alfredvc/aharness/commit/83d9cd3e6f92e1cbf80a829279b837c347e99a1f))
715

816
## 0.1.0 - Initial OSS release
917

docs/fsm-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ entries:
5656
"type": "module",
5757
"files": ["fsms", "skills", "prompts", "README.md", "LICENSE"],
5858
"dependencies": {
59-
"@aharness/core": "^0.1.0"
59+
"@aharness/core": "^0.1.1"
6060
},
6161
"exports": {
6262
"./build.fsm.js": "./fsms/build.fsm.ts"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aharness-monorepo",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": true,
55
"license": "Apache-2.0",
66
"description": "Monorepo root for @aharness/core (Codex-substrate FSM aharness) and @aharness/test-support.",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aharness/core",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Codex (codex-rs) substrate for aharness FSMs: headless sole-WS-client runtime with dynamic_tools submit, owner input, rollback, and per-state hooks.",
55
"license": "Apache-2.0",
66
"repository": {

packages/core/templates/package.json.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"format:check": "prettier --check ."
2020
},
2121
"dependencies": {
22-
"@aharness/core": "^0.1.0"
22+
"@aharness/core": "^0.1.1"
2323
},
2424
"devDependencies": {
2525
"@types/node": "^25.6.0",

packages/test-support/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aharness/test-support",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Test fixtures for @aharness/core: app-server lifecycle, model SSE replay, second-client multicast-race driver.",
55
"license": "Apache-2.0",
66
"repository": {

skills/aharness-fsm-authoring/references/fsm-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Use the short FSM export form only:
4444
"type": "module",
4545
"files": ["fsms", "skills", "prompts", "README.md", "LICENSE"],
4646
"dependencies": {
47-
"@aharness/core": "^0.1.0"
47+
"@aharness/core": "^0.1.1"
4848
},
4949
"exports": {
5050
"./build.fsm.js": "./fsms/build.fsm.ts"

0 commit comments

Comments
 (0)