Skip to content

Commit d77bfb6

Browse files
committed
version bump to v1.19.0
1 parent 1eb5c2c commit d77bfb6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

55
---
66

7+
## v1.19.0 / 2025-12-28
8+
9+
#### Ruby
10+
11+
This release is focused on changes to Ruby version support, and is otherwise functionally identical to v1.18.10.
12+
13+
- Introduce native gem support for Ruby 4.0. #3590
14+
- End support for Ruby 3.1, for which [upstream support ended 2025-03-26](https://www.ruby-lang.org/en/downloads/branches/).
15+
- End support for JRuby 9.4 (which targets Ruby 3.1 compatibility).
16+
17+
718
## v1.18.10 / 2025-09-15
819

920
### 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.18.10"
5+
VERSION = "1.19.0"
66
end

0 commit comments

Comments
 (0)