Skip to content

Commit b39071e

Browse files
committed
Release 0.12.276
1 parent e0a2f63 commit b39071e

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.276 - 2025-05-04
6+
57
## 0.12.275 - 2025-05-04
68

79
## 0.12.274 - 2025-05-04

tree-sitter-langs-build.el

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

236-
(defconst tree-sitter-langs--bundle-version "0.12.275"
236+
(defconst tree-sitter-langs--bundle-version "0.12.276"
237237
"Version of the grammar bundle.
238238
This should be bumped whenever a language submodule is updated, which should be
239239
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
@@ -6,7 +6,7 @@
66
;; Maintainer: Jen-Chieh Shen <jcs090218@gmail.com>
77
;; Keywords: languages tools parsers tree-sitter
88
;; Homepage: https://github.com/emacs-tree-sitter/tree-sitter-langs
9-
;; Version: 0.12.275
9+
;; Version: 0.12.276
1010
;; Package-Requires: ((emacs "25.1") (tree-sitter "0.15.0"))
1111
;; SPDX-License-Identifier: MIT
1212

0 commit comments

Comments
 (0)