Skip to content

Commit

Permalink
Bump version from 1.2.0 to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brunosedler committed Oct 25, 2024
1 parent 6466f94 commit b1172fc
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

### Compatible changes


## 1.2.1 - 2024-10-25

### Compatible changes

* Follow recommended way to extend Railties


Expand Down
2 changes: 1 addition & 1 deletion Gemfile.3.2.mysql2.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GIT
PATH
remote: .
specs:
has_defaults (1.2.0)
has_defaults (1.2.1)
activerecord

GEM
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.4.2.mysql2.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
has_defaults (1.2.0)
has_defaults (1.2.1)
activerecord

GEM
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.4.2.pg.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
has_defaults (1.2.0)
has_defaults (1.2.1)
activerecord

GEM
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.5.2.mysql2.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
has_defaults (1.2.0)
has_defaults (1.2.1)
activerecord

GEM
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.5.2.pg.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
has_defaults (1.2.0)
has_defaults (1.2.1)
activerecord

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:
has_defaults (1.2.0)
has_defaults (1.2.1)
activerecord

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:
has_defaults (1.2.0)
has_defaults (1.2.1)
activerecord

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/has_defaults/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module HasDefaults

VERSION = '1.2.0'
VERSION = '1.2.1'

end

0 comments on commit b1172fc

Please sign in to comment.