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,16 @@ 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.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
Original file line number Diff line number Diff line change 33
44# --- Configuration ---
55REPO_URL=" https://github.com/apiad/starter.git"
6- VERSION=" 0.9 .0"
6+ VERSION=" 0.10 .0"
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.9 .0"
6+ VERSION=" 0.10 .0"
77
88# --- Functions ---
99banner () {
You can’t perform that action at this time.
0 commit comments