Skip to content

Commit 25b2166

Browse files
committed
version bump to v1.15.1
1 parent a37327e commit 25b2166

2 files changed

Lines changed: 33 additions & 21 deletions

File tree

CHANGELOG.md

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

55
---
66

7+
## 1.15.1 / 2023-05-19
8+
9+
### Dependencies
10+
11+
* [CRuby] Vendored libxml2 is updated to v2.11.4 from v2.11.3. For details please see https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.11.4
12+
13+
14+
### Fixed
15+
16+
* [CRuby] The libxml2 update fixes an encoding regression when push-parsing UTF-8 sequences. [[#2882](https://github.com/sparklemotion/nokogiri/issues/2882), upstream [issue](https://gitlab.gnome.org/GNOME/libxml2/-/issues/542) and [commit](https://gitlab.gnome.org/GNOME/libxml2/-/commit/e0f3016f71297314502a3620a301d7e064cbb612)]
17+
18+
719
## 1.15.0 / 2023-05-15
820

921
### Notes
@@ -75,26 +87,26 @@ You can read more about this in the decision record at [`adr/2023-04-libxml-memo
7587

7688
### Thank you!
7789

78-
The following people and organizations were kind enough to sponsor @flavorjones or the Nokogiri project during the development of v1.15.0:
79-
80-
* Götz Görisch (@GoetzGoerisch)
81-
* Airbnb (@airbnb)
82-
* Kyohei Nanba (@kyo-nanba)
83-
* Maxime Gauthier (@biximilien)
84-
* @renuo
85-
* @dbootyfvrt
86-
* YOSHIDA Katsuhiko (@kyoshidajp)
87-
* Homebrew (@Homebrew)
88-
* Hiroshi SHIBATA (@hsbt)
89-
* PuLLi (@the-pulli)
90-
* SiteLog GmbH (@sitelog-gmbh)
91-
* @zzak
92-
* Evil Martians (@evilmartians)
93-
* Ajaya Agrawalla (@ajaya)
94-
* Modern Treasury (@Modern-Treasury)
95-
* Danilo Lessa Bernardineli (@danlessa)
96-
97-
We'd also like to thank @github who donate a ton of compute time for our CI pipelines!
90+
The following people and organizations were kind enough to sponsor [@flavorjones](https://github.com/flavorjones) or the Nokogiri project during the development of v1.15.0:
91+
92+
* Götz Görisch ([@GoetzGoerisch](https://github.com/GoetzGoerisch))
93+
* Airbnb ([@airbnb](https://github.com/airbnb))
94+
* Kyohei Nanba ([@kyo-nanba](https://github.com/kyo-nanba))
95+
* Maxime Gauthier ([@biximilien](https://github.com/biximilien))
96+
* [@renuo](https://github.com/renuo)
97+
* [@dbootyfvrt](https://github.com/dbootyfvrt)
98+
* YOSHIDA Katsuhiko ([@kyoshidajp](https://github.com/kyoshidajp))
99+
* Homebrew ([@Homebrew](https://github.com/Homebrew))
100+
* Hiroshi SHIBATA ([@hsbt](https://github.com/hsbt))
101+
* PuLLi ([@the-pulli](https://github.com/the-pulli))
102+
* SiteLog GmbH ([@sitelog-gmbh](https://github.com/sitelog-gmbh))
103+
* [@zzak](https://github.com/zzak)
104+
* Evil Martians ([@evilmartians](https://github.com/evilmartians))
105+
* Ajaya Agrawalla ([@ajaya](https://github.com/ajaya))
106+
* Modern Treasury ([@Modern-Treasury](https://github.com/Modern-Treasury))
107+
* Danilo Lessa Bernardineli ([@danlessa](https://github.com/danlessa))
108+
109+
We'd also like to thank [@github](https://github.com/github) who donate a ton of compute time for our CI pipelines!
98110

99111

100112
## 1.14.4 / 2023-05-11

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

0 commit comments

Comments
 (0)