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.173 - 2024-04-14
6
+
5
7
## 0.12.172 - 2024-04-14
6
8
7
9
## 0.12.171 - 2024-04-07
Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ latest commit."
230
230
; ; ---------------------------------------------------------------------------
231
231
; ;; Building language grammars.
232
232
233
- (defconst tree-sitter-langs--bundle-version " 0.12.172 "
233
+ (defconst tree-sitter-langs--bundle-version " 0.12.173 "
234
234
" Version of the grammar bundle.
235
235
This should be bumped whenever a language submodule is updated, which should be
236
236
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.172
8
+ ; ; Version: 0.12.173
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