Skip to content

Commit df215f8

Browse files
committed
chore(c): Release 0.15.0
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent 15bc35e commit df215f8

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.15.0] - 2025-06-21
6+
57
### Changed
68

79
- Update `cssparser` to `0.35`.
@@ -76,7 +78,8 @@
7678

7779
- Initial public release
7880

79-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/c-v0.14.4...HEAD
81+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/c-v0.15.0...HEAD
82+
[0.15.0]: https://github.com/Stranger6667/css-inline/compare/c-v0.14.4...c-v0.15.0
8083
[0.14.4]: https://github.com/Stranger6667/css-inline/compare/c-v0.14.3...c-v0.14.4
8184
[0.14.3]: https://github.com/Stranger6667/css-inline/compare/c-v0.14.2...c-v0.14.3
8285
[0.14.2]: https://github.com/Stranger6667/css-inline/compare/c-v0.14.1...c-v0.14.2

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.14.4"
3+
version = "0.15.0"
44
authors = ["Dmitry Dygalo <dmitry@dygalo.dev>"]
55
edition = "2021"
66

0 commit comments

Comments
 (0)