Skip to content

Commit 8de09cd

Browse files
committed
chore(python): Release 0.8.7
1 parent af55494 commit 8de09cd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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.7] - 2023-01-30
6+
57
### Added
68

79
- Distribute typing information. [#167](https://github.com/Stranger6667/css-inline/issues/167)
@@ -234,7 +236,8 @@
234236

235237
- Initial public release
236238

237-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.8.6...HEAD
239+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.8.7...HEAD
240+
[0.8.7]: https://github.com/Stranger6667/css-inline/compare/python-v0.8.6...python-v0.8.7
238241
[0.8.6]: https://github.com/Stranger6667/css-inline/compare/python-v0.8.5...python-v0.8.6
239242
[0.8.5]: https://github.com/Stranger6667/css-inline/compare/python-v0.8.4...python-v0.8.5
240243
[0.8.4]: https://github.com/Stranger6667/css-inline/compare/python-v0.8.3...python-v0.8.4

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.6"
3+
version = "0.8.7"
44
authors = ["Dmitry Dygalo <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.60"

0 commit comments

Comments
 (0)