From e0854e6381e991299d61a33ce184843d606466a7 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 25 Apr 2021 15:02:14 -0700 Subject: [PATCH] Version bump to 0.1.1 [skip ci] --- CHANGELOG.md | 2 +- README.md | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6f08db..c7d4d18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.1.1 (unreleased) +## 0.1.1 (2021-04-25) - Added binary representation for `COPY` - Marked functions as `PARALLEL SAFE` diff --git a/README.md b/README.md index ead19ac..51bbcc1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Supports L2 distance, inner product, and cosine distance Compile and install the extension (supports Postgres 9.6+) ```sh -git clone --branch v0.1.0 https://github.com/ankane/pgvector.git +git clone --branch v0.1.1 https://github.com/ankane/pgvector.git cd pgvector make make install # may need sudo @@ -136,6 +136,16 @@ Libraries that use pgvector: - [Neighbor](https://github.com/ankane/neighbor) (Ruby) +## Upgrading + +### 0.1.1 + +Follow the [installation instructions](#installation) and run: + +```sql +ALTER EXTENSION vector UPDATE TO '0.1.1'; +``` + ## Thanks Thanks to: