We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15da338 commit d872f54Copy full SHA for d872f54
bindings/c/CHANGELOG.md
@@ -2,12 +2,15 @@
2
3
## [Unreleased]
4
5
+## [0.12.0] - 2023-12-28
6
+
7
### Changed
8
-- Display stylesheet location in network-related errors.
9
+- Necessary updates based on the main crate changes. There are no user-facing changes.
10
11
## [0.11.3] - 2023-12-14
12
13
- Initial public release
14
-[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,6 +1,6 @@
1
[package]
name = "css-inline-c"
-version = "0.11.3"
+version = "0.12.0"
authors = ["Dmitry Dygalo <[email protected]>"]
edition = "2021"
0 commit comments