Skip to content

Commit

Permalink
build: release v0.0.1-alpha.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kolbma committed Oct 10, 2023
1 parent 158b754 commit 63333df
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.8"
version = "0.0.1-alpha.9"
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.8
# rqlite_client v0.0.1-alpha.9


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.8](https://github.com/kolbma/rs_rqlite_client/tree/v0.0.1-alpha.8)
[Download https://github.com/kolbma/rs_rqlite_client/releases/tag/v0.0.1-alpha.8](https://github.com/kolbma/rs_rqlite_client/releases/tag/v0.0.1-alpha.8)
[Source https://github.com/kolbma/rs_rqlite_client/tree/v0.0.1-alpha.9](https://github.com/kolbma/rs_rqlite_client/tree/v0.0.1-alpha.9)
[Download https://github.com/kolbma/rs_rqlite_client/releases/tag/v0.0.1-alpha.9](https://github.com/kolbma/rs_rqlite_client/releases/tag/v0.0.1-alpha.9)

## License

Expand Down

0 comments on commit 63333df

Please sign in to comment.