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 11, 2023
1 parent 6a0ed46 commit a6af80d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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.2.5 — 2022-06-11

1. Support syntax highlighting for `*.rzk.tex` files (see [#5](https://github.com/fizruk/vscode-rzk/pull/5)).
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))

## v0.2.4 — 2022-05-27

Support syntax highlighting for `*.rzk.md` files
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,11 @@ Support syntax highlighting for most of rzk-v0.4.0
## v0.2.4 — 2022-05-27

Support syntax highlighting for `*.rzk.md` files

## v0.2.5 — 2022-06-11

1. Support syntax highlighting for `*.rzk.tex` files (see [#5](https://github.com/fizruk/vscode-rzk/pull/5)).
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))
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.2.4",
"version": "0.2.5",
"repository": "https://github.com/fizruk/vscode-rzk/rzk-1-experimental-highlighting",
"publisher": "NikolaiKudasovfizruk",
"engines": {
Expand Down

0 comments on commit a6af80d

Please sign in to comment.