Skip to content

Commit 3dbc79c

Browse files
committed
chore(rust): Release 0.8.4
1 parent 8e78865 commit 3dbc79c

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.4] - 2022-11-02
6+
57
### Added
68

79
- `data-css-inline="ignore"` attribute to ignore CSS inlining. [#10](https://github.com/Stranger6667/css-inline/issues/10)
@@ -210,7 +212,8 @@
210212

211213
- Initial public release
212214

213-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.8.3...HEAD
215+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.8.4...HEAD
216+
[0.8.4]: https://github.com/Stranger6667/css-inline/compare/rust-v0.8.3...rust-v0.8.4
214217
[0.8.3]: https://github.com/Stranger6667/css-inline/compare/rust-v0.8.2...rust-v0.8.3
215218
[0.8.2]: https://github.com/Stranger6667/css-inline/compare/rust-v0.8.1...rust-v0.8.2
216219
[0.8.1]: https://github.com/Stranger6667/css-inline/compare/rust-v0.8.0...rust-v0.8.1

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

0 commit comments

Comments
 (0)