Skip to content

Commit ba8bc20

Browse files
authored
Merge pull request #286 from coder/semver-test
chore: changelog + revert min version to fix semver test
2 parents 4d0360b + 5054a13 commit ba8bc20

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
### Fixed
88
- Inability to connect to a workspace after going back to the workspaces view.
9+
- Remove version warning for 2.x release.
910

1011
### Changed
1112
- Add a message to distinguish between connecting to the worker and querying for
@@ -28,8 +29,8 @@
2829
- Add status and start/stop buttons to the recent connections view.
2930

3031
### Changed
31-
- Check binary version with `version --output json` (if available) since this is
32-
faster than waiting for the round trip checking etags. It also covers cases
32+
- Check binary version with `version --output json` (if available) since this is
33+
faster than waiting for the round trip checking etags. It also covers cases
3334
where the binary is hosted somewhere that does not support etags.
3435
- Move the template link from the row to a dedicated button on the toolbar.
3536

Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
minCompatibleCoderVersion=0.15.0
1+
minCompatibleCoderVersion=0.12.9
22
maxCompatibleCoderVersion=3.0.0

0 commit comments

Comments
 (0)