Skip to content

Commit

Permalink
Release version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
begerdom committed Dec 5, 2024
1 parent ab727e3 commit ee22510
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

-

## 1.1.0 - 2024-12-05

### Compatible changes

- Add complete support for attributes that are available through store accessors

## 1.0.1 - 2024-08-27

- Hook into railties correctly
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 (1.0.1)
assignable_values (1.1.0)
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 (1.0.1)
assignable_values (1.1.0)
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 (1.0.1)
assignable_values (1.1.0)
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 (1.0.1)
assignable_values (1.1.0)
activerecord (>= 2.3)

GEM
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.7.1.pg.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
assignable_values (1.0.1)
assignable_values (1.1.0)
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 = '1.0.1'
VERSION = '1.1.0'
end

0 comments on commit ee22510

Please sign in to comment.