Skip to content

Commit 4ce0ad8

Browse files
committed
Release 0.12.71
1 parent 5cd6063 commit 4ce0ad8

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
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## Unreleased
4+
5+
## 0.12.71 - 2023-10-13
46
- Add `CSV` support
57

68
## 0.12.70 - 2023-10-12

tree-sitter-langs-build.el

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

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

0 commit comments

Comments
 (0)