Skip to content

Commit f1187da

Browse files
committed
chore(c): Release 0.20.0
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent 044f555 commit f1187da

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

bindings/c/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.20.0] - 2026-02-07
6+
57
### Added
68

79
- `apply_width_attributes` and `apply_height_attributes` options to add dimension HTML attributes from CSS properties on supported elements (`table`, `td`, `th`, `img`). [#652](https://github.com/Stranger6667/css-inline/issues/652)
@@ -156,7 +158,8 @@
156158

157159
- Initial public release
158160

159-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/c-v0.19.1...HEAD
161+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/c-v0.20.0...HEAD
162+
[0.20.0]: https://github.com/Stranger6667/css-inline/compare/c-v0.19.1...c-v0.20.0
160163
[0.19.1]: https://github.com/Stranger6667/css-inline/compare/c-v0.19.0...c-v0.19.1
161164
[0.19.0]: https://github.com/Stranger6667/css-inline/compare/c-v0.18.0...c-v0.19.0
162165
[0.18.0]: https://github.com/Stranger6667/css-inline/compare/c-v0.17.0...c-v0.18.0

bindings/c/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "css-inline-c"
3-
version = "0.19.1"
3+
version = "0.20.0"
44
authors = ["Dmitry Dygalo <dmitry@dygalo.dev>"]
55
edition = "2024"
66

0 commit comments

Comments
 (0)