Skip to content

Commit 882e5a9

Browse files
committed
Version 0.6.3
1 parent af609f0 commit 882e5a9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.6.3
2+
3+
* Enhancements
4+
* add migrated? to check is a table migrated or not
5+
16
## v0.6.2
27

38
* Enhancements

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
defmodule EctoMigrate.Mixfile do
22
use Mix.Project
3-
@version "0.6.2"
3+
@version "0.6.3"
44
@github "https://github.com/xerions/ecto_migrate"
55

66
def project do

0 commit comments

Comments
 (0)