Skip to content

Commit 13b6c95

Browse files
authored
Merge pull request #279 from webmachine/release
Release version 2.0.1
2 parents 479d122 + c1d452b commit 13b6c95

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
### HEAD
22

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+
310
### 2.0.0 Mar 31, 2023
411

512
* Add support for ruby 3.0, 3.1 and 3.2

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'.freeze
3+
VERSION = '2.0.1'.freeze
44

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

0 commit comments

Comments
 (0)