Skip to content

Commit

Permalink
v0.5.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonfb committed Sep 2, 2023
1 parent 10ff83f commit b18076e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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:
hot-glue (0.5.18)
hot-glue (0.5.19)
ffaker (~> 2.16)
kaminari (~> 1.2)
rails (> 5.1)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1300,7 +1300,7 @@ end

# VERSION HISTORY

#### 2023-09-03 - v0.5.19
#### 2023-09-02 - v0.5.19

Given a table generated with this schema:
```
Expand All @@ -1323,7 +1323,7 @@ You still use the `--modify` flag to determine the truthy and falsy labels, whic



#### 2023-09-02 - v0.5.18
#### 2023-09-01 - v0.5.18
- there three ways Hot Glue deals with Datetime fields:
-
- (1) with current users who have `timezone` method (field or method)
Expand Down
2 changes: 1 addition & 1 deletion lib/hotglue/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module HotGlue
class Version
CURRENT = '0.5.18'
CURRENT = '0.5.19'
end
end

0 comments on commit b18076e

Please sign in to comment.