Skip to content

Commit 939a6e7

Browse files
committed
chore(release): version 0.17.1
1 parent 795b615 commit 939a6e7

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.17.1] - 2026-03-20
9+
10+
### Changed
11+
- **Journal Logic Refinement:** Simplified the journal entry mechanism in `docs/install.sh` by consolidating logic to always utilize the project's internal `journal.py` script, ensuring consistent audit logs across environments.
12+
813
## [0.17.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.17.0"
6+
VERSION="0.17.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
@@ -9,3 +9,4 @@
99
[2026-03-20T08:41:47] - feat(docs): improve install.sh with safe update logic and preservation of user notes
1010
[2026-03-20T08:43:37] - chore(release): version 0.17.0
1111
[2026-03-20T08:45:12] - refactor(docs): simplify journal entry logic in install.sh
12+
[2026-03-20T08:46:18] - chore(release): version 0.17.1

0 commit comments

Comments
 (0)