Skip to content

Commit 95d9776

Browse files
committed
Release 0.10.0
1 parent 2d822cc commit 95d9776

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## [Unreleased]
7+
8+
## [0.10.0] - 2020-08-01
79
- Used keywords instead of strings for field names.
810
+ Replaced `ts-field-name-for-id`, `ts-field-id-for-name` with `ts-lang-field`, `ts-lang-field-id`.
911
+ Replaced `ts-current-field-name` with `ts-current-field`.
@@ -77,7 +79,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
7779
## [0.1.0] - 2020-01-27
7880
Initial release
7981

80-
[Unreleased]: https://github.com/ubolonton/emacs-tree-sitte/compare/0.9.2...HEAD
82+
[Unreleased]: https://github.com/ubolonton/emacs-tree-sitte/compare/0.10.0...HEAD
83+
[0.10.0]: https://github.com/ubolonton/emacs-tree-sitte/compare/0.9.2...0.10.0
8184
[0.9.2]: https://github.com/ubolonton/emacs-tree-sitte/compare/0.9.1...0.9.2
8285
[0.9.1]: https://github.com/ubolonton/emacs-tree-sitte/compare/0.9.0...0.9.1
8386
[0.9.0]: https://github.com/ubolonton/emacs-tree-sitte/compare/0.8.3...0.9.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "emacs-tree-sitter"
3-
version = "0.9.2"
3+
version = "0.10.0"
44
authors = ["Tuấn-Anh Nguyễn <[email protected]>"]
55
edition = "2018"
66
publish = false

lisp/tree-sitter-core.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
;; Load the dynamic module at compile time as well, to satisfy the byte compiler.
1818
(eval-and-compile
19-
(defconst tree-sitter--dyn-version "0.9.2"
19+
(defconst tree-sitter--dyn-version "0.10.0"
2020
"Required version of the dynamic module `tree-sitter-dyn'.")
2121
(require 'tree-sitter-dyn-get)
2222
(tree-sitter-dyn-get-ensure tree-sitter--dyn-version))

lisp/tree-sitter.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Tuấn-Anh Nguyễn <[email protected]>
66
;; Keywords: languages tools parsers dynamic-modules tree-sitter
77
;; Homepage: https://github.com/ubolonton/emacs-tree-sitter
8-
;; Version: 0.9.2
8+
;; Version: 0.10.0
99
;; Package-Requires: ((emacs "25.1"))
1010
;; License: MIT
1111

0 commit comments

Comments
 (0)