Skip to content

Commit 3ca4549

Browse files
committed
Bump to v0.6.6
1 parent d97e486 commit 3ca4549

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.6.6 (2023-07-10)
9+
10+
### Added
11+
12+
- Additional troubleshooting steps added to README (@jryans)
13+
- Extension environment info logged to new Racket output channel (@jryans)
14+
15+
### Fixed
16+
17+
- PowerShell version detection used to select correct command quoting
18+
(@vagreargnatry)
19+
- Removed redundant build paths, using `esbuild` going forward (@jryans)
20+
- Fixed language server trace setting (useful for debugging) (@jryans)
21+
822
## 0.6.5 (2023-03-11)
923

1024
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magic-racket",
33
"displayName": "Magic Racket",
44
"description": "LSP support, REPL integration, and top notch syntax highlighting for the coolest of Lisps!",
5-
"version": "0.6.5",
5+
"version": "0.6.6",
66
"activationEvents": [
77
"onCommand:magic-racket.loadFileInRepl",
88
"onCommand:magic-racket.runFile",

0 commit comments

Comments
 (0)