Skip to content

Commit

Permalink
chore: update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
itishermann committed Jun 28, 2024
1 parent 420d8bd commit 5a6e54d
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,20 @@
# 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).

## [Unreleased]

## [0.1.1] - 2024-06-28

### Added

- #4 Allow access to branch name in variables

## [0.1.0] - 2024-06-26

### Added

- Initial release with core features:
- Automated commit messages based on code changes.
- Context-aware analysis for accurate message generation.
Expand All @@ -19,10 +26,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Multi-language support.

### Changed

- Initial setup and configuration.

### Fixed

- Initial implementation bugs and issues.

[Unreleased]: https://github.com/itishermann/ollama-commit-summarizer/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/itishermann/ollama-commit-summarizer/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/itishermann/ollama-commit-summarizer/releases/tag/v0.1.1
[0.1.0]: https://github.com/itishermann/ollama-commit-summarizer/releases/tag/v0.1.0

0 comments on commit 5a6e54d

Please sign in to comment.