Skip to content

Commit f5a94d1

Browse files
chore(release): 7.4.7 [skip ci]
## [7.4.7](v7.4.6...v7.4.7) (2026-03-10) ### Bug Fixes * Improvements for learn and sync commands ([6ba7122](6ba7122))
1 parent 6ba7122 commit f5a94d1

7 files changed

Lines changed: 12 additions & 6 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+
## [7.4.7] - 2026-03-10
6+
7+
### Bug Fixes
8+
9+
- Improvements for learn and sync commands
10+
511
## [7.4.6] - 2026-03-10
612

713
### Bug Fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ After installation, `cd` into any project and run `pilot` or `ccp` to start Pilo
8787
**Specific version** (see [releases](https://github.com/maxritter/pilot-shell/releases)):
8888

8989
```bash
90-
export VERSION=7.4.6
90+
export VERSION=7.4.7
9191
curl -fsSL https://raw.githubusercontent.com/maxritter/pilot-shell/main/install.sh | bash
9292
```
9393

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": "7.4.6",
3+
"version": "7.4.7",
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__ = "7.4.6"
3+
__version__ = "7.4.7"
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__ = "7.4.6"
3+
__version__ = "7.4.7"
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-plugin",
3-
"version": "7.4.6",
3+
"version": "7.4.7",
44
"private": true,
55
"description": "Runtime dependencies for pilot-memory bundled hooks",
66
"type": "module",

pilot/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pilot-shell-plugin",
3-
"version": "7.4.6",
3+
"version": "7.4.7",
44
"description": "Pilot Shell Plugin",
55
"author": {
66
"name": "Max Ritter",

0 commit comments

Comments
 (0)