Skip to content

Commit

Permalink
0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-thatch committed Aug 8, 2024
1 parent 5bdd5bb commit d6d88e8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.12 (2024-08-08)

- Upgrade compiler for Tapioca 0.16 (#14)
- Bump dependencies and update RBI signatures (#13)

## 0.0.11 (2024-07-15)

- Add support for `options` param in `params` type signature (#12)
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.11)
grape_sorbet (0.0.12)
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.11"
VERSION = "0.0.12"
end

0 comments on commit d6d88e8

Please sign in to comment.