Skip to content

Commit 6fd56a6

Browse files
committed
Updating to 0.6.3
1 parent 0ca9f8f commit 6fd56a6

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22

33
**0.6.x-dev** (***)
44

5+
**0.6.3** (Monday, 18th July 2016)
6+
57
* New features
68
* [#707](https://github.com/robmorgan/phinx/pull/707/files) Add arguments for timestamps columns names
79
* Documentation cleanup
810
* Bug fixes
911
* [#884](https://github.com/robmorgan/phinx/pull/884) Only rollback 1 migration when only 2 migrations exist
12+
* Input and Output are now correctly supplied to migration template creation classes
1013

1114
**0.6.2** (Thursday, 23rd June 2016)
1215

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = '0.6'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.6.2'
53+
release = '0.6.3'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

src/Phinx/Console/PhinxApplication.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class PhinxApplication extends Application
4747
*
4848
* @param string $version The Application Version
4949
*/
50-
public function __construct($version = '0.6.2')
50+
public function __construct($version = '0.6.3')
5151
{
5252
parent::__construct('Phinx by Rob Morgan - https://phinx.org.', $version);
5353

0 commit comments

Comments
 (0)