Skip to content

Commit

Permalink
Release version 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mak-dunkelziffer committed Sep 6, 2023
1 parent 06962b7 commit 7d809bc
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,15 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

### Compatible changes

- Calling `assignable_values_for` with unsupported options will raise an error.
-



## 0.18.1 - 2023-09-06

### Compatible changes

- Calling `assignable_values_for` with unsupported options will raise an error.

## 0.18.0 - 2023-01-24

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.5.0.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
assignable_values (0.18.0)
assignable_values (0.18.1)
activerecord (>= 2.3)

GEM
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.5.1.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
assignable_values (0.18.0)
assignable_values (0.18.1)
activerecord (>= 2.3)

GEM
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.5.1.pg.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
assignable_values (0.18.0)
assignable_values (0.18.1)
activerecord (>= 2.3)

GEM
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.6.1.pg.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
assignable_values (0.18.0)
assignable_values (0.18.1)
activerecord (>= 2.3)

GEM
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.7.0.pg.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
assignable_values (0.18.0)
assignable_values (0.18.1)
activerecord (>= 2.3)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/assignable_values/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AssignableValues
VERSION = '0.18.0'
VERSION = '0.18.1'
end

0 comments on commit 7d809bc

Please sign in to comment.