From 17376ce3b7331f1bab544494879c70c85710dd12 Mon Sep 17 00:00:00 2001 From: fabianlindfors Date: Fri, 14 Jan 2022 12:38:21 +0100 Subject: [PATCH] Version 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5549c94..bd29e6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reshape" -version = "0.2.0" +version = "0.3.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"