Skip to content

Commit

Permalink
Version bump to 0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jul 11, 2024
1 parent bd3afc9 commit 1e9d5b6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.2.0 (unreleased)
## 0.2.0 (2024-07-10)

- Added support for `halfvec` and `sparsevec` types
- Fixed error with MSVC
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.18)

project(pgvector VERSION 0.1.1 LANGUAGES CXX)
project(pgvector VERSION 0.2.0 LANGUAGES CXX)

set(CMAKE_CXX_STANDARD 17)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Supports [libpqxx](https://github.com/jtv/libpqxx)
Run:

```sh
git clone --branch v0.1.1 https://github.com/pgvector/pgvector-cpp.git
git clone --branch v0.2.0 https://github.com/pgvector/pgvector-cpp.git
cd pgvector-cpp
cmake -S . -B build
cmake --build build
Expand Down
2 changes: 1 addition & 1 deletion include/halfvec.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* pgvector-cpp v0.1.1
* pgvector-cpp v0.2.0
* https://github.com/pgvector/pgvector-cpp
* MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion include/pqxx.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* pgvector-cpp v0.1.1
* pgvector-cpp v0.2.0
* https://github.com/pgvector/pgvector-cpp
* MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion include/sparsevec.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* pgvector-cpp v0.1.1
* pgvector-cpp v0.2.0
* https://github.com/pgvector/pgvector-cpp
* MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion include/vector.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* pgvector-cpp v0.1.1
* pgvector-cpp v0.2.0
* https://github.com/pgvector/pgvector-cpp
* MIT License
*/
Expand Down

0 comments on commit 1e9d5b6

Please sign in to comment.