File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 0.18.0] - 2025-11-01
6+
57### Added
68
79- ` minify_css ` option [ #12 ] ( https://github.com/Stranger6667/css-inline/issues/12 )
4446
4547- Initial public release
4648
47- [ Unreleased ] : https://github.com/Stranger6667/css-inline/compare/java-v0.17.0...HEAD
49+ [ Unreleased ] : https://github.com/Stranger6667/css-inline/compare/java-v0.18.0...HEAD
50+ [ 0.18.0 ] : https://github.com/Stranger6667/css-inline/compare/java-v0.17.0...java-v0.18.0
4851[ 0.17.0 ] : https://github.com/Stranger6667/css-inline/compare/java-v0.16.0...java-v0.17.0
4952[ 0.16.0 ] : https://github.com/Stranger6667/css-inline/compare/java-v0.15.0...java-v0.16.0
Original file line number Diff line number Diff line change 11[package ]
22name = " css_inline"
3- version = " 0.17 .0"
3+ version = " 0.18 .0"
44edition = " 2024"
55authors = [" Dmitry Dygalo <dmitry@dygalo.dev>" ]
66
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ repositories {
6464}
6565
6666dependencies {
67- implementation 'org.css-inline:css-inline:0.17 .0'
67+ implementation 'org.css-inline:css-inline:0.18 .0'
6868}
6969```
7070
@@ -81,7 +81,7 @@ dependencies {
8181 <dependency >
8282 <groupId >org.css-inline</groupId >
8383 <artifactId >css-inline</artifactId >
84- <version >0.17 .0</version >
84+ <version >0.18 .0</version >
8585 </dependency >
8686</dependencies >
8787```
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77group = ' org.css-inline'
8- version = System . getenv(' VERSION' ) ?: ' 0.17 .0-SNAPSHOT'
8+ version = System . getenv(' VERSION' ) ?: ' 0.18 .0-SNAPSHOT'
99
1010java {
1111 sourceCompatibility = JavaVersion . VERSION_17
You can’t perform that action at this time.
0 commit comments