Skip to content

Commit

Permalink
Release 0.10.6-alpha (to test release pipeline)
Browse files Browse the repository at this point in the history
  • Loading branch information
ubolonton committed Sep 17, 2021
1 parent 7198c57 commit 5ec8310
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
@@ -1,6 +1,8 @@
# Changelog

## Unreleased

## 0.10.6-alpha - 2021-09-16
- Improved highlighting of arrow function parameters in `javascript` and `typescript`.
- Improved general highlighting for `ruby`.
- Updated `python` 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 @@ -210,7 +210,7 @@ latest commit."
;; ---------------------------------------------------------------------------
;;; Building language grammars.

(defconst tree-sitter-langs--bundle-version "0.10.4"
(defconst tree-sitter-langs--bundle-version "0.10.6-alpha"
"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 <ubolonton@gmail.com>
;; Keywords: languages tools parsers tree-sitter
;; Homepage: https://github.com/emacs-tree-sitter/tree-sitter-langs
;; Version: 0.10.5
;; Version: 0.10.6-alpha
;; Package-Requires: ((emacs "25.1") (tree-sitter "0.15.0"))
;; SPDX-License-Identifier: MIT

Expand Down

0 comments on commit 5ec8310

Please sign in to comment.