From d872f546d2526d6c989d680f5f481f54f89f9bd6 Mon Sep 17 00:00:00 2001 From: Dmitry Dygalo Date: Thu, 28 Dec 2023 18:31:22 +0100 Subject: [PATCH] chore(c): Release 0.12.0 --- bindings/c/CHANGELOG.md | 7 +++++-- bindings/c/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/bindings/c/CHANGELOG.md b/bindings/c/CHANGELOG.md index 207126fa..065e822a 100644 --- a/bindings/c/CHANGELOG.md +++ b/bindings/c/CHANGELOG.md @@ -2,12 +2,15 @@ ## [Unreleased] +## [0.12.0] - 2023-12-28 + ### Changed -- Display stylesheet location in network-related errors. +- Necessary updates based on the main crate changes. There are no user-facing changes. ## [0.11.3] - 2023-12-14 - Initial public release -[Unreleased]: https://github.com/Stranger6667/css-inline/compare/c-v0.11.3...HEAD +[Unreleased]: https://github.com/Stranger6667/css-inline/compare/c-v0.12.0...HEAD +[0.12.0]: https://github.com/Stranger6667/css-inline/compare/c-v0.11.3...c-v0.12.0 diff --git a/bindings/c/Cargo.toml b/bindings/c/Cargo.toml index 2a6dadb3..4d012086 100644 --- a/bindings/c/Cargo.toml +++ b/bindings/c/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "css-inline-c" -version = "0.11.3" +version = "0.12.0" authors = ["Dmitry Dygalo "] edition = "2021"