Skip to content

Commit e537b90

Browse files
committed
Release 0.10.13
1 parent 325b83c commit e537b90

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# Changelog
22

33
## Unreleased
4+
5+
## 0.10.13 - 2021-12-13
46
- Modified CI pipelines to publish additional pre-built grammar bundles. Their filenames include the platform they are built for. The files without platform in their name will eventually be deprecated.
57
+ `tree-sitter-grammars.x86_64-apple-darwin.v<version>.tar.gz` (same as `tree-sitter-grammars-macos-<version>.tar.gz`)
68
+ `tree-sitter-grammars.x86_64-unknown-linux-gnu.v<version>.tar.gz` (same as `tree-sitter-grammars-linux-<version>.tar.gz`)
79
+ `tree-sitter-grammars.x86_64-pc-windows-msvc.v<version>.tar.gz` (same as `tree-sitter-grammars-windows-<version>.tar.gz`)
810
+ `tree-sitter-grammars.aarch64-apple-darwin.v<version>.tar.gz` (new, for Apple Silicon)
911

1012
## 0.10.12 - 2021-12-13
13+
- Added `nix` grammar.
1114

1215
## 0.10.11 - 2021-12-09
1316
- Upgraded `java` parser to support change to switch_expression node
@@ -17,8 +20,10 @@
1720
- Resolve bugs with `php` preventing `evil-textobj-tree-sitter` motions from working
1821

1922
## 0.10.9 - 2021-12-05
23+
- Added `d` grammar.
2024

2125
## 0.10.8 - 2021-12-05
26+
- Switched to the official `elixir` grammar from `elixir-lang`.
2227

2328
## 0.10.7 - 2021-09-18
2429
- Added `elixir` grammar.

tree-sitter-langs-build.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ latest commit."
226226
;; ---------------------------------------------------------------------------
227227
;;; Building language grammars.
228228

229-
(defconst tree-sitter-langs--bundle-version "0.10.12"
229+
(defconst tree-sitter-langs--bundle-version "0.10.13"
230230
"Version of the grammar bundle.
231231
This should be bumped whenever a language submodule is updated, which should be
232232
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.10.12
8+
;; Version: 0.10.13
99
;; Package-Requires: ((emacs "25.1") (tree-sitter "0.15.0"))
1010
;; SPDX-License-Identifier: MIT
1111

0 commit comments

Comments
 (0)