Skip to content

Commit 10a6444

Browse files
committed
Version bump to 0.1.6 [skip ci]
1 parent c9a5f5d commit 10a6444

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.1.6 (unreleased)
1+
## 0.1.6 (2024-07-17)
22

33
- Added `byte[]` constructor to `PGbit`
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ For Maven, add to `pom.xml` under `<dependencies>`:
1414
<dependency>
1515
<groupId>com.pgvector</groupId>
1616
<artifactId>pgvector</artifactId>
17-
<version>0.1.5</version>
17+
<version>0.1.6</version>
1818
</dependency>
1919
```
2020

2121
For sbt, add to `build.sbt`:
2222

2323
```sbt
24-
libraryDependencies += "com.pgvector" % "pgvector" % "0.1.5"
24+
libraryDependencies += "com.pgvector" % "pgvector" % "0.1.6"
2525
```
2626

2727
For other build tools, see [this page](https://central.sonatype.com/artifact/com.pgvector/pgvector).

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<packaging>jar</packaging>
77
<description>pgvector support for Java, Kotlin, Groovy, and Scala</description>
88
<url>https://github.com/pgvector/pgvector-java</url>
9-
<version>0.1.5</version>
9+
<version>0.1.6</version>
1010
<licenses>
1111
<license>
1212
<name>MIT</name>

0 commit comments

Comments
 (0)