Skip to content

Commit

Permalink
Bump to v0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jryans committed May 29, 2024
1 parent 49fe465 commit 8cf9d9a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.6.7 (2024-05-29)

### Added

- Extension now activates for all documents using the Racket language (even
those without files, such as unsaved buffers) (@jryans)
- Extension icon now also used as the Racket language icon (@samestep)

### Fixed

- Character constants (e.g. `#\(`) are now marked as strings and no longer
confuse parenthesis matching (@xiaoyu2006)
- Character constants list updated to include `#\tab` (@jryans)

## 0.6.6 (2023-07-10)

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magic-racket",
"displayName": "Magic Racket",
"description": "LSP support, REPL integration, and top notch syntax highlighting for the coolest of Lisps!",
"version": "0.6.6",
"version": "0.6.7",
"activationEvents": [
"onCommand:magic-racket.loadFileInRepl",
"onCommand:magic-racket.runFile",
Expand Down

0 comments on commit 8cf9d9a

Please sign in to comment.