Skip to content

Commit

Permalink
Merge branch 'release-v0.4.2'
Browse files Browse the repository at this point in the history
* release-v0.4.2:
  Bump version and update changelog
  • Loading branch information
fizruk committed Sep 28, 2023
2 parents e086f12 + 5533231 commit f65d462
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 22 deletions.
26 changes: 7 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +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/).
## v0.4.2 — 2023-09-28

### Changed
- Fix the word pattern to allow triggering latex-input extension on `\` (see [#51](https://github.com/rzk-lang/vscode-rzk/pull/51))

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

### Fixed
## v0.4.1 - 2023-09-27

- 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.
- Provide the option to build `rzk` via [stack](https://docs.haskellstack.org/en/stable/) or [cabal](https://www.haskell.org/cabal/).
- Update extension name and description to reflect the newly added features (with LSP).
- Define `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

- IntelliSense support for `rzk.yaml` (requires the [YAML extension](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml))

### Changed

- Replaced the custom tokenizer with LSP support (available starting Rzk `v0.6.0`) (see [#36](https://github.com/rzk-lang/vscode-rzk/pull/36))

## v0.3.7 — 2023-07-10

- Replace the custom tokenizer with LSP support (available starting Rzk `v0.6.0`) (see [#36](https://github.com/rzk-lang/vscode-rzk/pull/36))
- Add option to download pre-releases (do not by default) (see [#35](https://github.com/rzk-lang/vscode-rzk/pull/35))

## v0.3.6 — 2023-07-10
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.1",
"version": "0.4.2",
"repository": "https://github.com/rzk-lang/vscode-rzk",
"publisher": "NikolaiKudasovfizruk",
"main": "./out/extension.js",
Expand Down

0 comments on commit f65d462

Please sign in to comment.