Skip to content

Commit

Permalink
Update version to 0.1.3 and improve core functionality
Browse files Browse the repository at this point in the history
- Updated the version in README, package.json, and main.ts to 0.1.3
- Improved buffer handling in the `getDiffForStagedFiles` function
- Enhanced the CLI main function and added corresponding tests
- Added integration tests for Git utilities
- Beautified codebase for increased readability

Release-Note: Version updated to 0.1.3; enhanced CLI and code quality

Signed-off-by: Ian Skelskey <ianskelskey@gmail.com>
  • Loading branch information
IanSkelskey committed Nov 19, 2024
1 parent 229a29c commit d9133c6
Show file tree
Hide file tree
Showing 5 changed files with 5,614 additions and 5,594 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,23 @@ This file is written automatically by the [version bump script](version-bump.ts)
#### Fixes

- Added a success message after the commit operation is performed.

## [0.1.3] - 2024-11-19

![Increment](https://img.shields.io/badge/patch-purple)

### Changelog Summary

- **Enhancements:**
- Improved buffer handling in the `getDiffForStagedFiles` function.
- Enhanced the CLI main function and added corresponding tests.

- **Testing:**
- Added integration tests for Git utilities.

- **Code Quality:**
- Prettified codebase for improved readability.

- **Merges:**
- Merged branch 'dev' from the repository.

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.2-blue)
![Version](https://img.shields.io/badge/version-0.1.3-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 d9133c6

Please sign in to comment.