Skip to content

Commit bd04285

Browse files
committed
chore(java): Release 0.16.0
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 411215b commit bd04285

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

bindings/java/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.16.0] - 2025-07-16
6+
57
### Changed
68

79
- Remove `gson` as a dependency
@@ -21,4 +23,5 @@
2123

2224
- Initial public release
2325

24-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/java-v0.15.0...HEAD
26+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/java-v0.16.0...HEAD
27+
[0.16.0]: https://github.com/Stranger6667/css-inline/compare/java-v0.15.0...java-v0.16.0

bindings/java/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.15.0"
3+
version = "0.16.0"
44
edition = "2024"
55
authors = ["Dmitry Dygalo <[email protected]>"]
66

bindings/java/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ repositories {
6464
}
6565
6666
dependencies {
67-
implementation 'org.css-inline:css-inline:0.15.0'
67+
implementation 'org.css-inline:css-inline:0.16.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.15.0</version>
84+
<version>0.16.0</version>
8585
</dependency>
8686
</dependencies>
8787
```

bindings/java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = 'org.css-inline'
8-
version = System.getenv('VERSION') ?: '0.15.0-SNAPSHOT'
8+
version = System.getenv('VERSION') ?: '0.16.0-SNAPSHOT'
99

1010
java {
1111
sourceCompatibility = JavaVersion.VERSION_17

0 commit comments

Comments
 (0)