Skip to content

Commit

Permalink
build!: release v0.0.1-alpha.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kolbma committed Oct 10, 2023
1 parent 0431f72 commit 481e047
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rqlite_client"
version = "0.0.1-alpha.6"
version = "0.0.1-alpha.7"
authors = ["Markus Kolb"]
description = "rqlite database client with optional extra convenience"
documentation = "https://docs.rs/rqlite_client/"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![Maintenance](https://img.shields.io/badge/maintenance-activly--developed-brightgreen.svg)
[![Rust](https://github.com/kolbma/rs_rqlite_client/actions/workflows/rust.yml/badge.svg)](https://github.com/kolbma/rs_rqlite_client/actions/workflows/rust.yml)

# rqlite_client v0.0.1-alpha.6
# rqlite_client v0.0.1-alpha.7


This is an __rqlite__ database client library with optional extra _convenience_.
Expand Down Expand Up @@ -256,8 +256,8 @@ See [`Query`](https://docs.rs/rqlite_client/latest/rqlite_client/struct.Query.ht

## Current version

[Source https://github.com/kolbma/rs_rqlite_client/tree/v0.0.1-alpha.6](https://github.com/kolbma/rs_rqlite_client/tree/v0.0.1-alpha.6)
[Download https://github.com/kolbma/rs_rqlite_client/releases/tag/v0.0.1-alpha.6](https://github.com/kolbma/rs_rqlite_client/releases/tag/v0.0.1-alpha.6)
[Source https://github.com/kolbma/rs_rqlite_client/tree/v0.0.1-alpha.7](https://github.com/kolbma/rs_rqlite_client/tree/v0.0.1-alpha.7)
[Download https://github.com/kolbma/rs_rqlite_client/releases/tag/v0.0.1-alpha.7](https://github.com/kolbma/rs_rqlite_client/releases/tag/v0.0.1-alpha.7)

## License

Expand Down

0 comments on commit 481e047

Please sign in to comment.