Skip to content

Commit 1e9d5b6

Browse files
committed
Version bump to 0.2.0 [skip ci]
1 parent bd3afc9 commit 1e9d5b6

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.2.0 (unreleased)
1+
## 0.2.0 (2024-07-10)
22

33
- Added support for `halfvec` and `sparsevec` types
44
- Fixed error with MSVC

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.18)
22

3-
project(pgvector VERSION 0.1.1 LANGUAGES CXX)
3+
project(pgvector VERSION 0.2.0 LANGUAGES CXX)
44

55
set(CMAKE_CXX_STANDARD 17)
66

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Supports [libpqxx](https://github.com/jtv/libpqxx)
1111
Run:
1212

1313
```sh
14-
git clone --branch v0.1.1 https://github.com/pgvector/pgvector-cpp.git
14+
git clone --branch v0.2.0 https://github.com/pgvector/pgvector-cpp.git
1515
cd pgvector-cpp
1616
cmake -S . -B build
1717
cmake --build build

include/halfvec.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* pgvector-cpp v0.1.1
2+
* pgvector-cpp v0.2.0
33
* https://github.com/pgvector/pgvector-cpp
44
* MIT License
55
*/

include/pqxx.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* pgvector-cpp v0.1.1
2+
* pgvector-cpp v0.2.0
33
* https://github.com/pgvector/pgvector-cpp
44
* MIT License
55
*/

include/sparsevec.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* pgvector-cpp v0.1.1
2+
* pgvector-cpp v0.2.0
33
* https://github.com/pgvector/pgvector-cpp
44
* MIT License
55
*/

include/vector.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* pgvector-cpp v0.1.1
2+
* pgvector-cpp v0.2.0
33
* https://github.com/pgvector/pgvector-cpp
44
* MIT License
55
*/

0 commit comments

Comments
 (0)