Skip to content

Commit 13e8aa4

Browse files
committed
version bump to v1.18.7
1 parent 605699d commit 13e8aa4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [REA
44

55
---
66

7+
## v1.18.7 / 2025-03-31
8+
9+
### Dependencies
10+
11+
* [CRuby] Vendored libxml2 is updated to [v2.13.7](https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.13.7), which is a bugfix release.
12+
13+
714
## v1.18.6 / 2025-03-24
815

916
### Fixed

lib/nokogiri/version/constant.rb

+1-1
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.6"
5+
VERSION = "1.18.7"
66
end

0 commit comments

Comments
 (0)