Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fizruk committed Jun 21, 2023
1 parent 80ef50c commit 1954271
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@ 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.3.1 — 2022-06-21

1. Add `rzk.path` configuration option (see [#22](https://github.com/fizruk/vscode-rzk/pull/22)).
2. Add GitHub Action to compile/check the extension (see [#23](https://github.com/fizruk/vscode-rzk/pull/23)).

### v0.3.0 — 2022-06-20

This version introduces improvements to the highlighting:

1. Add semantic highlighting via `rzk tokenize` feature in rzk (v0.5 and higher, see https://github.com/fizruk/rzk/pull/53) (see [#15](https://github.com/fizruk/vscode-rzk/pull/15));
2. Fix a few issues with TextMate highlighting (see [#14](https://github.com/fizruk/vscode-rzk/pull/14))
1. Add semantic highlighting via `rzk tokenize` feature in rzk (v0.5 and higher, see https://github.com/fizruk/rzk/pull/53) (see [#15](https://github.com/fizruk/vscode-rzk/pull/15)).
2. Fix a few issues with TextMate highlighting (see [#14](https://github.com/fizruk/vscode-rzk/pull/14)).

### v0.2.6 — 2022-06-16

Expand All @@ -21,7 +26,7 @@ Add Markdown Preview button for Literate Rzk (see [#16](https://github.com/fizru
2. Add icons for literate Rzk files (both Markdown and TeX, see [#13](https://github.com/fizruk/vscode-rzk/pull/13)).
3. Some minor fixes (restoring rainbow-parentheses and keybinding for code commenting).
4. Using YAML for the language grammar (see [#6](https://github.com/fizruk/vscode-rzk/pull/6)).
5. Add `launch.json` and prettify (see [#1](https://github.com/fizruk/vscode-rzk/pull/1))
5. Add `launch.json` and prettify (see [#1](https://github.com/fizruk/vscode-rzk/pull/1)).

### v0.2.4 — 2022-05-27

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 syntax highlighting",
"description": "Syntax Highlighting for rzk, an experimental proof assistant for synthetic ∞-categories",
"icon": "images/icon.png",
"version": "0.3.0",
"version": "0.3.1",
"repository": "https://github.com/fizruk/vscode-rzk",
"publisher": "NikolaiKudasovfizruk",
"main": "./out/extension.js",
Expand Down

0 comments on commit 1954271

Please sign in to comment.