Skip to content

Commit 22fe69e

Browse files
committed
version bump to v1.18.0.rc1
1 parent 6b81ce1 commit 22fe69e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

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

55
---
66

7-
## next / unreleased
7+
## 1.18.0.rc1 / 2024-12-16
88

99
### Notable Changes
1010

@@ -21,7 +21,7 @@ This release drops precompiled native platform gems for `x86-linux` and `x86-min
2121

2222
### Improved
2323

24-
* CSS and XPath queries are faster now that `Node#xpath`, `Node#css`, and related functions are re-using the underlying xpath context object (which is expensive to initialize). We benchmarked a 2.8x improvement for a 6kb file, and a more modest 1.3x improvement for a 70kb file. (#3378) @flavorjones
24+
* [CRuby] CSS and XPath queries are faster now that `Node#xpath`, `Node#css`, and related functions are re-using the underlying xpath context object (which is expensive to initialize). We benchmarked a 2.8x improvement for a 6kb file, and a more modest 1.3x improvement for a 70kb file. (#3378) @flavorjones
2525

2626

2727
## v1.17.2 / 2024-12-12

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.0.dev"
5+
VERSION = "1.18.0.rc1"
66
end

0 commit comments

Comments
 (0)