Skip to content

Commit 514a2e0

Browse files
committed
chore(c): Release 0.19.0
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent dfe11f7 commit 514a2e0

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.19.0] - 2025-12-29
6+
57
### Added
68

79
- `remove_inlined_selectors` option to remove selectors that were successfully inlined from `<style>` blocks.
@@ -134,7 +136,8 @@
134136

135137
- Initial public release
136138

137-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/c-v0.18.0...HEAD
139+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/c-v0.19.0...HEAD
140+
[0.19.0]: https://github.com/Stranger6667/css-inline/compare/c-v0.18.0...c-v0.19.0
138141
[0.18.0]: https://github.com/Stranger6667/css-inline/compare/c-v0.17.0...c-v0.18.0
139142
[0.17.0]: https://github.com/Stranger6667/css-inline/compare/c-v0.16.0...c-v0.17.0
140143
[0.16.0]: https://github.com/Stranger6667/css-inline/compare/c-v0.15.0...c-v0.16.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.18.0"
3+
version = "0.19.0"
44
authors = ["Dmitry Dygalo <[email protected]>"]
55
edition = "2024"
66

0 commit comments

Comments
 (0)