Skip to content

Commit

Permalink
Preparing for release, 1.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Aug 30, 2023
1 parent ed8edaf commit ef9164c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 1.8.0 (Next)
### 1.8.0 (2023/08/30)

#### Features

Expand All @@ -11,15 +11,13 @@
* [#2341](https://github.com/ruby-grape/grape/pull/2341): Stop yielding skip value - [@ericproulx](https://github.com/ericproulx).
* [#2342](https://github.com/ruby-grape/grape/pull/2342): Allow specifying a handler for grape_exceptions - [@mscrivo](https://github.com/mscrivo).
* [#2338](https://github.com/ruby-grape/grape/pull/2338): Fix unknown validator when using requires/optional with entity - [@mscrivo](https://github.com/mscrivo).
* Your contribution here.

#### Fixes

* [#2339](https://github.com/ruby-grape/grape/pull/2339): Documentation and specs for remountable configuration in params - [@myxoh](https://github.com/myxoh).
* [#2328](https://github.com/ruby-grape/grape/pull/2328): Don't cache Class.instance_methods - [@byroot](https://github.com/byroot).
* [#2337](https://github.com/ruby-grape/grape/pull/2337): Fix: allow custom validators that do not end with _validator - [@ericproulx](https://github.com/ericproulx).
* [#2346](https://github.com/ruby-grape/grape/pull/2346): Adjust test expectations to conform to rack 3 - [@kbarrette](https://github.com/kbarrette).
* Your contribution here.

## 1.7.1 (2023/05/14)

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,8 @@ content negotiation, versioning and much more.

## Stable Release

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


## Project Resources

Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Remove the line with "Your contribution here.", since there will be no more cont
Commit your changes.

```
git add README.md CHANGELOG.md lib/grape/version.rb
git add README.md CHANGELOG.md
git commit -m "Preparing for release, 0.6.0."
git push origin master
```
Expand Down

0 comments on commit ef9164c

Please sign in to comment.