Skip to content

Commit

Permalink
Release 0.10.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ubolonton committed Dec 13, 2021
1 parent 325b83c commit e537b90
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Changelog

## Unreleased

## 0.10.13 - 2021-12-13
- 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.
+ `tree-sitter-grammars.x86_64-apple-darwin.v<version>.tar.gz` (same as `tree-sitter-grammars-macos-<version>.tar.gz`)
+ `tree-sitter-grammars.x86_64-unknown-linux-gnu.v<version>.tar.gz` (same as `tree-sitter-grammars-linux-<version>.tar.gz`)
+ `tree-sitter-grammars.x86_64-pc-windows-msvc.v<version>.tar.gz` (same as `tree-sitter-grammars-windows-<version>.tar.gz`)
+ `tree-sitter-grammars.aarch64-apple-darwin.v<version>.tar.gz` (new, for Apple Silicon)

## 0.10.12 - 2021-12-13
- Added `nix` grammar.

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

## 0.10.9 - 2021-12-05
- Added `d` grammar.

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

## 0.10.7 - 2021-09-18
- Added `elixir` grammar.
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 @@ -226,7 +226,7 @@ latest commit."
;; ---------------------------------------------------------------------------
;;; Building language grammars.

(defconst tree-sitter-langs--bundle-version "0.10.12"
(defconst tree-sitter-langs--bundle-version "0.10.13"
"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.10.12
;; Version: 0.10.13
;; Package-Requires: ((emacs "25.1") (tree-sitter "0.15.0"))
;; SPDX-License-Identifier: MIT

Expand Down

0 comments on commit e537b90

Please sign in to comment.