Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
### HEAD

### 2.0.2

* Support Rack version 3
* Support Ruby 3.4 and 4.0
* Apply RuboCop fixes
* Clean up gemspec configuration
* Organise development and test dependencies in the Gemfile

### 2.0.1 Feb 27, 2024

* Don't include the `doc/`, `pkg/`, or `vendor/` directory in the gem package
Expand Down
2 changes: 1 addition & 1 deletion lib/webmachine/version.rb
Original file line number Diff line number Diff line change
@@ -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}.
Expand Down