Skip to content

Commit

Permalink
Merge branch 'ruby-grape:master' into update_rubocop_1_40
Browse files Browse the repository at this point in the history
  • Loading branch information
ericproulx authored Dec 20, 2022
2 parents c092a53 + 095c6e8 commit 5c3ca4c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/danger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
bundler-cache: true
- name: Run Danger
run: |
# the token is public, this is ok
TOKEN='b8b19daa0ade737762c'
TOKEN+='f35edcb328642d371ce86'
# the token is public, has public_repo scope and belongs to the grape-bot user owned by @dblock, this is ok
TOKEN=$(echo -n Z2hwX2lYb0dPNXNyejYzOFJyaTV3QUxUdkNiS1dtblFwZTFuRXpmMwo= | base64 --decode)
DANGER_GITHUB_API_TOKEN=$TOKEN bundle exec danger --verbose
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
### 1.7.0 (Next)
### 1.7.1 (Next)

#### Features

* Your contribution here.

#### Fixes

* Your contribution here.

### 1.7.0 (2022/12/20)

#### Features

Expand All @@ -13,7 +23,6 @@
* [#2274](https://github.com/ruby-grape/grape/pull/2274): Error middleware support using rack util's symbols as status - [@dhruvCW](https://github.com/dhruvCW).
* [#2276](https://github.com/ruby-grape/grape/pull/2276): Fix exception super - [@ericproulx](https://github.com/ericproulx).
* [#2285](https://github.com/ruby-grape/grape/pull/2285), [#2287](https://github.com/ruby-grape/grape/pull/2287): Added :evaluate_given to declared(params) - [@zysend](https://github.com/zysend).
* Your contribution here.

#### Fixes

Expand All @@ -28,7 +37,6 @@
* [#2256](https://github.com/ruby-grape/grape/pull/2256): Raise `Grape::Exceptions::MultipartPartLimitError` from Rack when too many files are uploaded - [@bschmeck](https://github.com/bschmeck).
* [#2266](https://github.com/ruby-grape/grape/pull/2266): Fix code coverage - [@duffn](https://github.com/duffn).
* [#2284](https://github.com/ruby-grape/grape/pull/2284): Fix an unexpected backtick - [@zysend](https://github.com/zysend).
* Your contribution here.

### 1.6.2 (2021/12/30)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ content negotiation, versioning and much more.

## Stable Release

You're reading the documentation for the next release of Grape, which should be **1.7.0**.
You're reading the documentation for the next release of Grape, which should be **1.7.1**.
Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
The current stable release is [1.6.2](https://github.com/ruby-grape/grape/blob/v1.6.2/README.md).
The current stable release is [1.7.0](https://github.com/ruby-grape/grape/blob/v1.7.0/README.md).

## Project Resources

Expand Down
2 changes: 1 addition & 1 deletion lib/grape/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module Grape
# The current version of Grape.
VERSION = '1.7.0'
VERSION = '1.7.1'
end

0 comments on commit 5c3ca4c

Please sign in to comment.