Skip to content

Commit 2255658

Browse files
committed
chore(python): Release 0.8.2
1 parent 107aa5b commit 2255658

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

bindings/python/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-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)
@@ -191,7 +193,8 @@
191193

192194
- Initial public release
193195

194-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.8.1...HEAD
196+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.8.2...HEAD
197+
[0.8.2]: https://github.com/Stranger6667/css-inline/compare/python-v0.8.1...python-v0.8.2
195198
[0.8.1]: https://github.com/Stranger6667/css-inline/compare/python-v0.8.0...python-v0.8.1
196199
[0.8.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.7.8...python-v0.8.0
197200
[0.7.8]: https://github.com/Stranger6667/css-inline/compare/python-v0.7.7...python-v0.7.8

bindings/python/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-python"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
authors = ["Dmitry Dygalo <[email protected]>"]
55
edition = "2018"
66

bindings/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
def call_setup():
2323
setup(
2424
name="css_inline",
25-
version="0.8.1",
25+
version="0.8.2",
2626
description="Fast CSS inlining written in Rust",
2727
long_description=open("README.md", encoding="utf-8").read(),
2828
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)