Skip to content

Commit ce41e34

Browse files
committed
CMake and FetchContent support is no longer experimental [skip ci]
1 parent e006142 commit ce41e34

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## 0.2.1 (unreleased)
22

33
- Added `std::span` constructor to `Vector`
4-
- Added experimental support for CMake and FetchContent
4+
- Added support for CMake and FetchContent
55

66
## 0.2.0 (2024-07-10)
77

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Supports [libpqxx](https://github.com/jtv/libpqxx)
1010

1111
Add [the headers](https://github.com/pgvector/pgvector-cpp/tree/v0.2.0/include) to your project (supports C++17 and greater).
1212

13-
There is also experimental support for CMake and FetchContent:
13+
There is also support for CMake and FetchContent:
1414

1515
```cmake
1616
include(FetchContent)
@@ -21,7 +21,9 @@ FetchContent_MakeAvailable(pgvector)
2121
target_link_libraries(app PRIVATE pgvector::pgvector)
2222
```
2323

24-
And follow the instructions for your database library:
24+
## Getting Started
25+
26+
Follow the instructions for your database library:
2527

2628
- [libpqxx](#libpqxx)
2729

0 commit comments

Comments
 (0)