Skip to content

Commit

Permalink
Preparing for release, 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dnesteryuk committed Apr 12, 2020
1 parent 78002f2 commit 801d17a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
### 1.3.2 (Next)
### 1.3.2 (2020/04/12)

#### Features
* Your contribution here.
* [#2020](https://github.com/ruby-grape/grape/pull/2020): Reduce array allocation - [@ericproulx](https://github.com/ericproulx).
* [#2015](https://github.com/ruby-grape/grape/pull/2014): Reduce MatchData allocation - [@ericproulx](https://github.com/ericproulx).
* [#2014](https://github.com/ruby-grape/grape/pull/2014): Reduce total allocated arrays - [@ericproulx](https://github.com/ericproulx).
* [#2011](https://github.com/ruby-grape/grape/pull/2011): Reduce total retained regexes - [@ericproulx](https://github.com/ericproulx).

#### Fixes

* Your contribution here.
* [#2033](https://github.com/ruby-grape/grape/pull/2033): Ensure `Float` params are correctly coerced to `BigDecimal` - [@tlconnor](https://github.com/tlconnor).
* [#2031](https://github.com/ruby-grape/grape/pull/2031): Fix a regression with an array of a custom type - [@dnesteryuk](https://github.com/dnesteryuk).
* [#2026](https://github.com/ruby-grape/grape/pull/2026): Fix a regression in `coerce_with` when coercion returns `nil` - [@misdoro](https://github.com/misdoro).
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,7 @@ content negotiation, versioning and much more.

## Stable Release

You're reading the documentation for the next release of Grape, which should be **1.3.2**.
Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
The current stable release is [1.3.1](https://github.com/ruby-grape/grape/blob/v1.3.1/README.md).
You're reading the documentation for the stable release of Grape, 1.3.2.

## Project Resources

Expand Down

0 comments on commit 801d17a

Please sign in to comment.