Skip to content

Commit f60c3d2

Browse files
committed
chore(python): Release 0.8.0
1 parent 74871af commit f60c3d2

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

bindings/python/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.8.0] - 2022-01-10
6+
57
### Added
68

79
- Include missing stylesheet path to `InlineError` message. [#124](https://github.com/Stranger6667/css-inline/issues/124)
@@ -179,8 +181,9 @@
179181

180182
- Initial public release
181183

182-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.7.8...HEAD
183-
[0.7.8]: https://github.com/Stranger6667/css-inline/compare/python-v0.7.8...python-v0.7.8
184+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.8.0...HEAD
185+
[0.8.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.7.8...python-v0.8.0
186+
[0.7.8]: https://github.com/Stranger6667/css-inline/compare/python-v0.7.7...python-v0.7.8
184187
[0.7.7]: https://github.com/Stranger6667/css-inline/compare/python-v0.7.6...python-v0.7.7
185188
[0.7.6]: https://github.com/Stranger6667/css-inline/compare/python-v0.7.5...python-v0.7.6
186189
[0.7.5]: https://github.com/Stranger6667/css-inline/compare/python-v0.7.4...python-v0.7.5

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.7.8"
3+
version = "0.8.0"
44
authors = ["Dmitry Dygalo <dadygalo@gmail.com>"]
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.7.8",
25+
version="0.8.0",
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)