Skip to content

Commit f1a5cae

Browse files
committed
version bump to v1.12.2
1 parent c77b0b0 commit f1a5cae

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [REA
44

55
---
66

7+
## 1.12.2 / 2021-08-04
8+
9+
### Fixed
10+
11+
* Ensure that C extension files in non-native gem installations are loaded using `require` and rely on `$LOAD_PATH` instead of using `require_relative`. This issue only exists when deleting shared libraries that exist outside the extensions directory, something users occasionally do to conserve disk space. [[#2300](https://github.com/sparklemotion/nokogiri/issues/2300)]
12+
13+
714
## 1.12.1 / 2021-08-03
815

916
### Fixed

lib/nokogiri/version/constant.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22
module Nokogiri
33
# The version of Nokogiri you are using
4-
VERSION = "1.12.1"
4+
VERSION = "1.12.2"
55
end

0 commit comments

Comments
 (0)