Skip to content

Commit

Permalink
-> 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaemk committed Feb 1, 2018
1 parent 3b24371 commit d4fd1d8
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 24 deletions.
10 changes: 10 additions & 0 deletions CHANELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@

----

## [0.11.2]
### Added

### Changed
- Update `migrant_lib`

### Removed

----

## [0.11.1]
### Added

Expand Down
67 changes: 45 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "migrant"
version = "0.11.1"
version = "0.11.2"
authors = ["James Kominick <[email protected]>"]
description = "Database migration management for postgres, sqlite, mysql"
repository = "https://github.com/jaemk/migrant"
Expand All @@ -19,7 +19,7 @@ exclude = [
[dependencies]
clap = "2"
error-chain = "0.11"
migrant_lib = { version = "0.17" }
migrant_lib = { version = "0.18" }
self_update = { version = "0.4", optional = true }

[features]
Expand Down

0 comments on commit d4fd1d8

Please sign in to comment.