Skip to content

Commit c85dd27

Browse files
committed
Preparing for release, 3.0.1.
1 parent 48f70cc commit c85dd27

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
### 3.1.0 (Next)
1+
### 3.0.1 (2025-11-24)
22

33
#### Features
44

55
* [#2625](https://github.com/ruby-grape/grape/pull/2625): Update rubocop to 1.81.7 and fix style offenses - [@ericproulx](https://github.com/ericproulx).
66
* [#2626](https://github.com/ruby-grape/grape/pull/2626): Add rails 8.1 to CI test matrix - [@ericproulx](https://github.com/ericproulx).
7-
* Your contribution here.
87

98
#### Fixes
109

1110
* [#2628](https://github.com/ruby-grape/grape/pull/2628): Fix helpers inheritance - [@giorni](https://github.com/giorni).
12-
* Your contribution here.
1311

1412
### 3.0.0 (2025-11-15)
1513

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,7 @@ Grape is a REST-like API framework for Ruby. It's designed to run on Rack or com
160160

161161
## Stable Release
162162

163-
You're reading the documentation for the next release of Grape, which should be 3.1.0.
164-
The current stable release is [3.0.0](https://github.com/ruby-grape/grape/blob/v3.0.0/README.md).
163+
You're reading the documentation for the stable release of Grape, 3.0.1.
165164

166165
## Project Resources
167166

lib/grape/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module Grape
44
# The current version of Grape.
5-
VERSION = '3.1.0'
5+
VERSION = '3.0.1'
66
end

0 commit comments

Comments
 (0)