Skip to content

Commit a895f37

Browse files
chore(main): release diffy-explain-ai 1.3.0
1 parent 8cedee2 commit a895f37

File tree

4 files changed

+30
-5
lines changed

4 files changed

+30
-5
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-
".": "1.2.1"
2+
".": "1.3.0"
33
}

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@ All notable changes to the "diffy-explain-ai" extension will be documented in th
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [1.3.0](https://github.com/Hi7cl4w/diffy-explain-ai/compare/diffy-explain-ai-v1.2.1...diffy-explain-ai-v1.3.0) (2025-11-04)
8+
9+
10+
### ✨ Features
11+
12+
* add codebase indexing service and improve configuration handling ([b53f132](https://github.com/Hi7cl4w/diffy-explain-ai/commit/b53f1325e2b243d6aab8fc6b9294ac5bac06fed5))
13+
* add support for Grok Code Fast 1 and GPT-5 mini Copilot models ([869eb03](https://github.com/Hi7cl4w/diffy-explain-ai/commit/869eb036770344a00b3babf30b44ebfd8f30c4cc))
14+
15+
16+
### 📝 Documentation
17+
18+
* **changelog:** update for version 1.2.0 and unreleased fixes ([e2c0a8d](https://github.com/Hi7cl4w/diffy-explain-ai/commit/e2c0a8d0fc820de94ef2f4a21f90d1bc2daae785))
19+
* enhance README with comprehensive features, installation, and configuration details ([cce7142](https://github.com/Hi7cl4w/diffy-explain-ai/commit/cce7142bb2337f8864407e76d5f5d32eb82bcb35))
20+
* update README with new Copilot models and codebase indexing features ([f1dfca5](https://github.com/Hi7cl4w/diffy-explain-ai/commit/f1dfca5bffd3c997a0766d2bf8952573eee5987c))
21+
22+
23+
### 💅 Styles
24+
25+
* apply code formatting and linting fixes ([4d73066](https://github.com/Hi7cl4w/diffy-explain-ai/commit/4d730665a8d21e72415a88858e566388b4219ac9))
26+
27+
28+
### 🔧 Continuous Integration
29+
30+
* **release:** update workflow to use dynamic release body and automate changelog commits ([8cedee2](https://github.com/Hi7cl4w/diffy-explain-ai/commit/8cedee2d740b8ff5bfc035927b9d97362330a91e))
31+
732
## [1.2.1](https://github.com/Hi7cl4w/diffy-explain-ai/compare/diffy-explain-ai-v1.2.0...diffy-explain-ai-v1.2.1) (2025-11-03)
833

934
### 💅 Styles
@@ -170,4 +195,4 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
170195

171196
### Additional Bug Fixes
172197

173-
* Bug Fixes
198+
* Bug Fixes

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
@@ -2,7 +2,7 @@
22
"name": "diffy-explain-ai",
33
"displayName": "Diffy Commit AI - Generate Your Commit Message",
44
"description": "Generate Commit Message for You or Explains The Changed Code Using Git Diff And OpenAi In Natural Language",
5-
"version": "1.2.1",
5+
"version": "1.3.0",
66
"publisher": "hitclaw",
77
"engines": {
88
"vscode": "^1.105.0"

0 commit comments

Comments
 (0)