From 1d3971c0f56b3fd222ac3031de8150773858a519 Mon Sep 17 00:00:00 2001 From: "the-hacker-app-releases[bot]" <150499272+the-hacker-app-releases[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 07:22:42 +0000 Subject: [PATCH] chore: release v0.2.1 (#21) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `migrator`: 0.2.0 -> 0.2.1 (✓ API compatible changes)
Changelog

--- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Co-authored-by: the-hacker-app-releases[bot] <150499272+the-hacker-app-releases[bot]@users.noreply.github.com> --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a7e8458..7fd7e78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -810,7 +810,7 @@ checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" [[package]] name = "migrator" -version = "0.2.0" +version = "0.2.1" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index e0885f1..82ec292 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "migrator" description = "A simple library for managing database migrations" -version = "0.2.0" +version = "0.2.1" license = "MIT" homepage = "https://github.com/TheHackerApp/migrator" repository = "https://github.com/TheHackerApp/migrator.git"