Skip to content

Commit

Permalink
Bump version from 1.2.1 to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brunosedler committed Jan 29, 2025
1 parent 5310858 commit 0a95272
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

## Unreleased

### Breaking changes

### Compatible changes


## 1.3.0 - 2025-01-29

### Breaking changes
- Drop support for Rails < 6.1. This also drops support for MySQL, which had only been present for Rails < 6.

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.1)
has_defaults (1.3.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.2.1)
has_defaults (1.3.0)
activerecord

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

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

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:
has_defaults (1.2.1)
has_defaults (1.3.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.2.1'
VERSION = '1.3.0'

end

0 comments on commit 0a95272

Please sign in to comment.