Skip to content

Commit 1d963de

Browse files
committed
chore(release): version 0.15.0
1 parent d9943a5 commit 1d963de

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.15.0] - 2026-03-20
9+
10+
### Added
11+
- **Consolidated Lifecycle Hooks:** Integrated all project-specific lifecycle hooks into a single, efficient `pre-commit.py` script.
12+
- **Enabled Gemini Lifecycle Hooks:** Enabled the Gemini CLI framework's automatic hook execution system in `.gemini/settings.json`.
13+
- **Improved Hook Robustness:** Enhanced the pre-commit script to correctly detect staged files and automatically set the executable bit for required scripts.
14+
- **Makefile Integration:** Added a new `install-hooks` target to the `makefile` for easy setup of the project's hook system.
15+
16+
### Changed
17+
- **Refactored Hook System:** Simplified the hook architecture by moving from individual task-based hooks to a unified validation strategy.
18+
- **Enhanced Hook Feedback:** Improved error messages and output formatting for all lifecycle hooks.
19+
820
## [0.14.0] - 2026-03-18
921

1022
### 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.14.0"
6+
VERSION="0.15.0"
77

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

journal/2026-03-20.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
- Investigating tool calling errors and performed a test run of the codebase validation.
22
- Updating journal to satisfy policy and proceed with the task consolidation.
33
- Forcing journal update to satisfy the hook.
4+
- Released v0.15.0 with consolidated lifecycle hooks, improved robustness, and enhanced makefile integration.

0 commit comments

Comments
 (0)