Skip to content

Commit

Permalink
release 0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
stathis-alexander committed Dec 3, 2024
1 parent b7b0274 commit 6a947d5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
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:
boba (0.0.13)
boba (0.0.14)
sorbet-static-and-runtime (~> 0.5)
tapioca (<= 0.16.5)

Expand Down
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Boba History

## 0.0.14

- Add test harness, CI, and a bunch of specs. Thanks @rzane!
- Add `Kaminari` compiler. (@rzane)
- Update `MoneyRails` to respect `ActiveRecordColumnTypes` setting, so it generates non-nilable types only in persisted mode.

## 0.0.13

- Add `RelationType` alias to railtie as well as `ActiveRecordRelationTypes` compiler to generate it into RBI files. Fix railtie constants.
Expand Down
2 changes: 1 addition & 1 deletion lib/boba/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# frozen_string_literal: true

module Boba
VERSION = "0.0.13"
VERSION = "0.0.14"
end

0 comments on commit 6a947d5

Please sign in to comment.