File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1- ### 3.1.0 (Next )
1+ ### 3.0.1 (2025-11-24 )
22
33#### Features
44
55* [ #2625 ] ( https://github.com/ruby-grape/grape/pull/2625 ) : Update rubocop to 1.81.7 and fix style offenses - [ @ericproulx ] ( https://github.com/ericproulx ) .
66* [ #2626 ] ( https://github.com/ruby-grape/grape/pull/2626 ) : Add rails 8.1 to CI test matrix - [ @ericproulx ] ( https://github.com/ericproulx ) .
7- * Your contribution here.
87
98#### Fixes
109
1110* [ #2628 ] ( https://github.com/ruby-grape/grape/pull/2628 ) : Fix helpers inheritance - [ @giorni ] ( https://github.com/giorni ) .
12- * Your contribution here.
1311
1412### 3.0.0 (2025-11-15)
1513
Original file line number Diff line number Diff line change @@ -160,8 +160,7 @@ Grape is a REST-like API framework for Ruby. It's designed to run on Rack or com
160160
161161## Stable Release
162162
163- You're reading the documentation for the next release of Grape, which should be 3.1.0.
164- The current stable release is [ 3.0.0] ( https://github.com/ruby-grape/grape/blob/v3.0.0/README.md ) .
163+ You're reading the documentation for the stable release of Grape, 3.0.1.
165164
166165## Project Resources
167166
Original file line number Diff line number Diff line change 22
33module Grape
44 # The current version of Grape.
5- VERSION = '3.1.0 '
5+ VERSION = '3.0.1 '
66end
You can’t perform that action at this time.
0 commit comments