File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
- ### 2.2.0 (Next )
1
+ ### 2.2.0 (2024-09-14 )
2
2
3
3
#### Features
4
4
5
5
* [ #2475 ] ( https://github.com/ruby-grape/grape/pull/2475 ) : Remove Grape::Util::Registrable - [ @ericproulx ] ( https://github.com/ericproulx ) .
6
6
* [ #2484 ] ( https://github.com/ruby-grape/grape/pull/2484 ) : Refactor versioner middlewares - [ @ericproulx ] ( https://github.com/ericproulx ) .
7
7
* [ #2489 ] ( https://github.com/ruby-grape/grape/pull/2489 ) : Add Rails 7.2 in CI workflow - [ @ericproulx ] ( https://github.com/ericproulx ) .
8
8
* [ #2493 ] ( https://github.com/ruby-grape/grape/pull/2493 ) : MFA required when releasing - [ @ericproulx ] ( https://github.com/ericproulx ) .
9
- * Your contribution here.
10
9
11
10
#### Fixes
12
11
17
16
* [ #2485 ] ( https://github.com/ruby-grape/grape/pull/2485 ) : Add ` is: ` param to length validator - [ @dakad ] ( https://github.com/dakad ) .
18
17
* [ #2492 ] ( https://github.com/ruby-grape/grape/pull/2492 ) : Fix ` Grape::Endpoint#inspect ` method - [ @ericproulx ] ( https://github.com/ericproulx ) .
19
18
* [ #2496 ] ( https://github.com/ruby-grape/grape/pull/2496 ) : Reduce object allocation when compiling - [ @ericproulx ] ( https://github.com/ericproulx ) .
20
- * Your contribution here.
21
19
22
20
### 2.1.3 (2024-07-13)
23
21
Original file line number Diff line number Diff line change @@ -157,9 +157,7 @@ Grape is a REST-like API framework for Ruby. It's designed to run on Rack or com
157
157
158
158
## Stable Release
159
159
160
- You're reading the documentation for the next release of Grape, which should be 2.2.0.
161
- Please read [ UPGRADING] ( UPGRADING.md ) when upgrading from a previous version.
162
- The current stable release is [ 2.1.3] ( https://github.com/ruby-grape/grape/blob/v2.1.3/README.md ) .
160
+ You're reading the documentation for the stable release of Grape, 2.2.0. Please read UPGRADING when upgrading from a previous version.
163
161
164
162
## Project Resources
165
163
You can’t perform that action at this time.
0 commit comments