From 9f8a534f97f5ca3b93a79d7244f1d09342f1746e Mon Sep 17 00:00:00 2001 From: frectonz Date: Mon, 25 Nov 2024 07:42:39 +0300 Subject: [PATCH] chore: 0.0.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- META.json | 4 ++-- flake.nix | 2 +- nix/build.nix | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e397079..68de178 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1109,7 +1109,7 @@ dependencies = [ [[package]] name = "pglite_fusion" -version = "0.0.2" +version = "0.0.3" dependencies = [ "pgrx", "pgrx-tests", diff --git a/Cargo.toml b/Cargo.toml index 1529c09..bb47b84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pglite_fusion" -version = "0.0.2" +version = "0.0.3" edition = "2021" [lib] diff --git a/META.json b/META.json index a717e48..1484aca 100644 --- a/META.json +++ b/META.json @@ -2,7 +2,7 @@ "name": "pglite_fusion", "abstract": "Embed an SQLite database in your PostgreSQL table", "description": "The pglite_fusion extension provides an SQLite type and functions to work with that type that let's you embed an SQLite database in your PostgreSQL table as a column type.", - "version": "0.0.2", + "version": "0.0.3", "maintainer": [ "Fraol Lemecha " ], @@ -12,7 +12,7 @@ "abstract": "Embed an SQLite database in your PostgreSQL table", "file": "src/lib.rs", "docfile": "README.md", - "version": "0.0.2" + "version": "0.0.3" } }, "prereqs": { diff --git a/flake.nix b/flake.nix index 2c99f06..b0677c7 100644 --- a/flake.nix +++ b/flake.nix @@ -66,7 +66,7 @@ cargo-pgrx = import ./nix/pgrx.nix { inherit pkgs; }; pname = "pglite-fusion"; - version = "0.0.2"; + version = "0.0.3"; buildPgliteFusionImage = { diff --git a/nix/build.nix b/nix/build.nix index 0170e0c..2329c5f 100644 --- a/nix/build.nix +++ b/nix/build.nix @@ -42,7 +42,7 @@ let in pkgs.rustPlatform.buildRustPackage { pname = "pglite-fusion"; - version = "0.0.2"; + version = "0.0.3"; src = pkgs.lib.cleanSourceWith { src = pkgs.lib.cleanSource ../.;