Skip to content

Commit

Permalink
Version 0.4 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
programatik29 authored Apr 2, 2023
1 parent 2c12139 commit 9b614e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog], and this project adheres to

# Unreleased

None.

# 0.4.0 (3. April 2023)

- **added:** Added `Connection::close` method.
- **added:** Added `tokio_rusqlite::Error` type.
- **breaking:** All `Connection` methods now return `Result<_, tokio_rusqlite::Error>`.
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.3.0"
version = "0.4.0"
authors = ["Programatik <programatik29@gmail.com>"]
edition = "2021"
description = "Asynchronous handle for rusqlite library."
Expand Down

0 comments on commit 9b614e4

Please sign in to comment.