Skip to content

Commit

Permalink
Prepare for v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dentarg committed Aug 9, 2024
1 parent ca13b82 commit 48d72d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ Mustermann follows [Semantic Versioning 2.0](http://semver.org/). Anything docum

### Stable Releases

* **Mustermann 3.0.2** (2024-07-31)
* Ruby 3.4+ compatibility: "Use rfc2396 parser instead of URI::DEFAULT_PARSER" [#139](https://github.com/sinatra/mustermann/pull/139) [@hsbt](https://github.com/hsbt)

* **Mustermann 3.0.1** (2024-07-31)
* Ruby 3.4+ compatibility: "Use URI::RFC2396_Parser#regex explicitly" [#138](https://github.com/sinatra/mustermann/pull/138) [@hsbt](https://github.com/hsbt)

Expand Down
2 changes: 1 addition & 1 deletion mustermann/lib/mustermann/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Mustermann
VERSION ||= '3.0.1'
VERSION ||= '3.0.2'
end

0 comments on commit 48d72d1

Please sign in to comment.