Skip to content

Commit

Permalink
Release 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ubolonton committed Jul 12, 2020
1 parent 108404c commit 788804c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [0.8.3] - 2020-07-12
- Fixed incorrect highlighting when region-to-highlight's boundaries cut query patterns in halves.

## [0.8.2] - 2020-06-30
- Upgraded `tree-sitter` crate to [fix](https://github.com/tree-sitter/tree-sitter/pull/661) handling of alternations under field names.

Expand Down Expand Up @@ -54,7 +57,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.2...HEAD
[Unreleased]: https://github.com/ubolonton/emacs-tree-sitte/compare/0.8.3...HEAD
[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
[0.8.0]: https://github.com/ubolonton/emacs-tree-sitte/compare/0.7.0...0.8.0
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.2
;; Version: 0.8.3
;; Package-Requires: ((emacs "25.1"))
;; License: MIT

Expand Down

0 comments on commit 788804c

Please sign in to comment.