Skip to content

Commit

Permalink
Update version number and improve Evergit configuration
Browse files Browse the repository at this point in the history
- Incremented version number to 0.2.0 in `README.md`, `package.json`, and `src/main.ts`
- Updated changelog for version 0.2.0 with recent enhancements
- Improved user-specific configuration management in Evergit
- Removed `open` package from dependencies for better performance
- Applied consistent code formatting throughout the project

Release-Note: Update version to 0.2.0 and enhance configuration management

Signed-off-by: Ian Skelskey <ianskelskey@gmail.com>
  • Loading branch information
IanSkelskey committed Jan 1, 2025
1 parent b094f41 commit 9de9c61
Show file tree
Hide file tree
Showing 5 changed files with 5,072 additions and 5,060 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,15 @@ This file is written automatically by the [version bump script](version-bump.ts)
- Refactored AI utility to use Axios instead of OpenAI client.
- Improved code readability by applying code formatting (Prettified Code).
- Merged changes from the 'main' branch into 'dev'.

## [0.2.0] - 2025-01-01

![Increment](https://img.shields.io/badge/minor-orange)

# Changelog Summary

- Added user-specific configuration management to the Evergit tool.
- Enhanced the configuration management system within Evergit.
- Removed the `open` package and its type definitions from dependencies.
- Applied code formatting improvements for better readability.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# EverGit

![Version](https://img.shields.io/badge/version-0.1.4-blue)
![Version](https://img.shields.io/badge/version-0.2.0-blue)

![TypeScript](https://img.shields.io/badge/typescript-007ACC?style=for-the-badge&logo=typescript&logoColor=white)
![OpenAI](https://img.shields.io/badge/OpenAI-00A79D?style=for-the-badge&logo=openai&logoColor=white)
Expand Down
Loading

0 comments on commit 9de9c61

Please sign in to comment.