mirror of
https://github.com/helix-editor/tree-house.git
synced 2025-10-06 00:12:46 +02:00
Bump tree-house-bindings to v0.2.1
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -582,7 +582,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tree-house-bindings"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"libloading",
|
||||
|
@@ -5,12 +5,18 @@ 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.1.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
<!-- ## [Unreleased] -->
|
||||
|
||||
## [v0.2.1] - 2025-07-12
|
||||
|
||||
### Added
|
||||
|
||||
* Added `Node::is_extra`
|
||||
|
||||
### Updated
|
||||
|
||||
* Updated the tree-sitter C library to v0.25.7
|
||||
|
||||
## [v0.2.0] - 2025-06-06
|
||||
|
||||
### Added
|
||||
|
@@ -2,7 +2,7 @@
|
||||
name = "tree-house-bindings"
|
||||
description = "Homey Rust bindings for the tree-sitter C library"
|
||||
authors = ["Pascal Kuthe <pascalkuthe@pm.me>"]
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
edition = "2021"
|
||||
license = "MPL-2.0"
|
||||
repository = "https://github.com/helix-editor/tree-house"
|
||||
|
Reference in New Issue
Block a user