Skip to content

Commit 4775371

Browse files
committed
chore(release): 0.4.0
1 parent c6f956a commit 4775371

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.4.0] - 2025-03-30
6+
57
- Add Gemini provider
68
- Refactor OpenAI provider to OpenAI & OpenAI-compatible for better configuration
79
- Significantly improve tests coverage

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Cody++",
44
"description": "Enhances Cody AI with additional files control and custom command features",
55
"publisher": "mnismt",
6-
"version": "0.3.2",
6+
"version": "0.4.0",
77
"license": "MIT",
88
"icon": "resources/cody-plus-plus.png",
99
"homepage": "https://github.com/mnismt/codyplusplus",
@@ -272,4 +272,4 @@
272272
"zod": "^3.23.8"
273273
},
274274
"packageManager": "[email protected]"
275-
}
275+
}

0 commit comments

Comments
 (0)