Skip to content

Commit ee22510

Browse files
committed
Release version 1.1.0
1 parent ab727e3 commit ee22510

File tree

7 files changed

+12
-6
lines changed

7 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
1212

1313
-
1414

15+
## 1.1.0 - 2024-12-05
16+
17+
### Compatible changes
18+
19+
- Add complete support for attributes that are available through store accessors
20+
1521
## 1.0.1 - 2024-08-27
1622

1723
- Hook into railties correctly

Gemfile.5.0.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
assignable_values (1.0.1)
4+
assignable_values (1.1.0)
55
activerecord (>= 2.3)
66

77
GEM

Gemfile.5.1.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
assignable_values (1.0.1)
4+
assignable_values (1.1.0)
55
activerecord (>= 2.3)
66

77
GEM

Gemfile.5.1.pg.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
assignable_values (1.0.1)
4+
assignable_values (1.1.0)
55
activerecord (>= 2.3)
66

77
GEM

Gemfile.6.1.pg.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
assignable_values (1.0.1)
4+
assignable_values (1.1.0)
55
activerecord (>= 2.3)
66

77
GEM

Gemfile.7.1.pg.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
assignable_values (1.0.1)
4+
assignable_values (1.1.0)
55
activerecord (>= 2.3)
66

77
GEM

lib/assignable_values/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module AssignableValues
2-
VERSION = '1.0.1'
2+
VERSION = '1.1.0'
33
end

0 commit comments

Comments
 (0)