Skip to content

Commit

Permalink
release: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
urkle committed Apr 13, 2022
1 parent 4b86c41 commit bfdd0fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -131,6 +131,7 @@ The [middleware](https://rubygems.org/gems/middleware) gem works well, following

## Change Log

* 0.2.0 - Add ruby 3.0 support and drop ruby < 2.5
* 0.1.3 - Remove its-it dependency :( #2
* 0.1.2 - More thread safety in Stack#start
* 0.1.1 - Thread safety in Stack#start
Expand Down
2 changes: 1 addition & 1 deletion lib/modware/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Modware
VERSION = "0.1.3"
VERSION = "0.2.0"
end

0 comments on commit bfdd0fb

Please sign in to comment.