Skip to content

Commit

Permalink
bump: version 0.2.8 → 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 16, 2024
1 parent 55312c3 commit f103493
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.2.9 (2024-02-16)

### Fix

- **flake**: use sqlite-interactive

## 0.2.8 (2024-02-12)

### Fix
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 = "sqlite-uuid"
version = "0.2.8"
version = "0.2.9"
edition = "2021"
license = "MIT"
description = "Plugin to add support for uuids in sqlite"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f103493

Please sign in to comment.