Skip to content

Commit d77ba74

Browse files
committed
chore(c): Release 0.17.0
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 5f7dc9b commit d77ba74

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.17.0] - 2025-07-26
6+
57
### Added
68

79
- `keep_at_rules` option to keep all "at-rules" (ones starting with `@`) inside a "style" element [#265](https://github.com/Stranger6667/css-inline/issues/265)
@@ -106,7 +108,8 @@
106108

107109
- Initial public release
108110

109-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/c-v0.16.0...HEAD
111+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/c-v0.17.0...HEAD
112+
[0.17.0]: https://github.com/Stranger6667/css-inline/compare/c-v0.16.0...c-v0.17.0
110113
[0.16.0]: https://github.com/Stranger6667/css-inline/compare/c-v0.15.0...c-v0.16.0
111114
[0.15.0]: https://github.com/Stranger6667/css-inline/compare/c-v0.14.4...c-v0.15.0
112115
[0.14.4]: https://github.com/Stranger6667/css-inline/compare/c-v0.14.3...c-v0.14.4

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.16.0"
3+
version = "0.17.0"
44
authors = ["Dmitry Dygalo <[email protected]>"]
55
edition = "2021"
66

0 commit comments

Comments
 (0)