Skip to content

Commit

Permalink
0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-thatch committed Jul 12, 2024
1 parent acc5896 commit c23a804
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.8 (2024-07-112)

- Improve types for `rescue_from`

## 0.0.7 (2024-07-03)

- Add signatures for `error!` and a few other methods
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.7)
grape_sorbet (0.0.8)
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.7"
VERSION = "0.0.8"
end

0 comments on commit c23a804

Please sign in to comment.