Skip to content

Commit 420711c

Browse files
committed
Release v0.6.0
1 parent 019d5e3 commit 420711c

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@ 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-
## [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

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 (0.5.0)
4+
declare_schema (0.6.0)
55
rails (>= 4.2)
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 = "0.5.0"
4+
VERSION = "0.6.0"
55
end

0 commit comments

Comments
 (0)