Skip to content

Commit

Permalink
version bump to v2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jun 12, 2024
1 parent c38962c commit b0738a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Mechanize CHANGELOG

## 2.10.1 / 2024-06-12

* Improve page encoding error recovery on pages with broken encoding when used with libxml2 >= 2.12.0. (#644) @flavorjones


## 2.10.0 / 2024-01-22

* Add `nkf` and `base64` as explicit dependencies, since they are being unbundled in Ruby 3.4. (#634) @flavorjones
Expand Down
2 changes: 1 addition & 1 deletion lib/mechanize/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
class Mechanize
VERSION = "2.10.0"
VERSION = "2.10.1"
end

0 comments on commit b0738a4

Please sign in to comment.