File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 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 )
22
33- Added support for ` halfvec ` and ` sparsevec ` types
44- Fixed error with MSVC
Original file line number Diff line number Diff line change 11cmake_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
55set (CMAKE_CXX_STANDARD 17)
66
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Supports [libpqxx](https://github.com/jtv/libpqxx)
1111Run:
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
1515cd pgvector-cpp
1616cmake -S . -B build
1717cmake --build build
Original file line number Diff line number Diff line change 11/* !
2- * pgvector-cpp v0.1.1
2+ * pgvector-cpp v0.2.0
33 * https://github.com/pgvector/pgvector-cpp
44 * MIT License
55 */
Original file line number Diff line number Diff line change 11/* !
2- * pgvector-cpp v0.1.1
2+ * pgvector-cpp v0.2.0
33 * https://github.com/pgvector/pgvector-cpp
44 * MIT License
55 */
Original file line number Diff line number Diff line change 11/* !
2- * pgvector-cpp v0.1.1
2+ * pgvector-cpp v0.2.0
33 * https://github.com/pgvector/pgvector-cpp
44 * MIT License
55 */
Original file line number Diff line number Diff line change 11/* !
2- * pgvector-cpp v0.1.1
2+ * pgvector-cpp v0.2.0
33 * https://github.com/pgvector/pgvector-cpp
44 * MIT License
55 */
You can’t perform that action at this time.
0 commit comments