Skip to content

Commit b0738a4

Browse files
committed
version bump to v2.10.1
1 parent c38962c commit b0738a4

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Mechanize CHANGELOG
22

3+
## 2.10.1 / 2024-06-12
4+
5+
* Improve page encoding error recovery on pages with broken encoding when used with libxml2 >= 2.12.0. (#644) @flavorjones
6+
7+
38
## 2.10.0 / 2024-01-22
49

510
* Add `nkf` and `base64` as explicit dependencies, since they are being unbundled in Ruby 3.4. (#634) @flavorjones

lib/mechanize/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
class Mechanize
3-
VERSION = "2.10.0"
3+
VERSION = "2.10.1"
44
end

0 commit comments

Comments
 (0)