Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-thatch committed Jun 25, 2024
1 parent 293c94a commit 51b652f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.6 (2024-06-25)

- Add support for `rescue_from`

## 0.0.5 (2024-06-24)

- Ignore anonymous helpers
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
grape_sorbet (0.0.5)
grape_sorbet (0.0.6)
activesupport
grape (~> 2.0)
sorbet-runtime (~> 0.5.10741)
Expand Down
2 changes: 1 addition & 1 deletion lib/grape_sorbet/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# frozen_string_literal: true

module GrapeSorbet
VERSION = "0.0.5"
VERSION = "0.0.6"
end

0 comments on commit 51b652f

Please sign in to comment.