Skip to content

Commit d630d75

Browse files
committed
chore(rust): Release 0.14.0
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 47e1ae6 commit d630d75

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.14.0] - 2024-04-01
6+
57
### Added
68

79
- External stylesheet caching. [#314](https://github.com/Stranger6667/css-inline/issues/314)
@@ -384,7 +386,8 @@
384386

385387
- Initial public release
386388

387-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.13.0...HEAD
389+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.14.0...HEAD
390+
[0.14.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.13.0...rust-v0.14.0
388391
[0.13.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.12.0...rust-v0.13.0
389392
[0.12.0]: https://github.com/Stranger6667/css-inline/compare/rust-v0.11.2...rust-v0.12.0
390393
[0.11.2]: https://github.com/Stranger6667/css-inline/compare/rust-v0.11.1...rust-v0.11.2

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To include it in your project, add the following line to the dependencies sectio
5454

5555
```toml
5656
[dependencies]
57-
css-inline = "0.13"
57+
css-inline = "0.14"
5858
```
5959

6060
The Minimum Supported Rust Version is 1.65.

css-inline/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "css-inline"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
authors = ["Dmitry Dygalo <[email protected]>"]
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)