From a0159f6057b4e79b75b523332a08d316e2253ab0 Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Fri, 13 Dec 2024 22:32:20 +0000 Subject: [PATCH] chore(release): 0.3.1 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c8ac81..eb64390 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1] - 2024-12-13 + +### Other +- Configure Renovate (#4) + ## [0.3.0] - 2024-12-13 ### Added diff --git a/Cargo.toml b/Cargo.toml index 93d740e..4890b9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.3.0" +version = "0.3.1" [workspace.dependencies] drift = { path = "crates/drift" }