We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bace72 commit 4724780Copy full SHA for 4724780
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Mechanize CHANGELOG
2
3
+## 2.12.1 / 2024-08-21
4
+
5
+* Introduce experimental support for handling Zstd-compressed responses (CRuby only). (#652) @adrianodennanni
6
7
8
## 2.12.0 / 2024-07-29
9
10
* Introduce experimental support for handling Brotli-compressed responses (CRuby only). (#650) @weshatheleopard
lib/mechanize/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
class Mechanize
- VERSION = "2.12.0"
+ VERSION = "2.12.1"
end
0 commit comments