From 49b01bbb280711bdd6828c5e492efd79cf6127bd Mon Sep 17 00:00:00 2001 From: fabianlindfors Date: Sun, 16 Jan 2022 23:00:46 +0100 Subject: [PATCH] Version 0.3.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9ef6615..878fbf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reshape" -version = "0.3.0" +version = "0.3.1" description = "An easy-to-use, zero-downtime schema migration tool for Postgres" homepage = "https://github.com/fabianlindfors/reshape" documentation = "https://github.com/fabianlindfors/reshape"