Skip to content

Commit a6ad20b

Browse files
committed
version bump to v1.15.2
1 parent 4b715d4 commit a6ad20b

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [REA
44

55
---
66

7+
## 1.15.2 / 2023-05-24
8+
9+
### Dependencies
10+
11+
* [JRuby] Vendored org.nokogiri:nekodtd is updated to v0.1.11.noko2. This is functionally equivalent to v0.1.11.noko1 but restores support for Java 8.
12+
13+
14+
### Fixed
15+
16+
* [JRuby] Java 8 support is restored, fixing a regression present in v1.14.0..v1.14.4 and v1.15.0..v1.15.1. [[#2887](https://github.com/sparklemotion/nokogiri/issues/2887)]
17+
18+
719
## 1.15.1 / 2023-05-19
820

921
### Dependencies

lib/nokogiri/version/constant.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module Nokogiri
44
# The version of Nokogiri you are using
5-
VERSION = "1.15.1"
5+
VERSION = "1.15.2"
66
end

0 commit comments

Comments
 (0)