File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
- ### 1.7.1 (Next )
1
+ ### 1.7.1 (2023/05/14 )
2
2
3
3
#### Features
4
4
14
14
* [ #2292 ] ( https://github.com/ruby-grape/grape/pull/2292 ) : Introduce Docker to local development - [ @ericproulx ] ( https://github.com/ericproulx ) .
15
15
* [ #2325 ] ( https://github.com/ruby-grape/grape/pull/2325 ) : Change edge test workflows only run on demand - [ @dblock ] ( https://github.com/dblock ) .
16
16
* [ #2324 ] ( https://github.com/ruby-grape/grape/pull/2324 ) : Expose default in the description dsl - [ @dhruvCW ] ( https://github.com/dhruvCW ) .
17
- * Your contribution here.
18
17
19
18
#### Fixes
20
19
23
22
* [ #2315 ] ( https://github.com/ruby-grape/grape/pull/2315 ) : Update rspec - [ @ericproulx ] ( https://github.com/ericproulx ) .
24
23
* [ #2319 ] ( https://github.com/ruby-grape/grape/pull/2319 ) : Update rubocop - [ @ericproulx ] ( https://github.com/ericproulx ) .
25
24
* [ #2323 ] ( https://github.com/ruby-grape/grape/pull/2323 ) : Fix using endless ranges for values parameter - [ @dhruvCW ] ( https://github.com/dhruvCW ) .
26
- * Your contribution here.
27
25
28
26
### 1.7.0 (2022/12/20)
29
27
Original file line number Diff line number Diff line change @@ -159,9 +159,8 @@ content negotiation, versioning and much more.
159
159
160
160
## Stable Release
161
161
162
- You're reading the documentation for the next release of Grape, which should be ** 1.7.1** .
162
+ You're reading the documentation for the stable release of Grape, 1.7.1.
163
163
Please read [ UPGRADING] ( UPGRADING.md ) when upgrading from a previous version.
164
- The current stable release is [ 1.7.0] ( https://github.com/ruby-grape/grape/blob/v1.7.0/README.md ) .
165
164
166
165
## Project Resources
167
166
You can’t perform that action at this time.
0 commit comments