Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ubolonton committed Jul 18, 2020
1 parent 3e038e6 commit 82bc425
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [0.9.0] - 2020-07-18
- Changed `tree-sitter-hl-add-patterns` to support language-specific patterns, in addition to buffer-local patterns.

## [0.8.3] - 2020-07-12
Expand Down Expand Up @@ -58,7 +60,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [0.1.0] - 2020-01-27
Initial release

[Unreleased]: https://github.com/ubolonton/emacs-tree-sitte/compare/0.8.3...HEAD
[Unreleased]: https://github.com/ubolonton/emacs-tree-sitte/compare/0.9.0...HEAD
[0.9.0]: https://github.com/ubolonton/emacs-tree-sitte/compare/0.8.3...0.9.0
[0.8.3]: https://github.com/ubolonton/emacs-tree-sitte/compare/0.8.2...0.8.3
[0.8.2]: https://github.com/ubolonton/emacs-tree-sitte/compare/0.8.1...0.8.2
[0.8.1]: https://github.com/ubolonton/emacs-tree-sitte/compare/0.8.0...0.8.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "emacs-tree-sitter"
version = "0.8.2"
version = "0.9.0"
authors = ["Tuấn-Anh Nguyễn <[email protected]>"]
edition = "2018"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion lisp/tree-sitter-core.el
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

;; Load the dynamic module at compile time as well, to satisfy the byte compiler.
(eval-and-compile
(defconst tree-sitter--dyn-version "0.8.2"
(defconst tree-sitter--dyn-version "0.9.0"
"Required version of the dynamic module `tree-sitter-dyn'.")
(require 'tree-sitter-dyn-get)
(tree-sitter-dyn-get-ensure tree-sitter--dyn-version))
Expand Down
2 changes: 1 addition & 1 deletion lisp/tree-sitter.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 dynamic-modules tree-sitter
;; Homepage: https://github.com/ubolonton/emacs-tree-sitter
;; Version: 0.8.3
;; Version: 0.9.0
;; Package-Requires: ((emacs "25.1"))
;; License: MIT

Expand Down

0 comments on commit 82bc425

Please sign in to comment.