From f1034935d1256146e9069f7918364ab3755752d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 16 Feb 2024 17:04:24 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.2.8=20=E2=86=92=200.2.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b79de1e..8f3cadd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.2.9 (2024-02-16) + +### Fix + +- **flake**: use sqlite-interactive + ## 0.2.8 (2024-02-12) ### Fix diff --git a/Cargo.toml b/Cargo.toml index d289cd5..17ed3a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sqlite-uuid" -version = "0.2.8" +version = "0.2.9" edition = "2021" license = "MIT" description = "Plugin to add support for uuids in sqlite" diff --git a/README.md b/README.md index 6c09b4b..f4025ca 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Add support for UUIDv4 and UUIDv7 to SQLite ## Installation ```sh -wget -qO- "https://github.com/woile/sqlite-uuid/releases/download/0.2.8/libsqlite_uuid-$(uname -s)-$(uname -m).tar.gz" | tar xvz +wget -qO- "https://github.com/woile/sqlite-uuid/releases/download/0.2.9/libsqlite_uuid-$(uname -s)-$(uname -m).tar.gz" | tar xvz ``` ## Usage