Skip to content

Commit ac59664

Browse files
chore(release): 9.0.6 [skip ci]
## [9.0.6](v9.0.5...v9.0.6) (2026-05-26) ### Bug Fixes * resolve activation endpoint and improve error handling ([#151](#151)) ([f0b053f](f0b053f))
1 parent f0b053f commit ac59664

6 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to Pilot Shell will be documented in this file.
44

5+
## [9.0.6] - 2026-05-26
6+
7+
### Bug Fixes
8+
9+
- Resolve activation endpoint and improve error handling
10+
511
## [9.0.5] - 2026-05-22
612

713
### Bug Fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Installs globally on macOS, Linux, and Windows (WSL2). All tools and rules go to
8989
If you encounter an issue or unfixed bug in the latest version, you can always go back to a previous version (see [releases](https://github.com/maxritter/pilot-shell/releases)):
9090

9191
```bash
92-
export VERSION=9.0.5
92+
export VERSION=9.0.6
9393
curl -fsSL https://raw.githubusercontent.com/maxritter/pilot-shell/main/install.sh | bash
9494
```
9595
</details>

console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pilot-console",
3-
"version": "9.0.5",
3+
"version": "9.0.6",
44
"description": "Memory system for Pilot Shell - persistent context and observations",
55
"type": "module",
66
"private": true,

installer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Pilot Shell Installer - Step-based installation pipeline."""
22

3-
__version__ = "9.0.5"
3+
__version__ = "9.0.6"
44
__build__ = "dev"

launcher/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Pilot Shell - Protected source module with license verification."""
22

3-
__version__ = "9.0.5"
3+
__version__ = "9.0.6"
44
__build__ = "dev"

pilot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pilot-shell",
3-
"version": "9.0.5",
3+
"version": "9.0.6",
44
"private": true,
55
"description": "Runtime dependencies for pilot-memory bundled hooks",
66
"type": "module",

0 commit comments

Comments
 (0)