Skip to content

Commit bc3ebf6

Browse files
committed
version bump 0.3.0
1 parent aad19ea commit bc3ebf6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ SchemaPlus::Core provides a state object and of callbacks to various phases of t
435435

436436
## History
437437

438+
* 0.3.0 Added `Model::Association::Declaration`
438439
* 0.2.1 Added `Migration::CreateTable` and `Schema::Define`; removed dependency on (defunct) `schema_monkey_rails` gem. [Oops, this should have been a minor version bump]
439440
* 0.2.0 Added `Migration::DropTable`
440441
* 0.1.0 Initial release

lib/schema_plus/core/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module SchemaPlus
22
module Core
3-
VERSION = "0.2.1"
3+
VERSION = "0.3.0"
44
end
55
end

0 commit comments

Comments
 (0)