Skip to content

Commit 2ebbb9f

Browse files
committed
chore(release): version 0.10.0
1 parent 5744aae commit 2ebbb9f

3 files changed

Lines changed: 12 additions & 2 deletions

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.10.0] - 2026-03-03
9+
10+
### Added
11+
- Implemented `install.sh` scaffolding script to automate project bootstrapping from the template.
12+
- Implemented `add-gemini.sh` integration script for adding the framework to existing repositories.
13+
- Added professional ASCII banners with versioning to all installer scripts for improved UX.
14+
15+
### Changed
16+
- Refined `README.md` with streamlined Quick Start and new Integration sections.
17+
818
## [0.9.0] - 2026-03-03
919

1020
### 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.9.0"
6+
VERSION="0.10.0"
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.9.0"
6+
VERSION="0.10.0"
77

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

0 commit comments

Comments
 (0)