Skip to content

Commit daabe3a

Browse files
committed
chore(rust): Release 0.7.6
1 parent 914d9d6 commit daabe3a

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

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.7.6] - 2022-01-08
6+
57
### Fixed
68

79
- Invalid handling of double-quoted property values like in `font-family: "Open Sans"`. [#129](https://github.com/Stranger6667/css-inline/issues/129)
@@ -172,7 +174,8 @@
172174

173175
- Initial public release
174176

175-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.7.5...HEAD
177+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.7.6...HEAD
178+
[0.7.6]: https://github.com/Stranger6667/css-inline/compare/rust-v0.7.5...rust-v0.7.6
176179
[0.7.5]: https://github.com/Stranger6667/css-inline/compare/rust-v0.7.4...rust-v0.7.5
177180
[0.7.4]: https://github.com/Stranger6667/css-inline/compare/rust-v0.7.3...rust-v0.7.4
178181
[0.7.3]: https://github.com/Stranger6667/css-inline/compare/rust-v0.7.2...rust-v0.7.3

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.7.5"
3+
version = "0.7.6"
44
authors = ["Dmitry Dygalo <dadygalo@gmail.com>"]
55
edition = "2018"
66
license = "MIT"

0 commit comments

Comments
 (0)