File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## 0.11.0 - 2021-08-01
6+ - Added ` pgn ` grammar (chess's Portable Game Notation).
7+
58## 0.10.0 - 2021-03-14
69- Updated most language grammars to the latest version.
710- Upgraded ` tree-sitter ` CLI version to 0.19.3.
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ latest commit."
205205; ; ---------------------------------------------------------------------------
206206; ;; Building language grammars.
207207
208- (defconst tree-sitter-langs--bundle-version " 0.10.0 "
208+ (defconst tree-sitter-langs--bundle-version " 0.10.1 "
209209 " Version of the grammar bundle.
210210This should be bumped whenever a language submodule is updated, which should be
211211infrequent (grammar-only changes). It is different from the version of
Original file line number Diff line number Diff line change 55; ; Author: Tuấn-Anh Nguyễn <ubolonton@gmail.com>
66; ; Keywords: languages tools parsers tree-sitter
77; ; Homepage: https://github.com/ubolonton/tree-sitter-langs
8- ; ; Version: 0.10.0
8+ ; ; Version: 0.10.1
99; ; Package-Requires: ((emacs "25.1") (tree-sitter "0.15.0"))
1010; ; SPDX-License-Identifier: MIT
1111
You can’t perform that action at this time.
0 commit comments