We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2470ae6 commit 01a5b0aCopy full SHA for 01a5b0a
CHANGELOG.md
@@ -1,5 +1,11 @@
1
### HEAD
2
3
+### 2.0.0.beta Mar 30, 2023
4
+
5
+* Drop support for ruby 2.3, 2.4, and 2.5
6
+* Remove the HTTPkit adapter
7
+* Format cookie 'Expires' timestamps as per RFC 2616
8
9
### 1.6.0 June 22, 2021
10
11
* fix: replace missed URI.decode with new Route.rfc3986_percent_decode (#261)
lib/webmachine/version.rb
@@ -1,6 +1,6 @@
module Webmachine
# Library version
- VERSION = '1.6.0'.freeze
+ VERSION = '2.0.0.beta'.freeze
# String for use in "Server" HTTP response header, which includes
# the {VERSION}.
0 commit comments