Skip to content

Commit

Permalink
updated crash to version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudum committed May 10, 2015
1 parent 16ba8be commit 38df63d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ Changes for Crate
Unreleased
==========

- Updated crash to version 0.12.0 which contains the following changes:

- added ``--version`` to cli interface to show crash version and exit

- Fixed broken 'mixed' output style due to overriding import

- Improved readability of sql syntax highlighting

- Attempting to use unknown command now results in an error

- Fix: In some cases a ``DROP TABLE`` statment does not delete all
partitions. Now it's possible to repeat the statement in order
to delete the orphaned partitions.
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ distZip {
ext {
downloadDir = new File(buildDir, 'downloads')
plugin_crateadmin_version = '0.12.0'
crash_version = '0.11.5'
crash_version = '0.12.0'
}

def rootDir = project.parent.projectDir
Expand Down

0 comments on commit 38df63d

Please sign in to comment.