diff --git a/Directory.Build.props b/Directory.Build.props index d075163..c711345 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -10,7 +10,6 @@ Apache-2.0 agent-skills;ai;skills;skill-server;netclaw - latest @@ -19,40 +18,27 @@ true $(NoWarn);CS1591 - - 0.1.0 - Initial release of SkillServer and Netclaw.SkillClient. + 0.1.1 + **Bug Fixes** +- Fix /health endpoint NotSupportedException from source-generated JSON serializer (#39) -**SkillServer** -- Self-hosted skill registry for AI agent skills -- AgentSkills.io SKILL.md standard support -- Cloudflare Agent Skills Discovery RFC v0.2.0 compliance -- FTS5 full-text search across skill content -- Content-addressable blob storage (SHA-256) -- API key authentication for write operations with SHA-256 hashing -- SQLite-backed metadata with Dapper -- SDK container support with linux-x64 and linux-arm64 images -- Batch update checking endpoint +**CI/CD** +- Add --skip-duplicate to NuGet push commands to prevent duplicate package errors (#36) -**Netclaw.SkillClient** -- Typed .NET client library for SkillServer -- AOT-compatible with source generators -- Full-text search, version resolution, and batch update checking +**Dependency Updates** +- Bump YamlDotNet from 16.3.0 to 17.0.1 (#38) - false - net10.0 net10.0 - true @@ -60,19 +46,16 @@ true snupkg - - - README.md netclaw-icon.png - + \ No newline at end of file diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e81eb8e..e35d1b0 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,14 @@ +#### 0.1.1 April 24th 2026 #### + +**Bug Fixes** +- Fix /health endpoint NotSupportedException from source-generated JSON serializer (#39) + +**CI/CD** +- Add --skip-duplicate to NuGet push commands to prevent duplicate package errors (#36) + +**Dependency Updates** +- Bump YamlDotNet from 16.3.0 to 17.0.1 (#38) + #### 0.1.0 April 23rd 2026 #### Initial release of SkillServer and Netclaw.SkillClient.