Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
molawson committed Sep 13, 2022
1 parent 3d48b12 commit 9ff2534
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## v1.0.0 (2022-09-13)

- **New**: install arbitrary gems through the `additionalGems` input (https://github.com/planningcenter/balto-rubocop/pull/19)
- **New**: support more project setups with new minimal Gemfile strategy (https://github.com/planningcenter/balto-rubocop/pull/19)
- **Breaking**: stop installing `standard` gem (when present) by default. Use `additionalGems` input instead (https://github.com/planningcenter/balto-rubocop/pull/19)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
fetch-depth: 0
- uses: ruby/setup-ruby@v1
- uses: planningcenter/balto-rubocop@v0.8
- uses: planningcenter/balto-rubocop@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 9ff2534

Please sign in to comment.