File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## 0.12.212 - 2024-08-18
6
+
5
7
## 0.12.211 - 2024-08-11
6
8
7
9
## 0.12.210 - 2024-08-05
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ latest commit."
232
232
; ; ---------------------------------------------------------------------------
233
233
; ;; Building language grammars.
234
234
235
- (defconst tree-sitter-langs--bundle-version " 0.12.211 "
235
+ (defconst tree-sitter-langs--bundle-version " 0.12.212 "
236
236
" Version of the grammar bundle.
237
237
This should be bumped whenever a language submodule is updated, which should be
238
238
infrequent (grammar-only changes). It is different from the version of
Original file line number Diff line number Diff line change 5
5
; ; Author: Tuấn-Anh Nguyễn <ubolonton@gmail.com>
6
6
; ; Keywords: languages tools parsers tree-sitter
7
7
; ; Homepage: https://github.com/emacs-tree-sitter/tree-sitter-langs
8
- ; ; Version: 0.12.211
8
+ ; ; Version: 0.12.212
9
9
; ; Package-Requires: ((emacs "25.1") (tree-sitter "0.15.0"))
10
10
; ; SPDX-License-Identifier: MIT
11
11
You can’t perform that action at this time.
0 commit comments