Skip to content

Commit c139a3d

Browse files
committed
version bump to v1.19.3
1 parent 7501a63 commit c139a3d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

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

55
---
66

7-
## next / unreleased
7+
## v1.19.3 / 2026-04-27
88

99
### Fixed / Security
1010

11+
* Address exponential regex backtracking in CSS selector tokenizer. See [GHSA-c4rq-3m3g-8wgx](https://github.com/sparklemotion/nokogiri/security/advisories/GHSA-c4rq-3m3g-8wgx) for more information.
1112
* [CRuby] Address memory leak in `XSLT::Stylesheet#transform`. See [GHSA-v2fc-qm4h-8hqv](https://github.com/sparklemotion/nokogiri/security/advisories/GHSA-v2fc-qm4h-8hqv) for more information.
1213

1314

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

0 commit comments

Comments
 (0)