File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- ## 0.2.0 (unreleased )
1
+ ## 0.2.0 (2024-07-10 )
2
2
3
3
- Added support for ` halfvec ` and ` sparsevec ` types
4
4
- Fixed error with MSVC
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.18)
2
2
3
- project (pgvector VERSION 0.1.1 LANGUAGES CXX)
3
+ project (pgvector VERSION 0.2.0 LANGUAGES CXX)
4
4
5
5
set (CMAKE_CXX_STANDARD 17)
6
6
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Supports [libpqxx](https://github.com/jtv/libpqxx)
11
11
Run:
12
12
13
13
``` 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
15
15
cd pgvector-cpp
16
16
cmake -S . -B build
17
17
cmake --build build
Original file line number Diff line number Diff line change 1
1
/* !
2
- * pgvector-cpp v0.1.1
2
+ * pgvector-cpp v0.2.0
3
3
* https://github.com/pgvector/pgvector-cpp
4
4
* MIT License
5
5
*/
Original file line number Diff line number Diff line change 1
1
/* !
2
- * pgvector-cpp v0.1.1
2
+ * pgvector-cpp v0.2.0
3
3
* https://github.com/pgvector/pgvector-cpp
4
4
* MIT License
5
5
*/
Original file line number Diff line number Diff line change 1
1
/* !
2
- * pgvector-cpp v0.1.1
2
+ * pgvector-cpp v0.2.0
3
3
* https://github.com/pgvector/pgvector-cpp
4
4
* MIT License
5
5
*/
Original file line number Diff line number Diff line change 1
1
/* !
2
- * pgvector-cpp v0.1.1
2
+ * pgvector-cpp v0.2.0
3
3
* https://github.com/pgvector/pgvector-cpp
4
4
* MIT License
5
5
*/
You can’t perform that action at this time.
0 commit comments