Skip to content

Commit 6626fbc

Browse files
committed
chore(rust): Release 0.10.4
1 parent b8071de commit 6626fbc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [0.10.4] - 2023-08-12
6+
57
### Fixed
68

79
- Applying new styles only to the first matching tag during styles merging. [#224](https://github.com/Stranger6667/css-inline/issues/224)
@@ -288,7 +290,9 @@
288290

289291
- Initial public release
290292

291-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.10.2...HEAD
293+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.10.4...HEAD
294+
[0.10.4]: https://github.com/Stranger6667/css-inline/compare/rust-v0.10.3...rust-v0.10.4
295+
[0.10.3]: https://github.com/Stranger6667/css-inline/compare/rust-v0.10.2...rust-v0.10.3
292296
[0.10.2]: https://github.com/Stranger6667/css-inline/compare/rust-v0.10.1...rust-v0.10.2
293297
[0.10.1]: https://github.com/Stranger6667/css-inline/compare/rust-v0.10.0...rust-v0.10.1
294298
[0.10.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.9.0...rust-v0.10.0

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.10.3"
3+
version = "0.10.4"
44
authors = ["Dmitry Dygalo <[email protected]>"]
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)