Skip to content

Commit e63ddff

Browse files
committed
chore(rust): Release 0.12.0
1 parent d5f5527 commit e63ddff

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

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

79
- Display stylesheet location in network-related errors.
@@ -354,6 +356,7 @@
354356
- Initial public release
355357

356358
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.11.2...HEAD
359+
[0.12.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.11.2...rust-v0.12.0
357360
[0.11.2]: https://github.com/Stranger6667/css-inline/compare/rust-v0.11.1...rust-v0.11.2
358361
[0.11.1]: https://github.com/Stranger6667/css-inline/compare/rust-v0.11.0...rust-v0.11.1
359362
[0.11.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.10.5...rust-v0.11.0

css-inline/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"
3-
version = "0.11.2"
3+
version = "0.12.0"
44
authors = ["Dmitry Dygalo <[email protected]>"]
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)