Skip to content

Commit 88c96ff

Browse files
build(main): 🔖 Release diff-commit 0.3.1
1 parent 3da3b01 commit 88c96ff

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-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.0"
2+
".": "0.3.1"
33
}

CHANGELOG.md

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

3+
## [0.3.1](https://github.com/tsdevau/diff-commit/compare/diff-commit-v0.3.0...diff-commit-v0.3.1) (2024-11-05)
4+
5+
6+
### Features, Additions & Updates
7+
8+
* **models:** add claude-3-5-haiku-latest to available model options ([f8f5793](https://github.com/tsdevau/diff-commit/commit/f8f5793bc784a8f40559ecc780bcd7a7bdd53539))
9+
10+
11+
### Documentation
12+
13+
* **readme:** update features and error handling sections ([82bdf05](https://github.com/tsdevau/diff-commit/commit/82bdf055402c318b70e4c70cf5147c964d778bad))
14+
* **settings:** update model options and add usage tips ([3ae39d8](https://github.com/tsdevau/diff-commit/commit/3ae39d82a3b4d6e3b5ca4457a52501522357dc23))
15+
16+
17+
### DX Maintenance & Configuration
18+
19+
* **deps:** update @anthropic-ai/sdk to v0.32.1 and dev dependencies ([3da3b01](https://github.com/tsdevau/diff-commit/commit/3da3b017eaec1e70ea42f530bef3f49ee2a9d5f1))
20+
321
## [0.3.0](https://github.com/tsdevau/diff-commit/compare/diff-commit-v0.2.1...diff-commit-v0.3.0) (2024-11-05)
422

523

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.0",
4+
"version": "0.3.1",
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)