Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenseng committed Feb 24, 2015
1 parent d96a4ac commit fddc8c8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.3.0

* Rails 4.2+ `:on_update` / `:on_delete` fixes (fixes #18)
* Rails 5.0 compatibility fix
* Better invalid association detection (fixes #2, #16)
* Ignore view-backed models (fixes #17)

## 0.2.0

* Rails 4.2 support
Expand Down
4 changes: 2 additions & 2 deletions immigrant.gemspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = 'immigrant'
s.version = '0.2.0'
s.version = '0.3.0'
s.summary = 'Foreign key migration generator for Rails'
s.description = 'Adds a generator for creating a foreign key migration based on your current model associations'

Expand Down

0 comments on commit fddc8c8

Please sign in to comment.