Skip to content

Commit 92b0d77

Browse files
committed
Release 0.10.1
1 parent 761ea74 commit 92b0d77

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
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.

tree-sitter-langs-build.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
210210
This should be bumped whenever a language submodule is updated, which should be
211211
infrequent (grammar-only changes). It is different from the version of

tree-sitter-langs.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

0 commit comments

Comments
 (0)