Skip to content

Commit e06b9d3

Browse files
committed
chore: Release 0.3.0
1 parent eb0d6f9 commit e06b9d3

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.3.0] - 2020-06-25
6+
57
### Added
68

79
- Command Line Interface. [#33](https://github.com/Stranger6667/css-inline/issues/33)
@@ -36,5 +38,6 @@
3638

3739
- Initial public release
3840

39-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/0.2.0...HEAD
41+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/0.3.0...HEAD
42+
[0.3.0]: https://github.com/Stranger6667/css-inline/compare/0.2.0...0.3.0
4043
[0.2.0]: https://github.com/Stranger6667/css-inline/compare/0.1.0...0.2.0

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

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ built = { version = "0.4", features = ["chrono"] }
1515

1616
[dependencies.css-inline]
1717
path = ".."
18-
version = "= 0.2.0"
18+
version = "= 0.3.0"
1919
default-features = false
2020

2121
[dependencies]

0 commit comments

Comments
 (0)