Skip to content

Commit

Permalink
release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinDKelley committed Jul 11, 2023
1 parent 55958c0 commit 6a57c00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

Note: this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.0] - Unreleased
## [1.3.0] - 2023-07-10
### Added
- Added `DeclareSchema.max_index_and_constraint_name_length` with default of 64.

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:
declare_schema (1.3.0.colin.1)
declare_schema (1.3.0)
rails (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/declare_schema/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DeclareSchema
VERSION = "1.3.0.colin.1"
VERSION = "1.3.0"
end

0 comments on commit 6a57c00

Please sign in to comment.