Skip to content

Commit 6bafb95

Browse files
committed
chore(release): version 2.0.2
1 parent 699136b commit 6bafb95

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
### 2.0.2 Nov 27, 2025
4+
5+
* Fix rubocop linter
6+
* Fix VERSION_STRING to use ::Rack.release instead of ::Rack.version
7+
* Add allowed_push_host to the gemspec
8+
* Remove rbconfig require from Gemfile
9+
* Order dependencies alphabetically
10+
* Move yard to the docs group in Gemfile
11+
* Move development dependencies to the Gemfile
12+
* Simplify gemspec version require
13+
314
### 2.0.1 Feb 27, 2024
415

516
* 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)