Skip to content

Commit 7635bd2

Browse files
committed
chore(rust): Release 0.8.2
1 parent 22a224b commit 7635bd2

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.2] - 2022-07-21
6+
57
### Added
68

79
- New `http` & `file` features which give a way to disable resolving external stylesheets and reduce the compiled artifacts size.
@@ -198,7 +200,8 @@
198200

199201
- Initial public release
200202

201-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.8.1...HEAD
203+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.8.2...HEAD
204+
[0.8.2]: https://github.com/Stranger6667/css-inline/compare/rust-v0.8.1...rust-v0.8.2
202205
[0.8.1]: https://github.com/Stranger6667/css-inline/compare/rust-v0.8.0...rust-v0.8.1
203206
[0.8.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.7.6...rust-v0.8.0
204207
[0.7.6]: https://github.com/Stranger6667/css-inline/compare/rust-v0.7.5...rust-v0.7.6

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

0 commit comments

Comments
 (0)