From 3b243712ed1e4adcf91144fa283e8871c9f87949 Mon Sep 17 00:00:00 2001 From: James Kominick Date: Mon, 29 Jan 2018 00:53:12 -0500 Subject: [PATCH] -> 0.11.1 - update migrant_lib --- CHANELOG.md | 18 +++++++++++++++++- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/CHANELOG.md b/CHANELOG.md index b4c5beb..ed4d45d 100644 --- a/CHANELOG.md +++ b/CHANELOG.md @@ -1,6 +1,5 @@ # Changelog - ## [Unreleased] ### Added @@ -8,6 +7,17 @@ ### Removed +---- + +## [0.11.1] +### Added + +### Changed +- Update `migrant_lib` + +### Removed + +---- ## [0.11.0] ### Added @@ -20,6 +30,7 @@ ### Removed +---- ## [0.10.4] ### Added @@ -29,6 +40,7 @@ ### Removed +---- ## [0.10.3] ### Added @@ -42,6 +54,7 @@ ### Removed +---- ## [0.10.2] ### Added @@ -52,6 +65,7 @@ ### Removed +---- ## [0.10.1] ### Added @@ -62,6 +76,7 @@ ### Removed +---- ## [0.10.0] ### Added @@ -74,6 +89,7 @@ ### Removed +---- ## [0.9.11] ### Added diff --git a/Cargo.lock b/Cargo.lock index 3816955..3584ae9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -495,17 +495,17 @@ dependencies = [ [[package]] name = "migrant" -version = "0.11.0" +version = "0.11.1" dependencies = [ "clap 2.29.2 (registry+https://github.com/rust-lang/crates.io-index)", "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", - "migrant_lib 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)", + "migrant_lib 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)", "self_update 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "migrant_lib" -version = "0.17.1" +version = "0.17.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1477,7 +1477,7 @@ dependencies = [ "checksum md5 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b6d9aab58e540f50b59d5cfa7f0da4c3d437476890e1e0b6206e230dce55a23c" "checksum memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "148fab2e51b4f1cfc66da2a7c32981d1d3c083a803978268bb11fe4b86925e7a" "checksum memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "796fba70e76612589ed2ce7f45282f5af869e0fdd7cc6199fa1aa1f1d591ba9d" -"checksum migrant_lib 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1066707f01f3d71008de427c1990555b8de417bed75e84979cdfa3670b8d1eab" +"checksum migrant_lib 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f884a5d011cbd378d49f0ce9ab2a96c40a201d67cf4d48e56204e27af87750ca" "checksum mime 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e2e00e17be181010a91dbfefb01660b17311059dc8c7f48b9017677721e732bd" "checksum mime_guess 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "013572795763289e14710c7b279461295f2673b2b338200c235082cd7ca9e495" "checksum miniz-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "609ce024854aeb19a0ef7567d348aaa5a746b32fb72e336df7fcc16869d7e2b4" diff --git a/Cargo.toml b/Cargo.toml index 5a02159..391021e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "migrant" -version = "0.11.0" +version = "0.11.1" authors = ["James Kominick "] description = "Database migration management for postgres, sqlite, mysql" repository = "https://github.com/jaemk/migrant"