Skip to content

Commit 6803740

Browse files
committed
version bump to v1.18.10
1 parent 93337de commit 6803740

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

55
---
66

7+
## v1.18.10 / 2025-09-15
8+
9+
### Dependencies
10+
11+
* [CRuby] Vendored libxml2 is updated to [v2.13.9](https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.13.9). Note that the security fixes published in v2.13.9 were already present in Nokogiri v1.18.9.
12+
* [CRuby] [Windows and MacOS] Vendored libiconv is updated to [v1.18](https://savannah.gnu.org/news/?id=10703)
13+
14+
715
## v1.18.9 / 2025-07-20
816

917
### Security

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.9"
5+
VERSION = "1.18.10"
66
end

0 commit comments

Comments
 (0)