We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 546f666 commit 2d4f8d4Copy full SHA for 2d4f8d4
2 files changed
src/Pgvector.EntityFrameworkCore/CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 0.3.0 (unreleased)
+## 0.3.0 (2025-12-20)
2
3
- Improved type registration
4
- Dropped support for Npgsql.EntityFrameworkCore.PostgreSQL < 9
src/Pgvector.EntityFrameworkCore/Pgvector.EntityFrameworkCore.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<PackageId>Pgvector.EntityFrameworkCore</PackageId>
5
- <Version>0.2.2</Version>
+ <Version>0.3.0</Version>
6
<Authors>ankane</Authors>
7
<Description>pgvector support for Entity Framework Core</Description>
8
<PackageLicenseExpression>MIT</PackageLicenseExpression>
0 commit comments