First Release

This commit is contained in:
2026-02-14 19:27:08 -03:00
commit 74a3b88806
5 changed files with 727 additions and 0 deletions

12
CHANGELOG.md Normal file
View File

@@ -0,0 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
## [0.1.0] - 2026-02-14
### Added
- Added a single-file `git-tui` curses application for common Git flows: stage all, stage selected files, unstage selected files, commit, push, pull, fetch, and status.
- Added `doc/` documentation index and component documentation for architecture and usage.