|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [0.2.0] - 2024-12-06 |
| 4 | + |
| 5 | +- ✨ feat: enhance release process with changelog |
| 6 | +- 📖 docs: update README with badges |
| 7 | +- 🔧 chore: update dependencies in pyproject.toml |
| 8 | +- ✨ refactor: improve console and AI service handling |
| 9 | +- ✨ feat: enhance commit message generation |
| 10 | +- ✨ feat: Improve commit message generation |
| 11 | +- 📝 refactor: update commit message generation format |
| 12 | +- ✨ feat: enhance commit suggestion formatting |
| 13 | +- 🔧 chore: refactor imports and improve code structure |
| 14 | +- 🔧 chore: update CI configuration and clean tests |
| 15 | +- 🔧 chore: upgrade Codecov action to v5 |
| 16 | +- ✨ feat: enhance CI with Codecov integration |
| 17 | +- 🔧 test: improve KeyboardInterrupt handling in main |
| 18 | +- 🔧 test: fix KeyboardInterrupt handling in tests |
| 19 | +- 🔧 chore: add OpenAI API key to CI workflow |
| 20 | +- ✨ feat: update README and clean up code formatting |
| 21 | +- fix: resolve CI test failures - Add mock OpenAI API key and fix package installation |
| 22 | +- ✨ feat: update commit message format in tests |
| 23 | +- ✨ feat: add cost formatting for token usage |
| 24 | +- ✨ feat: enhance commit message formatting |
| 25 | +- ✨ feat: initial release with core features |
| 26 | +- ✨ feat: enhance README to improve clarity |
| 27 | +- ✨ feat: update README for enhanced clarity |
| 28 | +- ✨ feat: enhance model configuration and costs |
| 29 | +- 🔧 fix: handle deleted files during staging |
| 30 | +- ✨ feat: enhance git operations and tests |
| 31 | +- ✨ feat: enhance commit creation with warnings |
| 32 | +- 🚀 feat: add CI/CD workflows and improve CLI |
| 33 | +- ✨ feat: enhance commit process with stashing |
| 34 | +- 🔧 test: Update test cases for Git functionality |
| 35 | +- ✨ feat: Enhance AI service with new features |
| 36 | +- 🔧 fix: resolve issues in CLI and settings |
| 37 | +- ✨ feat: add .gitignore and enhance README |
| 38 | +- git init |
| 39 | + |
3 | 40 | All notable changes to CommitLoom will be documented in this file.
|
4 | 41 |
|
5 | 42 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
0 commit comments