File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.10.1] - 2026-03-03
9+
10+ ### Changed
11+ - Updated ` install.sh ` and ` add-gemini.sh ` to suggest running ` gemini /onboard ` instead of launching the CLI automatically.
12+
13+ ### Fixed
14+ - Improved ASCII art and version display in the banner function of installer scripts.
15+
816## [ 0.10.0] - 2026-03-03
917
1018### Added
Original file line number Diff line number Diff line change 33
44# --- Configuration ---
55REPO_URL=" https://github.com/apiad/starter.git"
6- VERSION=" 0.10.0 "
6+ VERSION=" 0.10.1 "
77
88# --- Functions ---
99banner () {
Original file line number Diff line number Diff line change 33
44# --- Configuration ---
55REPO_URL=" https://github.com/apiad/starter.git"
6- VERSION=" 0.10.0 "
6+ VERSION=" 0.10.1 "
77
88# --- Functions ---
99banner () {
You can’t perform that action at this time.
0 commit comments