File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 0.8.3] - 2022-07-21
6
+
5
7
### Fixed
6
8
7
9
- ` !important ` rules not overriding inlined styles. [ #152 ] ( https://github.com/Stranger6667/css-inline/issues/152 )
197
199
198
200
- Initial public release
199
201
200
- [ Unreleased ] : https://github.com/Stranger6667/css-inline/compare/python-v0.8.2...HEAD
202
+ [ Unreleased ] : https://github.com/Stranger6667/css-inline/compare/python-v0.8.3...HEAD
203
+ [ 0.8.3 ] : https://github.com/Stranger6667/css-inline/compare/python-v0.8.2...python-v0.8.3
201
204
[ 0.8.2 ] : https://github.com/Stranger6667/css-inline/compare/python-v0.8.1...python-v0.8.2
202
205
[ 0.8.1 ] : https://github.com/Stranger6667/css-inline/compare/python-v0.8.0...python-v0.8.1
203
206
[ 0.8.0 ] : https://github.com/Stranger6667/css-inline/compare/python-v0.7.8...python-v0.8.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " css-inline-python"
3
- version = " 0.8.2 "
3
+ version = " 0.8.3 "
4
4
authors = [
" Dmitry Dygalo <[email protected] >" ]
5
5
edition = " 2018"
6
6
Original file line number Diff line number Diff line change 22
22
def call_setup ():
23
23
setup (
24
24
name = "css_inline" ,
25
- version = "0.8.2 " ,
25
+ version = "0.8.3 " ,
26
26
description = "Fast CSS inlining written in Rust" ,
27
27
long_description = open ("README.md" , encoding = "utf-8" ).read (),
28
28
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments