# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.2] - 2025-09-08

### Added
- New features and enhancements

### Changed
- Changes in existing functionality

### Fixed
- Bug fixes

### Breaking Changes
- Breaking changes (if any)

### Commits
- 38ff8b6 docs(readme): update usage description
- 4e260f4 chore(release): 1.0.1
- 64612f3 test(utils): correct test case
- bc15314 feat(calculator): - Add commitizen and cz-conventional-changelog dependencies
- f82786a chore: add .gitignore
- 4eae971 chore: remove dependencies
- 21d4d86 init
- 

---


## [1.0.1] - 2025-06-22

### Added
- New features and enhancements

### Changed
- Changes in existing functionality

### Fixed
- Bug fixes

### Breaking Changes
- Breaking changes (if any)

### Commits
- 64612f3 test(utils): correct test case
- bc15314 feat(calculator): - Add commitizen and cz-conventional-changelog dependencies
- f82786a chore: add .gitignore
- 4eae971 chore: remove dependencies
- 21d4d86 init
-

---


## [Unreleased]

### Added
- Coast FIRE Calculator CLI
- Interactive prompts for financial inputs
- Support for different compounding frequencies
- Colorful CLI output with animations
- Comprehensive test suite
- Commitizen for standardized commits
- Automatic version management
- Changelog generation

### Changed

### Fixed

### Breaking Changes

---

## [1.0.0] - 2025-06-21

### Added
- Initial release of Coast FIRE Calculator CLI
- Interactive command-line interface
- Financial calculation engine
- TWD currency formatting
- Git integration and version management

---