From 88ba5da6a7c7ac0e3cdc877f11eb980f21a7c8ef Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 26 Apr 2021 19:37:26 -0700 Subject: [PATCH] Version bump to 0.1.2 [skip ci] --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c88292..4ed7ff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.1.2 (unreleased) +## 0.1.2 (2021-04-26) - Vectorized distance calculations - Improved cost estimation diff --git a/README.md b/README.md index b3689bf..5d37ef3 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.1 https://github.com/ankane/pgvector.git +git clone --branch v0.1.2 https://github.com/ankane/pgvector.git cd pgvector make make install # may need sudo