Skip to content

Commit

Permalink
Release version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martinschaflitzl1 committed Jan 9, 2025
1 parent 420fa1a commit dc85937
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 7 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.1 - 2025-01-09

### Compatible changes

- Add Rails 8 support

## 1.1.0 - 2024-12-05

### Compatible changes
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.1.0)
assignable_values (1.1.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 (1.1.0)
assignable_values (1.1.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 (1.1.0)
assignable_values (1.1.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 (1.1.0)
assignable_values (1.1.1)
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.1.0)
assignable_values (1.1.1)
activerecord (>= 2.3)

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

0 comments on commit dc85937

Please sign in to comment.