Skip to content

Commit 15a8a4d

Browse files
committed
chore(release): version 0.19.1
1 parent 4291638 commit 15a8a4d

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.19.1] - 2026-03-20
9+
10+
### Changed
11+
- **Documentation Suite Overhaul:** Major updates to the entire documentation suite (`index.md`, `deploy.md`, `design.md`, `develop.md`, `user-guide.md`, and `README.md`) to accurately reflect the framework's v0.19.0 improvements, including the `/learn` command, the dual-layer hook system, and the updated testing philosophy.
12+
813
## [0.19.0] - 2026-03-20
914

1015
### Added

docs/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
# --- Configuration ---
55
REPO_URL="https://github.com/apiad/starter.git"
6-
VERSION="0.19.0"
6+
VERSION="0.19.1"
77

88
# --- Functions ---
99
banner() {

journal/2026-03-20.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@
2424
[2026-03-20T13:01:58] - Updated comprehensive documentation suite to include the new /learn command, grounded learning philosophy, and skill codification system
2525
[2026-03-20T13:04:06] - Release version 0.19.0
2626
[2026-03-20T13:22:29] - docs(core): update documentation suite for v0.19.0 improvements
27+
[2026-03-20T13:23:41] - chore(release): version 0.19.1

0 commit comments

Comments
 (0)