Skip to content

Commit 5851619

Browse files
Prepare for 0.2.1 release (#54)
1 parent fdbd2a7 commit 5851619

2 files changed

Lines changed: 16 additions & 4 deletions

File tree

Directory.Build.props

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@
2020
</PropertyGroup>
2121
<!-- Version Management -->
2222
<PropertyGroup>
23-
<VersionPrefix>0.2.0</VersionPrefix>
24-
<PackageReleaseNotes>**Improvements**
25-
- Add lightweight database migration system — schema changes are now applied automatically via numbered SQL migration files on server startup (#44)
26-
- Enable FTS5 Porter stemmer for skill search — stemmed queries like "closing" now match skills containing "close deal", improving search relevance (#43)</PackageReleaseNotes>
23+
<VersionPrefix>0.2.1</VersionPrefix>
24+
<PackageReleaseNotes>**New Features**
25+
- Add resource file upload support to `POST /skills` — skills can now include arbitrary resource files (e.g. `references/guide.md`, `scripts/setup.sh`) per the AgentSkills.io spec (#52)
26+
27+
**Improvements**
28+
- Resource upload endpoint now supports any subdirectory per the AgentSkills.io spec — previously restricted to `references/` only; all subdirectories are now accessible with path traversal protection (#53)
29+
- Fix stream leak on validation failure in resource upload path (#53)</PackageReleaseNotes>
2730
</PropertyGroup>
2831
<!-- Default: non-packable unless explicitly set -->
2932
<PropertyGroup>

RELEASE_NOTES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
#### 0.2.1 April 29th 2026 ####
2+
3+
**New Features**
4+
- Add resource file upload support to `POST /skills` — skills can now include arbitrary resource files (e.g. `references/guide.md`, `scripts/setup.sh`) per the AgentSkills.io spec (#52)
5+
6+
**Improvements**
7+
- Resource upload endpoint now supports any subdirectory per the AgentSkills.io spec — previously restricted to `references/` only; all subdirectories are now accessible with path traversal protection (#53)
8+
- Fix stream leak on validation failure in resource upload path (#53)
9+
110
#### 0.2.0 April 27th 2026 ####
211

312
**Improvements**

0 commit comments

Comments
 (0)