File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- ## 0.2.3 (unreleased )
1+ ## 0.2.3 (2025-07-13 )
22
33- Fixed ` duplicate symbol ` errors
44
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.18)
22
3- project (pgvector VERSION 0.2.2 LANGUAGES CXX)
3+ project (pgvector VERSION 0.2.3 LANGUAGES CXX)
44
55include (GNUInstallDirs)
66
Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ Supports [libpqxx](https://github.com/jtv/libpqxx)
88
99## Installation
1010
11- Add [ the headers] ( https://github.com/pgvector/pgvector-cpp/tree/v0.2.2 /include ) to your project (supports C++17 and greater).
11+ Add [ the headers] ( https://github.com/pgvector/pgvector-cpp/tree/v0.2.3 /include ) to your project (supports C++17 and greater).
1212
1313There is also support for CMake and FetchContent:
1414
1515``` cmake
1616include(FetchContent)
1717
18- FetchContent_Declare(pgvector GIT_REPOSITORY https://github.com/pgvector/pgvector-cpp.git GIT_TAG v0.2.2 )
18+ FetchContent_Declare(pgvector GIT_REPOSITORY https://github.com/pgvector/pgvector-cpp.git GIT_TAG v0.2.3 )
1919FetchContent_MakeAvailable(pgvector)
2020
2121target_link_libraries(app PRIVATE pgvector::pgvector)
Original file line number Diff line number Diff line change 11/*
2- * pgvector-cpp v0.2.2
2+ * pgvector-cpp v0.2.3
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.2.2
2+ * pgvector-cpp v0.2.3
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.2.2
2+ * pgvector-cpp v0.2.3
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.2.2
2+ * pgvector-cpp v0.2.3
33 * https://github.com/pgvector/pgvector-cpp
44 * MIT License
55 */
You can’t perform that action at this time.
0 commit comments