Skip to content

Commit eca70c3

Browse files
committed
chore: bump
1 parent e29823d commit eca70c3

4 files changed

Lines changed: 20 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## [0.1.1] - 2026-02-16
2+
3+
### Added
4+
- Complete bindings for `font_description` and `gradient_base`
5+
6+
### Changed
7+
- Better public interface and API improvements
8+
9+
### Fixed
10+
- Text wrapping
11+
- `pos.width` inversion and `skip_until_close_tag` allocation
12+
13+
## [0.1.0] - 2026-02-15
14+
15+
### Added
16+
- Initial release

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

litehtml-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "litehtml-sys"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
license = "MIT AND BSD-3-Clause AND Apache-2.0"
66
authors = ["Franz Geffke <mail@gofranz.com>"]

litehtml/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "litehtml"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
license = "MIT"
66
authors = ["Franz Geffke <mail@gofranz.com>"]

0 commit comments

Comments
 (0)