We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f7822 commit ef5c702Copy full SHA for ef5c702
CHANGELOG.md
@@ -1,5 +1,13 @@
1
### HEAD
2
3
+### 2.0.2
4
+
5
+* Support Rack version 3
6
+* Support Ruby 3.4 and 4.0
7
+* Apply RuboCop fixes
8
+* Clean up gemspec configuration
9
+* Organise development and test dependencies in the Gemfile
10
11
### 2.0.1 Feb 27, 2024
12
13
* Don't include the `doc/`, `pkg/`, or `vendor/` directory in the gem package
lib/webmachine/version.rb
@@ -1,6 +1,6 @@
module Webmachine
# Library version
- VERSION = '2.0.1'.freeze
+ VERSION = '2.0.2'.freeze
# String for use in "Server" HTTP response header, which includes
# the {VERSION}.
0 commit comments