Release version 0.1.0

First minor release with complete license client functionality:
- Object-oriented client library with PSR support
- Secure client with HMAC-SHA256 signature verification
- Comprehensive test suite (66 tests)
- Full documentation including server implementation guide

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-22 16:24:57 +01:00
parent 8616292543
commit fbb081c57f
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.0.2] - 2026-01-22
## [0.1.0] - 2026-01-22
### Added

View File

@@ -109,7 +109,7 @@ When editing CLAUDE.md or other markdown files, follow these rules to avoid lint
- API base path: `{baseUrl}/wp-json/wc-licensed-product/v1`
- Git remote configured via SSH: `ssh://git@src.bundespruefstelle.ch:2022/magdev/wc-licensed-product-client.git`
### 2026-01-22 - Version 0.0.2
### 2026-01-22 - Version 0.1.0
**Completed:**
@@ -130,7 +130,7 @@ When editing CLAUDE.md or other markdown files, follow these rules to avoid lint
- Symfony HttpClient works well with PSR interfaces via `symfony/http-client-contracts`
- Keep a Changelog format allows duplicate headings per version (MD024 warning can be ignored)
### 2026-01-22 - Version 0.0.2 (Security Layer)
### 2026-01-22 - Version 0.1.0 (Security Layer)
**Completed:**