Skip to content

Commit

Permalink
Initial release with core features (#0.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
itishermann committed Jun 26, 2024
1 parent 552d0f0 commit 12308c0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
25 changes: 23 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,28 @@
<!-- Keep a Changelog guide -> https://keepachangelog.com -->

# ollama-commit-summarizer Changelog
# 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.0] - 2024-06-26
### Added
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
- Initial release with core features:
- Automated commit messages based on code changes.
- Context-aware analysis for accurate message generation.
- Customizable commit message templates.
- Integration with Git and VCS tools.
- Interactive suggestions for commit messages.
- 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
[0.1.0]: https://github.com/itishermann/ollama-commit-summarizer/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginGroup = me.itishermann.ollamacommitsummarizer
pluginName = ollama-commit-summarizer
pluginRepositoryUrl = https://github.com/itishermann/ollama-commit-summarizer
# SemVer format -> https://semver.org
pluginVersion = 0.0.6
pluginVersion = 0.1.0

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 232
Expand Down

0 comments on commit 12308c0

Please sign in to comment.