From 99775832d17da99349a5acb4494f4fd864d68806 Mon Sep 17 00:00:00 2001 From: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Date: Mon, 4 Mar 2024 19:15:50 +0000 Subject: [PATCH] pgvector/0.6.1 package update Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> --- pgvector.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pgvector.yaml b/pgvector.yaml index 8b85a8b24e1..a7852be1349 100644 --- a/pgvector.yaml +++ b/pgvector.yaml @@ -1,6 +1,6 @@ package: name: pgvector - version: 0.6.0 + version: 0.6.1 epoch: 0 description: Open-source vector similarity search for PostgreSQL copyright: @@ -19,7 +19,7 @@ pipeline: - uses: git-checkout with: repository: https://github.com/pgvector/pgvector - expected-commit: 281d4fcf60e2f037fa09d62be2543bb4d7511f2b + expected-commit: c6ddf62a29f4790d386a60f9826583d2a228ef68 tag: v${{package.version}} - runs: |