Skip to content

Commit f6cecec

Browse files
committed
version bump to v1.14.1
1 parent 56e6118 commit f6cecec

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

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

55
---
66

7-
## 1.14.1 / unreleased
7+
## 1.14.1 / 2023-01-30
88

99
### Fixed
1010

1111
* Serializing documents now works again with pseudo-IO objects that don't support IO's encoding API (like rubyzip's `Zip::OutputStream`). This was a regression in v1.14.0 due to the fix for [#752](https://github.com/sparklemotion/nokogiri/issues/752) in [#2434](https://github.com/sparklemotion/nokogiri/issues/2434), and was not completely fixed by [#2753](https://github.com/sparklemotion/nokogiri/issues/2753). [[#2773](https://github.com/sparklemotion/nokogiri/issues/2773)]
12-
13-
2e260f53e6b84b8f9c1b115b0ded85eebc8155d7
12+
* [CRuby] Address compiler warnings about `void*` casting and old-style C function definitions.
1413

1514

1615
## 1.14.0 / 2023-01-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.14.1.dev"
5+
VERSION = "1.14.1"
66
end

0 commit comments

Comments
 (0)