Skip to content

Commit

Permalink
version bump to v1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jan 30, 2023
1 parent 56e6118 commit f6cecec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [REA

---

## 1.14.1 / unreleased
## 1.14.1 / 2023-01-30

### Fixed

* 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)]

2e260f53e6b84b8f9c1b115b0ded85eebc8155d7
* [CRuby] Address compiler warnings about `void*` casting and old-style C function definitions.


## 1.14.0 / 2023-01-12
Expand Down
2 changes: 1 addition & 1 deletion lib/nokogiri/version/constant.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module Nokogiri
# The version of Nokogiri you are using
VERSION = "1.14.1.dev"
VERSION = "1.14.1"
end

0 comments on commit f6cecec

Please sign in to comment.