Skip to content

Commit 45d7513

Browse files
authored
Merge pull request #274 from webmachine/2.0-stable
chore(release): version 2.0.0
2 parents b30de6b + 036167c commit 45d7513

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
### HEAD
22

3-
### 2.0.0.beta Mar 30, 2023
3+
### 2.0.0 Mar 31, 2023
44

5-
* Drop support for ruby 2.3, 2.4, and 2.5
5+
* Add support for ruby 3.0, 3.1 and 3.2
6+
* Drop support for ruby 2.3, 2.4 and 2.5
67
* Remove the HTTPkit adapter
8+
* Remove the Reel adapter
79
* Format cookie 'Expires' timestamps as per RFC 2616
810

911
### 1.6.0 June 22, 2021

lib/webmachine/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Webmachine
22
# Library version
3-
VERSION = '2.0.0.beta'.freeze
3+
VERSION = '2.0.0'.freeze
44

55
# String for use in "Server" HTTP response header, which includes
66
# the {VERSION}.

0 commit comments

Comments
 (0)