Skip to content

Commit 23e3697

Browse files
committed
chore(release): version 0.4.0
1 parent 009f0b6 commit 23e3697

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.4.0] - 2026-02-28
9+
10+
### Changed
11+
- Refactored the hook system: centralized shared logic into `.gemini/hooks/utils.py` and renamed hook files for consistency (`session.py`, `log.py`, `make.py`, `journal.py`).
12+
- Added PEP 257 docstrings to all hooks and improved internal documentation.
13+
14+
### Added
15+
- Updated `TASKS.md` and `journal/2026-02-28.md` with details of the hook refactoring.
16+
- Ignore `__pycache__` directories in `.gitignore`.
17+
818
## [0.3.0] - 2026-02-28
919

1020
### Added

0 commit comments

Comments
 (0)