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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
### HEAD

### 2.0.2 Nov 27, 2025

* Fix rubocop linter
* Fix VERSION_STRING to use ::Rack.release instead of ::Rack.version
* Add allowed_push_host to the gemspec
* Remove rbconfig require from Gemfile
* Order dependencies alphabetically
* Move yard to the docs group in Gemfile
* Move development dependencies to the Gemfile
* Simplify gemspec version require

### 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