Skip to content

Commit b114027

Browse files
committed
chore(rust): Release 0.8.3
1 parent 5dedd03 commit b114027

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.3] - 2022-10-20
6+
57
### Fixed
68

79
- Ignoring selectors' specificity when applying declarations from different qualified rules. [#148](https://github.com/Stranger6667/css-inline/issues/148)
@@ -204,7 +206,8 @@
204206

205207
- Initial public release
206208

207-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.8.2...HEAD
209+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.8.3...HEAD
210+
[0.8.3]: https://github.com/Stranger6667/css-inline/compare/rust-v0.8.2...rust-v0.8.3
208211
[0.8.2]: https://github.com/Stranger6667/css-inline/compare/rust-v0.8.1...rust-v0.8.2
209212
[0.8.1]: https://github.com/Stranger6667/css-inline/compare/rust-v0.8.0...rust-v0.8.1
210213
[0.8.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.7.6...rust-v0.8.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.8.2"
3+
version = "0.8.3"
44
authors = ["Dmitry Dygalo <[email protected]>"]
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)