Skip to content

Commit d13a43e

Browse files
committed
tree-sitter-langs 0.9.2
1 parent 4936f77 commit d13a43e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
## 0.9.2 - 2021-02-12
6+
- Added `janet-simple` grammars.
7+
- Added minor updates to some other grammars.
8+
59
## 0.9.1 - 2021-01-14
610
- Updated `c-sharp` grammar.
711

tree-sitter-langs-build.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
(file-name-as-directory
4646
(concat tree-sitter-langs--dir "queries")))
4747

48-
(defconst tree-sitter-langs--bundle-version "0.9.1"
48+
(defconst tree-sitter-langs--bundle-version "0.9.2"
4949
"Version of the grammar bundle.
5050
This is bumped whenever `tree-sitter-langs-repos' is updated, which should be
5151
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/emacs-tree-sitter
8-
;; Version: 0.9.1
8+
;; Version: 0.9.2
99
;; Package-Requires: ((emacs "25.1") (tree-sitter "0.12.2"))
1010
;; License: MIT
1111

0 commit comments

Comments
 (0)