Skip to content

Commit e2ee3f6

Browse files
committed
Release 0.12.245
1 parent 3636e7c commit e2ee3f6

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.12.245 - 2024-12-29
6+
57
## 0.12.244 - 2024-12-29
68

79
## 0.12.243 - 2024-12-22

tree-sitter-langs-build.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ latest commit."
232232
;; ---------------------------------------------------------------------------
233233
;;; Building language grammars.
234234

235-
(defconst tree-sitter-langs--bundle-version "0.12.244"
235+
(defconst tree-sitter-langs--bundle-version "0.12.245"
236236
"Version of the grammar bundle.
237237
This should be bumped whenever a language submodule is updated, which should be
238238
infrequent (grammar-only changes). It is different from the version of

tree-sitter-langs.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Tuấn-Anh Nguyễn <[email protected]>
66
;; Keywords: languages tools parsers tree-sitter
77
;; Homepage: https://github.com/emacs-tree-sitter/tree-sitter-langs
8-
;; Version: 0.12.244
8+
;; Version: 0.12.245
99
;; Package-Requires: ((emacs "25.1") (tree-sitter "0.15.0"))
1010
;; SPDX-License-Identifier: MIT
1111

0 commit comments

Comments
 (0)