Skip to content

Commit aa54fa5

Browse files
committed
version bump to v1.18.2
1 parent 0fb5541 commit aa54fa5

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.2 / 2024-01-19
8+
9+
### Fixed
10+
11+
* When performing a CSS selector query, an XML document's root namespace declarations should not be applied to wildcard selectors (`"*"`). Fixes a bug introduced in v1.17.0. (#3411) @flavorjones
12+
13+
714
## v1.18.1 / 2024-12-29
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.1"
5+
VERSION = "1.18.2"
66
end

0 commit comments

Comments
 (0)