Skip to content

Commit

Permalink
Release 0.12.168
Browse files Browse the repository at this point in the history
  • Loading branch information
ubolonton committed Apr 7, 2024
1 parent d0512b8 commit 2c5d0b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.12.168 - 2024-04-07

## 0.12.167 - 2024-04-01

## 0.12.166 - 2024-04-01
Expand Down
2 changes: 1 addition & 1 deletion tree-sitter-langs-build.el
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ latest commit."
;; ---------------------------------------------------------------------------
;;; Building language grammars.

(defconst tree-sitter-langs--bundle-version "0.12.167"
(defconst tree-sitter-langs--bundle-version "0.12.168"
"Version of the grammar bundle.
This should be bumped whenever a language submodule is updated, which should be
infrequent (grammar-only changes). It is different from the version of
Expand Down
2 changes: 1 addition & 1 deletion tree-sitter-langs.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Tuấn-Anh Nguyễn <[email protected]>
;; Keywords: languages tools parsers tree-sitter
;; Homepage: https://github.com/emacs-tree-sitter/tree-sitter-langs
;; Version: 0.12.167
;; Version: 0.12.168
;; Package-Requires: ((emacs "25.1") (tree-sitter "0.15.0"))
;; SPDX-License-Identifier: MIT

Expand Down

0 comments on commit 2c5d0b2

Please sign in to comment.