File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### 2.2.0 (Next)
2
+
3
+ #### Features
4
+
5
+ * Your contribution here.
6
+
7
+ #### Fixes
8
+
9
+ * Your contribution here.
10
+
1
11
### 2.1.0 (2024/06/15)
2
12
3
13
#### Features
Original file line number Diff line number Diff line change @@ -157,8 +157,9 @@ Grape is a REST-like API framework for Ruby. It's designed to run on Rack or com
157
157
158
158
## Stable Release
159
159
160
- You're reading the documentation for the stable release of Grape, ** 2.1.0 ** .
160
+ You're reading the documentation for the stable release of Grape, 2.2.0 .
161
161
Please read [ UPGRADING] ( UPGRADING.md ) when upgrading from a previous version.
162
+ The current stable release is [ 2.1.0] ( https://github.com/ruby-grape/grape/blob/v2.1.0/README.md ) .
162
163
163
164
## Project Resources
164
165
Original file line number Diff line number Diff line change 2
2
3
3
module Grape
4
4
# The current version of Grape.
5
- VERSION = '2.1 .0'
5
+ VERSION = '2.2 .0'
6
6
end
You can’t perform that action at this time.
0 commit comments