Skip to content

Commit 42d754a

Browse files
committed
chore(release): version 0.10.1
1 parent d59e1fd commit 42d754a

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

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.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

add-gemini.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.10.0"
6+
VERSION="0.10.1"
77

88
# --- Functions ---
99
banner() {

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.10.0"
6+
VERSION="0.10.1"
77

88
# --- Functions ---
99
banner() {

0 commit comments

Comments
 (0)