Skip to content

Commit 531921c

Browse files
committed
chore(c): Release 0.18.0
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent 45b025b commit 531921c

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.18.0] - 2025-11-01
6+
57
### Added
68

79
- `minify_css` option [#12](https://github.com/Stranger6667/css-inline/issues/12)
@@ -117,7 +119,8 @@
117119

118120
- Initial public release
119121

120-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/c-v0.17.0...HEAD
122+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/c-v0.18.0...HEAD
123+
[0.18.0]: https://github.com/Stranger6667/css-inline/compare/c-v0.17.0...c-v0.18.0
121124
[0.17.0]: https://github.com/Stranger6667/css-inline/compare/c-v0.16.0...c-v0.17.0
122125
[0.16.0]: https://github.com/Stranger6667/css-inline/compare/c-v0.15.0...c-v0.16.0
123126
[0.15.0]: https://github.com/Stranger6667/css-inline/compare/c-v0.14.4...c-v0.15.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.17.0"
3+
version = "0.18.0"
44
authors = ["Dmitry Dygalo <dmitry@dygalo.dev>"]
55
edition = "2021"
66

0 commit comments

Comments
 (0)