Bump tree-house-bindings to v0.2.1

This commit is contained in:
Michael Davis
2025-07-12 17:30:42 -04:00
parent ca57556f58
commit 45c3dce31b
3 changed files with 9 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -582,7 +582,7 @@ dependencies = [
[[package]]
name = "tree-house-bindings"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"cc",
"libloading",

View File

@@ -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

View File

@@ -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"