File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1+ ### 3.1.0 (Next)
2+
3+ #### Features
4+
5+ * Your contribution here.
6+
7+ #### Fixes
8+
9+ * Your contribution here.
10+
111### 3.0.1 (2025-11-24)
212
313#### Features
Original file line number Diff line number Diff line change @@ -160,7 +160,8 @@ 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 stable release of Grape, 3.0.1.
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.1] ( https://github.com/ruby-grape/grape/blob/v3.0.1/README.md ) .
164165
165166## Project Resources
166167
Original file line number Diff line number Diff line change 22
33module Grape
44 # The current version of Grape.
5- VERSION = '3.0.1 '
5+ VERSION = '3.1.0 '
66end
You can’t perform that action at this time.
0 commit comments