Skip to content

Commit 45c3dce

Browse files
committed
Bump tree-house-bindings to v0.2.1
1 parent ca57556 commit 45c3dce

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

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.

bindings/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
<!-- ## [Unreleased] -->
9+
10+
## [v0.2.1] - 2025-07-12
911

1012
### Added
1113

1214
* Added `Node::is_extra`
1315

16+
### Updated
17+
18+
* Updated the tree-sitter C library to v0.25.7
19+
1420
## [v0.2.0] - 2025-06-06
1521

1622
### Added

bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "tree-house-bindings"
33
description = "Homey Rust bindings for the tree-sitter C library"
44
authors = ["Pascal Kuthe <[email protected]>"]
5-
version = "0.2.0"
5+
version = "0.2.1"
66
edition = "2021"
77
license = "MPL-2.0"
88
repository = "https://github.com/helix-editor/tree-house"

0 commit comments

Comments
 (0)