Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Oct 19, 2023
1 parent 83f9972 commit 4980148
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
### development version

[full changelog](https://github.com/Mange/roadie-rails/compare/v3.0.0...master)
[full changelog](https://github.com/Mange/roadie-rails/compare/v3.1.0...master)

### 3.1.0

[full changelog](https://github.com/Mange/roadie-rails/compare/v3.0.0...v3.1.0)

* Support Rails 7.1 - [Frederik Spang](https://github.com/frederikspang)
* Add support for Ruby 3.2.

Development changes:

* Fix Github CI lint job with standardrb.

### 3.0.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This gem hooks up your Rails application with Roadie to help you generate HTML e
[Add this gem to your Gemfile as recommended by Rubygems][gem] and run `bundle install`.

```ruby
gem 'roadie-rails', '~> 3.0'
gem 'roadie-rails'
```

## Usage ##
Expand Down
2 changes: 1 addition & 1 deletion lib/roadie/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Roadie
module Rails
VERSION = "3.0.0"
VERSION = "3.1.0"
end
end

0 comments on commit 4980148

Please sign in to comment.