8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e914fac commit 774db9eCopy full SHA for 774db9e
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 0.1.1 (unreleased)
+## 0.1.1 (2025-03-06)
2
3
- Added support for GHC 9.8+
4
pgvector.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: pgvector
-version: 0.1.0
+version: 0.1.1
synopsis: pgvector support for Haskell
5
description: Adds the vector data type to postgresql-simple
6
category: Database
@@ -19,7 +19,7 @@ source-repository head
19
source-repository this
20
type: git
21
location: https://github.com/pgvector/pgvector-haskell.git
22
- tag: v0.1.0
+ tag: v0.1.1
23
24
common warnings
25
ghc-options: -Wall
0 commit comments