Skip to content

Commit ef9164c

Browse files
committed
Preparing for release, 1.8.0.
1 parent ed8edaf commit ef9164c

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

CHANGELOG.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 1.8.0 (Next)
1+
### 1.8.0 (2023/08/30)
22

33
#### Features
44

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

1615
#### Fixes
1716

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

2422
## 1.7.1 (2023/05/14)
2523

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,8 @@ content negotiation, versioning and much more.
159159

160160
## Stable Release
161161

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

167165
## Project Resources
168166

RELEASING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Remove the line with "Your contribution here.", since there will be no more cont
3939
Commit your changes.
4040

4141
```
42-
git add README.md CHANGELOG.md lib/grape/version.rb
42+
git add README.md CHANGELOG.md
4343
git commit -m "Preparing for release, 0.6.0."
4444
git push origin master
4545
```

0 commit comments

Comments
 (0)