Skip to content

Commit 2980a97

Browse files
committed
Release 0.13.25
1 parent 0c9d87e commit 2980a97

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.13.25 - 2026-02-16
6+
57
## 0.13.24 - 2026-02-15
68

79
## 0.13.23 - 2026-02-09

tree-sitter-langs-build.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ latest commit."
239239
;; ---------------------------------------------------------------------------
240240
;;; Building language grammars.
241241

242-
(defconst tree-sitter-langs--bundle-version "0.13.24"
242+
(defconst tree-sitter-langs--bundle-version "0.13.25"
243243
"Version of the grammar bundle.
244244
This should be bumped whenever a language submodule is updated, which should be
245245
infrequent (grammar-only changes). It is different from the version of

tree-sitter-langs.el

Lines changed: 1 addition & 1 deletion
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.13.24
9+
;; Version: 0.13.25
1010
;; Package-Requires: ((emacs "26.1") (tree-sitter "0.15.0"))
1111
;; SPDX-License-Identifier: MIT
1212

0 commit comments

Comments
 (0)