Skip to content

Commit 31f101b

Browse files
committed
release v1.3.1
1 parent 1805c2f commit 31f101b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

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

7-
## [1.3.1] - Unreleased
7+
## [1.3.1] - 2023-10-12
88
### Fixed
9-
- Fix bug in default index anme when table name + __ + column suffix exceeds `DeclareSchema.max_index_and_constraint_name_length`.
9+
- Fix bug in default index name when table name + __ + column suffix exceeds `DeclareSchema.max_index_and_constraint_name_length`.
1010
In this case we truncate the table name and append part of its hash.
1111

1212
## [1.3.0] - 2023-07-10

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
declare_schema (1.3.1.colin.1)
4+
declare_schema (1.3.1)
55
rails (>= 5.0)
66

77
GEM

lib/declare_schema/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module DeclareSchema
4-
VERSION = "1.3.1.colin.1"
4+
VERSION = "1.3.1"
55
end

0 commit comments

Comments
 (0)