Skip to content

Commit af04527

Browse files
committed
chore(rust): Release 0.11.1
1 parent 83a14ae commit af04527

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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.11.1] - 2023-12-04
6+
57
### Changed
68

79
- Update `indexmap` to `2.1`.
@@ -335,7 +337,8 @@
335337

336338
- Initial public release
337339

338-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.11.0...HEAD
340+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.11.1...HEAD
341+
[0.11.1]: https://github.com/Stranger6667/css-inline/compare/rust-v0.11.0...rust-v0.11.1
339342
[0.11.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.10.5...rust-v0.11.0
340343
[0.10.5]: https://github.com/Stranger6667/css-inline/compare/rust-v0.10.4...rust-v0.10.5
341344
[0.10.4]: https://github.com/Stranger6667/css-inline/compare/rust-v0.10.3...rust-v0.10.4

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

0 commit comments

Comments
 (0)