Skip to content

Commit 424b9b4

Browse files
build(main): 🔖 Release diff-commit 0.4.0 (#40)
[0.4.0](diff-commit-v0.3.9...diff-commit-v0.4.0) (2025-06-05) ### Features, Additions & Updates * **models:** add support for local Ollama models ([#41](#41)) ([8d0e942](8d0e942)) ### Work in Progress * (rp) revert PR for "Add support for local Ollama models ([#39](#39))" to fix format for RP ([7528a09](7528a09)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 8d0e942 commit 424b9b4

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.9"
2+
".": "0.4.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/tsdevau/diff-commit/compare/diff-commit-v0.3.9...diff-commit-v0.4.0) (2025-06-05)
4+
5+
6+
### Features, Additions & Updates
7+
8+
* **models:** add support for local Ollama models ([#41](https://github.com/tsdevau/diff-commit/issues/41)) ([8d0e942](https://github.com/tsdevau/diff-commit/commit/8d0e9425c13745ab8b6820d329d91ac57496acd4))
9+
10+
11+
### Work in Progress
12+
13+
* (rp) revert PR for "Add support for local Ollama models ([#39](https://github.com/tsdevau/diff-commit/issues/39))" to fix format for RP ([7528a09](https://github.com/tsdevau/diff-commit/commit/7528a097f760c6371cab645128dff093e67da386))
14+
315
## [0.3.9](https://github.com/tsdevau/diff-commit/compare/diff-commit-v0.3.8...diff-commit-v0.3.9) (2025-06-04)
416

517

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "diff-commit",
33
"displayName": "Diff Commit",
4-
"version": "0.3.9",
4+
"version": "0.4.0",
55
"description": "Generate detailed Git commit messages following the conventional commit specification using AI models. Choose between Anthropic's cloud-based models like Claude 4 Sonnet or local Ollama models for offline usage.",
66
"categories": [
77
"AI",

0 commit comments

Comments
 (0)