Skip to content

Commit ef5c702

Browse files
committed
chore(release): version 2.0.2
1 parent 06f7822 commit ef5c702

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
### HEAD
22

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+
311
### 2.0.1 Feb 27, 2024
412

513
* Don't include the `doc/`, `pkg/`, or `vendor/` directory in the gem package

lib/webmachine/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Webmachine
22
# Library version
3-
VERSION = '2.0.1'.freeze
3+
VERSION = '2.0.2'.freeze
44

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

0 commit comments

Comments
 (0)