Skip to content

Commit

Permalink
chore(release): version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
orien committed Feb 26, 2024
1 parent 479d122 commit c1d452b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
### HEAD

### 2.0.1 Feb 27, 2024

* Don't include the `doc/`, `pkg/`, or `vendor/` directory in the gem package
* Add `base64` as a runtime dependency
* Add support for Ruby 3.3
* Fix Rubocop issues

### 2.0.0 Mar 31, 2023

* Add support for ruby 3.0, 3.1 and 3.2
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.0'.freeze
VERSION = '2.0.1'.freeze

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

0 comments on commit c1d452b

Please sign in to comment.