Skip to content

Commit 6b9890a

Browse files
committed
Release 0.12.90
1 parent 691d41b commit 6b9890a

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.12.90 - 2023-12-27
6+
57
- Add `Magik` support
68

79
## 0.12.89 - 2023-12-25

tree-sitter-langs-build.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ latest commit."
230230
;; ---------------------------------------------------------------------------
231231
;;; Building language grammars.
232232

233-
(defconst tree-sitter-langs--bundle-version "0.12.89"
233+
(defconst tree-sitter-langs--bundle-version "0.12.90"
234234
"Version of the grammar bundle.
235235
This should be bumped whenever a language submodule is updated, which should be
236236
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
@@ -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.89
8+
;; Version: 0.12.90
99
;; Package-Requires: ((emacs "25.1") (tree-sitter "0.15.0"))
1010
;; SPDX-License-Identifier: MIT
1111

0 commit comments

Comments
 (0)