Skip to content

Commit 1edc996

Browse files
committed
chore(rust): Release 0.8.1
1 parent 2a99a07 commit 1edc996

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.8.1] - 2022-04-01
6+
57
### Fixed
68

79
- Not respecting specificity in case of inlining overlapping rules like `padding` and `padding-top`. [#142](https://github.com/Stranger6667/css-inline/issues/142)
@@ -188,7 +190,8 @@
188190

189191
- Initial public release
190192

191-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.8.0...HEAD
193+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.8.1...HEAD
194+
[0.8.1]: https://github.com/Stranger6667/css-inline/compare/rust-v0.8.0...rust-v0.8.1
192195
[0.8.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.7.6...rust-v0.8.0
193196
[0.7.6]: https://github.com/Stranger6667/css-inline/compare/rust-v0.7.5...rust-v0.7.6
194197
[0.7.5]: https://github.com/Stranger6667/css-inline/compare/rust-v0.7.4...rust-v0.7.5

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

0 commit comments

Comments
 (0)