Skip to content

Commit cfce9b7

Browse files
committed
bindings: Release v0.2.2
1 parent e8b04f3 commit cfce9b7

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- ## [Unreleased] -->
99

10+
## [v0.2.2] - 2025-08-31
11+
12+
### Added
13+
14+
* Added an optional feature to load `Grammar`s from [`LanguageFn`](https://docs.rs/tree-sitter-language/0.1.5/tree_sitter_language/struct.LanguageFn.html) from the [`tree-sitter-language` crate](https://crates.io/crates/tree-sitter-language) ([#24](https://github.com/helix-editor/tree-house/pull/24))
15+
16+
### Updated
17+
18+
* Updated the tree-sitter C library to v0.25.8 ([da576cf74e04](https://github.com/helix-editor/tree-house/commit/da576cf74e04))
19+
20+
### Fixed
21+
22+
* Fixed message for the impossible pattern error message in query analysis failures. ([9fe0be04c306](https://github.com/helix-editor/tree-house/commit/9fe0be04c306))
23+
1024
## [v0.2.1] - 2025-07-12
1125

1226
### 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.1"
5+
version = "0.2.2"
66
edition = "2021"
77
license = "MPL-2.0"
88
repository = "https://github.com/helix-editor/tree-house"

0 commit comments

Comments
 (0)