Skip to content

Commit 30afb46

Browse files
committed
chore(c): Release 0.16.0
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 1df687b commit 30afb46

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.16.0] - 2025-07-16
6+
57
### Changed
68

79
- Bump MSRV to `1.75`.
@@ -93,7 +95,8 @@
9395

9496
- Initial public release
9597

96-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/c-v0.15.0...HEAD
98+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/c-v0.16.0...HEAD
99+
[0.16.0]: https://github.com/Stranger6667/css-inline/compare/c-v0.15.0...c-v0.16.0
97100
[0.15.0]: https://github.com/Stranger6667/css-inline/compare/c-v0.14.4...c-v0.15.0
98101
[0.14.4]: https://github.com/Stranger6667/css-inline/compare/c-v0.14.3...c-v0.14.4
99102
[0.14.3]: https://github.com/Stranger6667/css-inline/compare/c-v0.14.2...c-v0.14.3

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

0 commit comments

Comments
 (0)