Skip to content

Commit 24c740b

Browse files
committed
chore(release): version 0.17.0
1 parent 18bc138 commit 24c740b

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.17.0] - 2026-03-20
9+
10+
### Added
11+
- **Safe Installation Update Logic:** Re-engineered `docs/install.sh` to prevent data loss. It now performs surgical updates of `.gemini/` subdirectories instead of full overwrites.
12+
- **Project Configuration Protection:** Introduced a whitelist of protected files (e.g., `settings.json`, `style-guide.md`) that are preserved during framework updates.
13+
- **Intelligent GEMINI.md Preservation:** The installation script now detects and preserves the "Project Notes" section within `GEMINI.md`, allowing for seamless framework updates without losing project-specific context.
14+
- **Enhanced Installation Transparency:** Improved the install script's summary phase to explicitly list files being created, updated, or protected.
15+
816
## [0.16.0] - 2026-03-20
917

1018
### 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.16.0"
6+
VERSION="0.17.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
@@ -7,3 +7,4 @@
77
[2026-03-20T08:37:07] - feat(hooks): add pre-commit hook installation check to welcome script
88
[2026-03-20T08:38:31] - chore(release): version 0.16.0
99
[2026-03-20T08:41:47] - feat(docs): improve install.sh with safe update logic and preservation of user notes
10+
[2026-03-20T08:43:37] - chore(release): version 0.17.0

0 commit comments

Comments
 (0)