Skip to content

Commit

Permalink
build: v0.0.1-alpha.12
Browse files Browse the repository at this point in the history
Updated CI rqlited v8.16.7
  • Loading branch information
kolbma committed Jan 18, 2024
1 parent ef3e6c3 commit 58ad6d8
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.11"
version = "0.0.1-alpha.12"
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.11
# rqlite_client v0.0.1-alpha.12


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

## License

Expand Down

0 comments on commit 58ad6d8

Please sign in to comment.