We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e564d56 commit bbbed46Copy full SHA for bbbed46
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Mechanize CHANGELOG
2
3
-## next / unreleased
+## 2.13.0 / 2025-01-02
4
5
* Quash frozen string warnings in Ruby 3.4. (#661) @simpl1g
6
* Quash URI::Parser warnings in Ruby 3.4. (#662) @flavorjones
lib/mechanize/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
class Mechanize
- VERSION = "2.12.2"
+ VERSION = "2.13.0"
end
0 commit comments