From 24e1d4b9023bbce723899a9de19c9642c4b5e48b Mon Sep 17 00:00:00 2001 From: fabianlindfors Date: Wed, 12 Jan 2022 13:19:27 +0100 Subject: [PATCH] Version 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 64a7ac4..5549c94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reshape" -version = "0.1.1" +version = "0.2.0" description = "An easy-to-use, zero-downtime schema migration tool for Postgres" homepage = "https://github.com/fabianlindfors/reshape" documentation = "https://github.com/fabianlindfors/reshape"