Skip to content

Commit bbbed46

Browse files
committed
version bump to v2.13.0
1 parent e564d56 commit bbbed46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mechanize CHANGELOG
22

3-
## next / unreleased
3+
## 2.13.0 / 2025-01-02
44

55
* Quash frozen string warnings in Ruby 3.4. (#661) @simpl1g
66
* Quash URI::Parser warnings in Ruby 3.4. (#662) @flavorjones

lib/mechanize/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
class Mechanize
3-
VERSION = "2.12.2"
3+
VERSION = "2.13.0"
44
end

0 commit comments

Comments
 (0)