From 930ed0888894154bd1187b1622495ce0063a5727 Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Sat, 14 Dec 2024 01:29:06 +0000 Subject: [PATCH] chore(release): 0.3.1 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c8ac81..74c2a07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1] - 2024-12-14 + +### Other +- *(deps)* update rust crate tracing to v0.1.41 +- 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" }