Skip to content

Commit 0bca399

Browse files
committed
v0.1.34
1 parent 8546f4f commit 0bca399

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [v0.1.34](https://github.com/coder/vscode-coder/releases/tag/v0.1.34) (2024-03-03)
4+
5+
### Changes
6+
7+
- Improve fetching the Coder binary. This is mostly just better logging but it
8+
also will avoid fetching if the existing binary version already matches, to
9+
support scenarios where the ETag is ignored.
10+
311
## [v0.1.33](https://github.com/coder/vscode-coder/releases/tag/v0.1.33) (2024-02-20)
412

513
### Bug fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "Coder",
55
"description": "Open any workspace with a single click.",
66
"repository": "https://github.com/coder/vscode-coder",
7-
"version": "0.1.33",
7+
"version": "0.1.34",
88
"engines": {
99
"vscode": "^1.73.0"
1010
},

0 commit comments

Comments
 (0)