From 5a6e54d7df44b41d3dcc758245c58514034b36a1 Mon Sep 17 00:00:00 2001 From: Hermann Kao <38349706+itishermann@users.noreply.github.com> Date: Fri, 28 Jun 2024 15:01:25 +0200 Subject: [PATCH] chore: update CHANGELOG.md --- CHANGELOG.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b26886..ce3baab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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