Skip to content

Commit 5ff27d8

Browse files
committed
Preparing for release, 3.0.0.
1 parent 07fcf03 commit 5ff27d8

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

CHANGELOG.md

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

33
#### Features
44

@@ -25,7 +25,6 @@
2525
* [#2617](https://github.com/ruby-grape/grape/pull/2617): Migrate from `ActiveSupport::Configurable` to `Dry::Configurable` - [@ericproulx](https://github.com/ericproulx).
2626
* [#2618](https://github.com/ruby-grape/grape/pull/2618): Modernize argument delegation for Ruby 3+ compatibility - [@ericproulx](https://github.com/ericproulx).
2727
* [#2623](https://github.com/ruby-grape/grape/pull/2623): Refactor coercer caching to use `Grape::Util::Cache` - [@ericproulx](https://github.com/ericproulx).
28-
* Your contribution here.
2928

3029
#### Fixes
3130

@@ -37,7 +36,6 @@
3736
* [#2596](https://github.com/ruby-grape/grape/pull/2596): Remove `namespace_reverse_stackable_with_hash` from public scope - [@ericproulx](https://github.com/ericproulx).
3837
* [#2621](https://github.com/ruby-grape/grape/pull/2621): Update upgrading notes regarding `return` usage and simplify endpoint execution - [@ericproulx](https://github.com/ericproulx).
3938
* [#2622](https://github.com/ruby-grape/grape/pull/2622): Use `require_relative` instead of `$LOAD_PATH` in gemspec - [@ericproulx](https://github.com/ericproulx).
40-
* Your contribution here.
4139

4240
### 2.4.0 (2025-06-18)
4341

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.0.0.
164-
The current stable release is [2.4.0](https://github.com/ruby-grape/grape/blob/v2.4.0/README.md).
163+
You're reading the documentation for the stable release of Grape, 3.0.0.
165164

166165
## Project Resources
167166

0 commit comments

Comments
 (0)