File tree 3 files changed +3
-9
lines changed
3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 1
- ### 2.2.0 (Next)
2
-
3
- #### Features
4
-
5
- * Your contribution here.
1
+ ### 2.1.2 (2024-06-28)
6
2
7
3
#### Fixes
8
4
9
5
* [ #2459 ] ( https://github.com/ruby-grape/grape/pull/2459 ) : Autocorrect cops - [ @ericproulx ] ( https://github.com/ericproulx ) .
10
6
* [ #3458 ] ( https://github.com/ruby-grape/grape/pull/2458 ) : Remove unused Grape::Util::Accept::Header - [ @ericproulx ] ( https://github.com/ericproulx ) .
11
7
* [ #2463 ] ( https://github.com/ruby-grape/grape/pull/2463 ) : Fix error message indices - [ @ericproulx ] ( https://github.com/ericproulx ) .
12
- * Your contribution here.
13
8
14
9
### 2.1.1 (2024-06-22)
15
10
Original file line number Diff line number Diff line change @@ -157,9 +157,8 @@ 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 .
160
+ You're reading the documentation for the stable release of Grape, ** 2.1.2 ** .
161
161
Please read [ UPGRADING] ( UPGRADING.md ) when upgrading from a previous version.
162
- The current stable release is [ 2.1.1] ( https://github.com/ruby-grape/grape/blob/v2.1.1/README.md ) .
163
162
164
163
## Project Resources
165
164
Original file line number Diff line number Diff line change 2
2
3
3
module Grape
4
4
# The current version of Grape.
5
- VERSION = '2.2.0 '
5
+ VERSION = '2.1.2 '
6
6
end
You can’t perform that action at this time.
0 commit comments