File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,16 @@ Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44
55Note: this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ 0.6.0] - Unreleased
7+ ## [ 0.6.0] - 2020-12-23
88### Added
99- Fields may now be declared with ` :bigint ` type which is identical to ` :integer, limit 8 `
10+ - FieldSpec#initialize interface now includes ` position ` keyword argument and ` **options ` hash.
11+
12+ ### Fixed
13+ - Fixed cycle in which FieldSpec#initialize was calling ` model.field_specs `
14+
15+ ### Changed
16+ - Changed ci support from Travis to Github Workflow
1017
1118## [ 0.5.0] - 2020-12-21
1219### Added
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- declare_schema (0.5 .0 )
4+ declare_schema (0.6 .0 )
55 rails (>= 4.2 )
66
77GEM
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module DeclareSchema
4- VERSION = "0.5 .0"
4+ VERSION = "0.6 .0"
55end
You can’t perform that action at this time.
0 commit comments