Skip to content

Commit

Permalink
tree-sitter-langs 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ubolonton committed Feb 20, 2021
1 parent 464b03b commit d36d6d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased

## 0.9.0 - 2020-12-16
- Updated `javascript` and `typescript` grammars.

## 0.8.0 - 2020-12-15
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 @@ -45,7 +45,7 @@
(file-name-as-directory
(concat tree-sitter-langs--dir "queries")))

(defconst tree-sitter-langs--bundle-version "0.8.0"
(defconst tree-sitter-langs--bundle-version "0.9.0"
"Version of the grammar bundle.
This is bumped whenever `tree-sitter-langs-repos' 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/ubolonton/emacs-tree-sitter
;; Version: 0.8.0
;; Version: 0.9.0
;; Package-Requires: ((emacs "25.1") (tree-sitter "0.12.2"))
;; License: MIT

Expand Down

0 comments on commit d36d6d1

Please sign in to comment.