Skip to content

Commit

Permalink
Bump version to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowens committed Jul 23, 2022
1 parent 428a121 commit 5b84f0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,18 +164,19 @@ Any software using Mustermann is obviously compatible with at least one of the a

## Requirements

Mustermann depends on [tool](https://github.com/rkh/tool) (which has been extracted from Mustermann and Sinatra 2.0), and a Ruby 2.2+ compatible Ruby implementation.
Mustermann depends on [tool](https://github.com/rkh/tool) (which has been extracted from Mustermann and Sinatra 2.0), and a Ruby 2.6+ compatible Ruby implementation.

It is known to work on MRI 2.2 through 2.7. JRuby and Rubinius support is unknown.

If you need Ruby 1.9 support, you might be able to use the **unofficial** [mustermann19](https://rubygems.org/gems/mustermann19) gem based on [namusyaka's fork](https://github.com/namusyaka/mustermann19).
JRuby and Rubinius support is unknown.

## Release History

Mustermann follows [Semantic Versioning 2.0](http://semver.org/). Anything documented in the README or via YARD and not declared private is part of the public API.

### Stable Releases

* **Mustermann 3.0.0** (Unreleased)
* Drop support for old Rubies < 2.6.

* **Mustermann 2.0.2** (2022-07-22)
* Further improve Ruby 3 compatibility. [#134](https://github.com/sinatra/mustermann/pull/134). [@magni-](https://github.com/magni-)

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 ||= '2.0.2'
VERSION ||= '3.0.0'
end

0 comments on commit 5b84f0c

Please sign in to comment.