Skip to content

Commit 9b29b14

Browse files
chore(main): release 0.9.2 (#277)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0ccd91e commit 9b29b14

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.9.1"
2+
".": "0.9.2"
33
}

CHANGELOG.md

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

3+
## [0.9.2](https://github.com/Vizards/deepseek-v4-for-copilot/compare/v0.9.1...v0.9.2) (2026-09-14)
4+
5+
6+
### Bug Fixes
7+
8+
* **provider:** avoid Copilot BYOK activation deadlock ([#275](https://github.com/Vizards/deepseek-v4-for-copilot/issues/275)) ([61dd50f](https://github.com/Vizards/deepseek-v4-for-copilot/commit/61dd50ff09f9c82d11800289295e92f0abde86f6)), closes [#274](https://github.com/Vizards/deepseek-v4-for-copilot/issues/274)
9+
* **settings:** make API key and base URL actions discoverable ([#276](https://github.com/Vizards/deepseek-v4-for-copilot/issues/276)) ([0ccd91e](https://github.com/Vizards/deepseek-v4-for-copilot/commit/0ccd91e85e0754eae5d41350df7e00561d14856d)), closes [#270](https://github.com/Vizards/deepseek-v4-for-copilot/issues/270)
10+
311
## [0.9.1](https://github.com/Vizards/deepseek-v4-for-copilot/compare/v0.9.0...v0.9.1) (2026-09-11)
412

513

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
@@ -3,7 +3,7 @@
33
"displayName": "DeepSeek V4 for Copilot Chat",
44
"description": "Use DeepSeek V4.1 Flash in Copilot Chat with native vision, Vision Proxy, reasoning, and agent tools.",
55
"icon": "resources/icon.png",
6-
"version": "0.9.1",
6+
"version": "0.9.2",
77
"publisher": "Vizards",
88
"license": "MIT",
99
"repository": {

0 commit comments

Comments
 (0)