File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
- ### 1.3.1 (Next )
1
+ ### 1.3.1 (2020/03/11 )
2
2
3
3
#### Features
4
4
5
- * Your contribution here.
6
5
* [ #2005 ] ( https://github.com/ruby-grape/grape/pull/2005 ) : Content types registrable - [ @ericproulx ] ( https://github.com/ericproulx ) .
7
6
* [ #2003 ] ( https://github.com/ruby-grape/grape/pull/2003 ) : Upgraded Rubocop to 0.80.1 - [ @ericproulx ] ( https://github.com/ericproulx ) .
8
7
* [ #2002 ] ( https://github.com/ruby-grape/grape/pull/2002 ) : Objects allocation optimization (lazy_lookup) - [ @ericproulx ] ( https://github.com/ericproulx ) .
9
8
10
9
#### Fixes
10
+
11
11
* [ #2006 ] ( https://github.com/ruby-grape/grape/pull/2006 ) : Fix explicit rescue StandardError - [ @ericproulx ] ( https://github.com/ericproulx ) .
12
12
* [ #2004 ] ( https://github.com/ruby-grape/grape/pull/2004 ) : Rubocop fixes - [ @ericproulx ] ( https://github.com/ericproulx ) .
13
13
* [ #1995 ] ( https://github.com/ruby-grape/grape/pull/1995 ) : Fix: "undefined instance variables" and "method redefined" warnings - [ @nbeyer ] ( https://github.com/nbeyer ) .
Original file line number Diff line number Diff line change @@ -154,9 +154,7 @@ content negotiation, versioning and much more.
154
154
155
155
## Stable Release
156
156
157
- You're reading the documentation for the next release of Grape, which should be ** 1.3.1** .
158
- Please read [ UPGRADING] ( UPGRADING.md ) when upgrading from a previous version.
159
- The current stable release is [ 1.3.0] ( https://github.com/ruby-grape/grape/blob/v1.3.0/README.md ) .
157
+ You're reading the documentation for the stable release of Grape, ** 1.3.1** .
160
158
161
159
## Project Resources
162
160
You can’t perform that action at this time.
0 commit comments