Version bump to 0.1.2 [skip ci]

This commit is contained in:
Andrew Kane
2021-04-26 19:37:26 -07:00
parent 6a550c8b52
commit 88ba5da6a7
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
## 0.1.2 (unreleased) ## 0.1.2 (2021-04-26)
- Vectorized distance calculations - Vectorized distance calculations
- Improved cost estimation - Improved cost estimation

View File

@@ -17,7 +17,7 @@ Supports L2 distance, inner product, and cosine distance
Compile and install the extension (supports Postgres 9.6+) Compile and install the extension (supports Postgres 9.6+)
```sh ```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 cd pgvector
make make
make install # may need sudo make install # may need sudo