We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b241583 commit 072a2afCopy full SHA for 072a2af
2 files changed
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+# [1.6.0](https://github.com/nirvik34/gitbun/compare/v1.5.1...v1.6.0) (2026-05-19)
2
+
3
4
+### Bug Fixes
5
6
+* harden vscode gitbun runner ([987cd54](https://github.com/nirvik34/gitbun/commit/987cd543533b2fef64ac2ab5492ac29da3b5fd27))
7
8
9
+### Features
10
11
+* add gitbun vscode extension scaffold ([97ee5ae](https://github.com/nirvik34/gitbun/commit/97ee5ae54898e100aa6c9a37e630ba8789a5d033))
12
13
## [1.5.1](https://github.com/nirvik34/gitbun/compare/v1.5.0...v1.5.1) (2026-05-18)
14
15
package.json
@@ -1,6 +1,6 @@
{
"name": "gitbun",
- "version": "1.5.1",
+ "version": "1.6.0",
"description": "A comfy git commit assistant with optional AI enhancement",
"main": "dist/src/index.js",
"types": "dist/index.d.ts",
0 commit comments