Skip to content

Commit 6bacc96

Browse files
committed
chore(rust): Release 0.13.0
1 parent 409a57e commit 6bacc96

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

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.13.0] - 2024-01-19
6+
57
### Added
68

79
- A way to customize resolving remote stylesheets.
@@ -372,7 +374,8 @@
372374

373375
- Initial public release
374376

375-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.12.0...HEAD
377+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.13.0...HEAD
378+
[0.13.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.12.0...rust-v0.13.0
376379
[0.12.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.11.2...rust-v0.12.0
377380
[0.11.2]: https://github.com/Stranger6667/css-inline/compare/rust-v0.11.1...rust-v0.11.2
378381
[0.11.1]: https://github.com/Stranger6667/css-inline/compare/rust-v0.11.0...rust-v0.11.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To include it in your project, add the following line to the dependencies sectio
5353

5454
```toml
5555
[dependencies]
56-
css-inline = "0.12"
56+
css-inline = "0.13"
5757
```
5858

5959
The Minimum Supported Rust Version is 1.65.

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

0 commit comments

Comments
 (0)