diff --git a/Directory.Build.props b/Directory.Build.props index c813c72..cdeac23 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -20,10 +20,10 @@ - 0.1.2 + 0.2.0 **Improvements** -- Return 409 Conflict for duplicate skill version uploads instead of 400 Bad Request (#41) - - Follows NuGet pattern — enables idempotent publish pipelines via --skip-duplicate semantics +- Add lightweight database migration system — schema changes are now applied automatically via numbered SQL migration files on server startup (#44) +- Enable FTS5 Porter stemmer for skill search — stemmed queries like "closing" now match skills containing "close deal", improving search relevance (#43) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6b43be3..e7c064e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,9 @@ +#### 0.2.0 April 27th 2026 #### + +**Improvements** +- Add lightweight database migration system — schema changes are now applied automatically via numbered SQL migration files on server startup (#44) +- Enable FTS5 Porter stemmer for skill search — stemmed queries like "closing" now match skills containing "close deal", improving search relevance (#43) + #### 0.1.2 April 27th 2026 #### **Improvements**