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.1 (unreleased )
1+ ## 0.2.1 (2025-01-15 )
22
33- Added ` std::span ` constructor to ` Vector `
44- Added support for CMake and FetchContent
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.18)
22
3- project (pgvector VERSION 0.2.0 LANGUAGES CXX)
3+ project (pgvector VERSION 0.2.1 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.0 /include ) to your project (supports C++17 and greater).
11+ Add [ the headers] ( https://github.com/pgvector/pgvector-cpp/tree/v0.2.1 /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 9cc58de1aae171f26bf72b4196f17018d6488725 )
18+ FetchContent_Declare(pgvector GIT_REPOSITORY https://github.com/pgvector/pgvector-cpp.git GIT_TAG v0.2.1 )
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.0
2+ * pgvector-cpp v0.2.1
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.0
2+ * pgvector-cpp v0.2.1
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.0
2+ * pgvector-cpp v0.2.1
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.0
2+ * pgvector-cpp v0.2.1
33 * https://github.com/pgvector/pgvector-cpp
44 * MIT License
55 */
You can’t perform that action at this time.
0 commit comments