Skip to content

Commit 470b507

Browse files
committed
Bump tree-house version to v0.3.0, add changelog entries
1 parent 144f524 commit 470b507

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

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.

highlighter/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

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

10+
## [v0.3.0] - 2025-06-16
11+
12+
### Fixed
13+
14+
* Fixed a bug where a parent node's first child being captured before the parent node caused the list of active highlights to become out-of-order.
15+
* Fixed an issue where a combined injection would not have its active highlights retained until the next injection range if that injection range did not have any captures or injections itself.
16+
17+
### Updated
18+
19+
* The minimum required Rust version has been increased to 1.82.
20+
1021
## [v0.2.0] - 2025-06-06
1122

1223
### Added

highlighter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = [
55
"Pascal Kuthe <[email protected]>",
66
"Michael Davis <[email protected]>"
77
]
8-
version = "0.2.0"
8+
version = "0.3.0"
99
edition = "2021"
1010
license = "MPL-2.0"
1111
repository = "https://github.com/helix-editor/tree-house"

0 commit comments

Comments
 (0)