Skip to content

Commit c2382a4

Browse files
build(main): 🔖 Release diff-commit 0.3.8 (#36)
## [0.3.8](diff-commit-v0.3.7...diff-commit-v0.3.8) (2025-03-29) ### Documentation * **models:** update Claude model options and add server overload error handling ([3a8e9c6](3a8e9c6)) ### DX Maintenance & Configuration * **config:** update default model to claude-3-7-sonnet-latest ([0f3b115](0f3b115)) * **deps:** update dependencies and optimise model settings ([c4d4c78](c4d4c78)) --- 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 c4d4c78 commit c2382a4

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-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.7"
2+
".": "0.3.8"
33
}

CHANGELOG.md

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

3+
## [0.3.8](https://github.com/tsdevau/diff-commit/compare/diff-commit-v0.3.7...diff-commit-v0.3.8) (2025-03-29)
4+
5+
6+
### Documentation
7+
8+
* **models:** update Claude model options and add server overload error handling ([3a8e9c6](https://github.com/tsdevau/diff-commit/commit/3a8e9c60660b01bfb05befd3e2a012c5c2c22b0d))
9+
10+
11+
### DX Maintenance & Configuration
12+
13+
* **config:** update default model to claude-3-7-sonnet-latest ([0f3b115](https://github.com/tsdevau/diff-commit/commit/0f3b1154c594844052ce6813138176f898e61280))
14+
* **deps:** update dependencies and optimise model settings ([c4d4c78](https://github.com/tsdevau/diff-commit/commit/c4d4c78e516ea2f913fe7f0db4c3cc3502cc5b81))
15+
316
## [0.3.7](https://github.com/tsdevau/diff-commit/compare/diff-commit-v0.3.6...diff-commit-v0.3.7) (2025-01-13)
417

518

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.7",
4+
"version": "0.3.8",
55
"description": "Generate detailed Git commit messages following the conventional commit specification using Anthropic's AI models like Claude 3.5 Sonnet.",
66
"categories": [
77
"AI",

0 commit comments

Comments
 (0)