Skip to content

Commit

Permalink
Prepare for v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dentarg committed Sep 3, 2024
1 parent 2302dbc commit 49c80d8
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.3** (2024-09-03)
* Fix performance issue for `Mustermann::AST::Translator#escape` [#142](https://github.com/sinatra/mustermann/pull/142) [@hsbt](https://github.com/hsbt), [@ericproulx](https://github.com/ericproulx)

* **Mustermann 3.0.2** (2024-08-09)
* 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)

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.2'
VERSION ||= '3.0.3'
end

0 comments on commit 49c80d8

Please sign in to comment.