Skip to content

Commit 24e12be

Browse files
committed
Preparing for release, 3.3.1.
1 parent 9b9a6c1 commit 24e12be

3 files changed

Lines changed: 3 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
1-
### 4.0.0 (Next)
2-
3-
#### Features
4-
5-
* [#2768](https://github.com/ruby-grape/grape/pull/2768): Remove Guard - [@ericproulx](https://github.com/ericproulx).
6-
* Your contribution here.
1+
### 3.3.1 (2026-06-28)
72

83
#### Fixes
94

10-
* [#2767](https://github.com/ruby-grape/grape/pull/2767): Update rubocop to 1.88.0 and rubocop-rspec to 3.10.2 - [@ericproulx](https://github.com/ericproulx).
115
* [#2770](https://github.com/ruby-grape/grape/pull/2770): Avoid per-entry array allocation in `Request#build_headers` - [@ericproulx](https://github.com/ericproulx).
126
* [#2771](https://github.com/ruby-grape/grape/pull/2771): Fix double wrap on json errors - [@MattHall](https://github.com/MattHall).
13-
* Your contribution here.
147

158
### 3.3.0 (2026-06-20)
169

README.md

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

1111
## Stable Release
1212

13-
You're reading the documentation for the stable release of Grape, 3.3.0.
13+
You're reading the documentation for the stable release of Grape, 3.3.1.
1414

1515
## Project Resources
1616

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.3.0'
5+
VERSION = '3.3.1'
66
end

0 commit comments

Comments
 (0)