From ef7d23490e33aab9b724e1ff7a9f0f310ffed477 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 18 Nov 2024 19:56:04 +0100 Subject: [PATCH] `database`: Bump version to 0.3.0 --- acrate_database/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acrate_database/Cargo.toml b/acrate_database/Cargo.toml index 2fbdcd1..ae7a73a 100644 --- a/acrate_database/Cargo.toml +++ b/acrate_database/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "acrate_database" -version = "0.2.0" +version = "0.3.0" authors = ["Stefano Pigozzi "] edition = "2021" description = "Database schema and migrations for the acrate project"