Skip to content

Commit

Permalink
Merge pull request #286 from coder/semver-test
Browse files Browse the repository at this point in the history
chore: changelog + revert min version to fix semver test
  • Loading branch information
bpmct committed Aug 6, 2023
2 parents 4d0360b + 5054a13 commit ba8bc20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

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

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

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
minCompatibleCoderVersion=0.15.0
minCompatibleCoderVersion=0.12.9
maxCompatibleCoderVersion=3.0.0

0 comments on commit ba8bc20

Please sign in to comment.