Skip to content

Commit 6fa72ec

Browse files
committed
chore(c): Release 0.14.1
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 69c68eb commit 6fa72ec

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.14.1] - 2024-04-27
6+
57
### Fixed
68

79
- Precedence of element styles over other styles. [#364](https://github.com/Stranger6667/css-inline/issues/364)
@@ -41,7 +43,8 @@
4143

4244
- Initial public release
4345

44-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/c-v0.14.0...HEAD
46+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/c-v0.14.1...HEAD
47+
[0.14.1]: https://github.com/Stranger6667/css-inline/compare/c-v0.14.0...c-v0.14.1
4548
[0.14.0]: https://github.com/Stranger6667/css-inline/compare/c-v0.13.0...c-v0.14.0
4649
[0.13.0]: https://github.com/Stranger6667/css-inline/compare/c-v0.12.0...c-v0.13.0
4750
[0.12.0]: https://github.com/Stranger6667/css-inline/compare/c-v0.11.3...c-v0.12.0

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

0 commit comments

Comments
 (0)