Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkasyanchuk committed Dec 25, 2023
1 parent cef74b1 commit 19648df
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 7 deletions.
15 changes: 14 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
- master
....

- 1.1.4
Many improvements and fixes:
- https://github.com/igorkasyanchuk/active_storage_validations/pull/235
- https://github.com/igorkasyanchuk/active_storage_validations/pull/233
- https://github.com/igorkasyanchuk/active_storage_validations/pull/232
- https://github.com/igorkasyanchuk/active_storage_validations/pull/229
- https://github.com/igorkasyanchuk/active_storage_validations/pull/228
- https://github.com/igorkasyanchuk/active_storage_validations/pull/226
- https://github.com/igorkasyanchuk/active_storage_validations/pull/161
- https://github.com/igorkasyanchuk/active_storage_validations/pull/153
- https://github.com/igorkasyanchuk/active_storage_validations/pull/221
- https://github.com/igorkasyanchuk/active_storage_validations/pull/220


- 1.1.3
- https://github.com/igorkasyanchuk/active_storage_validations/pull/217/files
Expand Down
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:
active_storage_validations (1.1.3)
active_storage_validations (1.1.4)
activejob (>= 5.2.0)
activemodel (>= 5.2.0)
activestorage (>= 5.2.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6_1_3_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
active_storage_validations (1.1.3)
active_storage_validations (1.1.4)
activejob (>= 5.2.0)
activemodel (>= 5.2.0)
activestorage (>= 5.2.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
active_storage_validations (1.1.3)
active_storage_validations (1.1.4)
activejob (>= 5.2.0)
activemodel (>= 5.2.0)
activestorage (>= 5.2.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
active_storage_validations (1.1.3)
active_storage_validations (1.1.4)
activejob (>= 5.2.0)
activemodel (>= 5.2.0)
activestorage (>= 5.2.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_next.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ GIT
PATH
remote: ..
specs:
active_storage_validations (1.1.3)
active_storage_validations (1.1.4)
activejob (>= 5.2.0)
activemodel (>= 5.2.0)
activestorage (>= 5.2.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/active_storage_validations/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActiveStorageValidations
VERSION = '1.1.3'
VERSION = '1.1.4'
end

0 comments on commit 19648df

Please sign in to comment.