Skip to content

Commit d872f54

Browse files
committed
chore(c): Release 0.12.0
1 parent 15da338 commit d872f54

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

bindings/c/CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22

33
## [Unreleased]
44

5+
## [0.12.0] - 2023-12-28
6+
57
### Changed
68

7-
- Display stylesheet location in network-related errors.
9+
- Necessary updates based on the main crate changes. There are no user-facing changes.
810

911
## [0.11.3] - 2023-12-14
1012

1113
- Initial public release
1214

13-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/c-v0.11.3...HEAD
15+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/c-v0.12.0...HEAD
16+
[0.12.0]: https://github.com/Stranger6667/css-inline/compare/c-v0.11.3...c-v0.12.0

bindings/c/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "css-inline-c"
3-
version = "0.11.3"
3+
version = "0.12.0"
44
authors = ["Dmitry Dygalo <[email protected]>"]
55
edition = "2021"
66

0 commit comments

Comments
 (0)