Skip to content

Commit d386447

Browse files
committed
Release 6.1
1 parent 5427582 commit d386447

File tree

2 files changed

+9
-15
lines changed

2 files changed

+9
-15
lines changed

RELEASE_NOTES.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
1-
# css4j-dom4j version 6.0 Release Notes
1+
# css4j-dom4j version 6.1 Release Notes
22

3-
### May 16, 2025
4-
5-
## Release Highlights
6-
7-
### Update to changes in css4j 6.0
8-
9-
One of the changes in version 6.0 of css4j, necessary to support style layers in the future, requires modifications in css4j-dom4j.
10-
11-
<br/>
3+
### June 26, 2025
124

135
## Detail of changes
146

15-
- Upgrade to css4j and css4j-agent 6.0.
16-
- Upgrade to JUnit 5.12.2.
17-
- Upgrade to extra-java-module-info version 1.12.
18-
- Upgrade Gradle wrapper to 8.14.
7+
- Matching of `of-type` pseudo-classes was case sensitive.
8+
- Move SPDX header to a separate comment.
9+
- Add a checkstyle check in the build.
10+
- Upgrade to css4j 6.1.
11+
- Upgrade to JUnit 5.13.2.
12+
- Upgrade Gradle wrapper to 8.14.2.
1913

2014
<br/>
2115

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717
}
1818

1919
group = 'io.sf.carte'
20-
version = '6.1-SNAPSHOT'
20+
version = '6.1'
2121

2222
description = 'css4j-dom4j'
2323

0 commit comments

Comments
 (0)