Skip to content

Commit

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

### Breaking changes

### Compatible changes


## 1.2.0 - 2023-03-15

### Breaking changes

* Drop support for Ruby 2.5 with Rails 6.1

### Compatible changes
Expand Down
4 changes: 2 additions & 2 deletions 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.1.1)
has_defaults (1.2.0)
activerecord

GEM
Expand Down Expand Up @@ -72,4 +72,4 @@ DEPENDENCIES
rspec (~> 3.4)

BUNDLED WITH
2.2.32
2.3.4
4 changes: 2 additions & 2 deletions 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.1.1)
has_defaults (1.2.0)
activerecord

GEM
Expand Down Expand Up @@ -70,4 +70,4 @@ DEPENDENCIES
rspec (~> 3.4)

BUNDLED WITH
2.2.32
2.3.4
4 changes: 2 additions & 2 deletions 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.1.1)
has_defaults (1.2.0)
activerecord

GEM
Expand Down Expand Up @@ -70,4 +70,4 @@ DEPENDENCIES
rspec (~> 3.4)

BUNDLED WITH
2.2.32
2.3.4
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.1.1)
has_defaults (1.2.0)
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.1.1)
has_defaults (1.2.0)
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.1.1)
has_defaults (1.2.0)
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.1.1)
has_defaults (1.2.0)
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.1.1'
VERSION = '1.2.0'

end

0 comments on commit 913a72e

Please sign in to comment.