We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a87147 commit 8c0cfbaCopy full SHA for 8c0cfba
History.md
@@ -1,4 +1,4 @@
1
-## main
+## 2.2.0 / 2024-12-23
2
3
* Bug fixes:
4
* `Rack::Test::Cookie` now parses cookie parameters using a
lib/rack/test/version.rb
@@ -1,5 +1,5 @@
module Rack
module Test
- VERSION = '2.1.0'.freeze
+ VERSION = '2.2.0'.freeze
end
5
0 commit comments