Skip to content

Commit

Permalink
Merge pull request #50 from rzk-lang/release/0.4.1
Browse files Browse the repository at this point in the history
Release v0.4.1
  • Loading branch information
aabounegm authored Sep 27, 2023
2 parents 638469f + 3408ab1 commit 1078811
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ All notable changes to the "rzk-1-experimental-highlighting" extension will be d

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## v0.4.1 - 2023-09-27

### Added

- The extension now provides the option to build `rzk` via [stack](https://docs.haskellstack.org/en/stable/) or [cabal](https://www.haskell.org/cabal/).

### Changed

- Updated extension name and description to reflect the newly added features (with LSP).

### Fixed

- Defined `wordPattern` to help VS Code recognize how an identifier looks like in Rzk. This should fix IntelliSense completion for identifiers with non-alpha characters.

## v0.4.0 - 2023-09-23

### Added
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Rzk",
"description": "Interactive theorem proving support in VS Code for Rzk, a proof assistant for synthetic ∞-categories",
"icon": "images/icon.png",
"version": "0.4.0",
"version": "0.4.1",
"repository": "https://github.com/rzk-lang/vscode-rzk",
"publisher": "NikolaiKudasovfizruk",
"main": "./out/extension.js",
Expand Down

0 comments on commit 1078811

Please sign in to comment.