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 1
1
# Changelog
2
2
3
3
## Unreleased
4
+
5
+ ## 0.12.15 - 2023-01-28
4
6
- Add ` Fennel ` grammar
5
7
6
8
## 0.12.14 - 2023-01-28
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ latest commit."
226
226
; ; ---------------------------------------------------------------------------
227
227
; ;; Building language grammars.
228
228
229
- (defconst tree-sitter-langs--bundle-version " 0.12.14 "
229
+ (defconst tree-sitter-langs--bundle-version " 0.12.15 "
230
230
" Version of the grammar bundle.
231
231
This should be bumped whenever a language submodule is updated, which should be
232
232
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.14
8
+ ; ; Version: 0.12.15
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