From b92287aabdf1862faf0cc0689dcc74960eae8e9e Mon Sep 17 00:00:00 2001 From: Programatik Date: Fri, 20 Sep 2024 09:09:53 +0300 Subject: [PATCH] update versions --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64d12cc..eac8466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. -# Unreleased +# 0.6.0 (20 Sep 2024) - **updated**: [rusqlite] version to `0.32`. - **added**: `bundled` feature corresponding to `rusqlite/bundled` feature. diff --git a/Cargo.toml b/Cargo.toml index 9263bf4..1fed29c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-rusqlite" -version = "0.5.1" +version = "0.6.0" authors = ["Programatik ", "Adi Salimgereev "] edition = "2021" description = "Asynchronous handle for rusqlite library."