Skip to content

Commit

Permalink
Version 0.6 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
programatik29 authored Sep 20, 2024
1 parent ab657b7 commit 168e9c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 6,14 @@ The format is based on [Keep a Changelog], and this project adheres to

# Unreleased

Nothing.

# 0.6.0 (20 Sep 2024)

- **updated**: [rusqlite] version to `0.32`.
- **added**: `bundled` feature corresponding to `rusqlite/bundled` feature.
- **added**: Implement `From<rusqlite::Connection>` for `Connection`.
- **removed**: async `Connection::from` implementation instead added above.

# 0.5.1 (13 Feb 2024)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
[package]
name = "tokio-rusqlite"
version = "0.5.1"
version = "0.6.0"
authors = ["Programatik <[email protected]>", "Adi Salimgereev <[email protected]>"]
edition = "2021"
description = "Asynchronous handle for rusqlite library."
Expand Down

0 comments on commit 168e9c4

Please sign in to comment.