Skip to content

Commit

Permalink
0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-thatch committed Jul 16, 2024
1 parent 4de51f1 commit f003132
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
22 changes: 13 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,42 @@
## 0.0.11 (2024-07-15)

- Add support for `options` param in `params` type signature (#12)

## 0.0.10 (2024-07-15)

- Add missing `extend`s to `PrivateAPIInstance`
- Add missing `extend`s to `PrivateAPIInstance` (#11)

## 0.0.9 (2024-07-15)

- Entity name setter method
- Entity name setter method (#10)

## 0.0.8 (2024-07-12)

- Improve types for `rescue_from`
- Improve types for `rescue_from` (#8)

## 0.0.7 (2024-07-03)

- Add signatures for `error!` and a few other methods
- Add signatures for `error!` and a few other methods (#6)

## 0.0.6 (2024-06-25)

- Add support for `rescue_from`
- Add support for `rescue_from` (#5)

## 0.0.5 (2024-06-24)

- Ignore anonymous helpers
- Ignore anonymous helpers (#4)

## 0.0.4 (2024-06-24)

- Update `grape.rbi`
- Update `grape.rbi` (#3)

## 0.0.3 (2024-06-05)

- Better support for callbacks
- Better support for callbacks (#2)

## 0.0.2 (2024-06-05)

- Added support for callbacks (`before`, `after`, etc.)
- Added support for callbacks (`before`, `after`, etc.) (#1)

## 0.0.1 (2024-06-04)

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.10)
grape_sorbet (0.0.11)
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.10"
VERSION = "0.0.11"
end

0 comments on commit f003132

Please sign in to comment.