Skip to content

Commit 27a43f1

Browse files
committed
chore(release): version 0.16.0
1 parent dad2723 commit 27a43f1

3 files changed

Lines changed: 12 additions & 1 deletion

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.16.0] - 2026-03-20
9+
10+
### Added
11+
- **Timestamp-Based Journal Validation:** Implemented an automated check in the `pre-commit.py` hook that parses the latest journal entry's ISO timestamp and compares it against the modification times of any changed files.
12+
- **Journal Script Tooling:** Added `.gemini/scripts/journal.py`, a simple utility script for correctly formatting and appending new journal entries.
13+
- **Hook Installation Check:** Added an automatic check to the `welcome.py` script that alerts the user if the project's pre-commit hooks are not installed.
14+
15+
### Changed
16+
- **Improved Hook Robustness:** Enhanced the pre-commit script to correctly ignore the journal file's own modification when checking for pending documentation updates.
17+
818
## [0.15.0] - 2026-03-20
919

1020
### 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.15.0"
6+
VERSION="0.16.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
@@ -5,3 +5,4 @@
55
[2026-03-20T08:33:57] - Improved pre-commit hook with timestamp-based journal validation and added journal.py script
66
[2026-03-20T08:35:07] - Testing the pre-commit hook by modifying README.md
77
[2026-03-20T08:37:07] - feat(hooks): add pre-commit hook installation check to welcome script
8+
[2026-03-20T08:38:31] - chore(release): version 0.16.0

0 commit comments

Comments
 (0)