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 479d122 commit c1d452bCopy full SHA for c1d452b
CHANGELOG.md
@@ -1,5 +1,12 @@
1
### HEAD
2
3
+### 2.0.1 Feb 27, 2024
4
+
5
+* Don't include the `doc/`, `pkg/`, or `vendor/` directory in the gem package
6
+* Add `base64` as a runtime dependency
7
+* Add support for Ruby 3.3
8
+* Fix Rubocop issues
9
10
### 2.0.0 Mar 31, 2023
11
12
* Add support for ruby 3.0, 3.1 and 3.2
lib/webmachine/version.rb
@@ -1,6 +1,6 @@
module Webmachine
# Library version
- VERSION = '2.0.0'.freeze
+ VERSION = '2.0.1'.freeze
# String for use in "Server" HTTP response header, which includes
# the {VERSION}.
0 commit comments