Skip to content

Commit db60f54

Browse files
committed
chore: release 0.2.0
1 parent acfa5a1 commit db60f54

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# Changelog
22

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+
340
All notable changes to CommitLoom will be documented in this file.
441

542
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "commitloom"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Weave perfect git commits with AI-powered intelligence. An intelligent CLI tool that uses OpenAI to generate meaningful, structured commit messages."
55
authors = ["Petru Arakiss <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)