feat: release 1.0.0
All checks were successful
release / dotnet-release-workflow (push) Successful in 3m2s
All checks were successful
release / dotnet-release-workflow (push) Successful in 3m2s
This commit is contained in:
parent
d614788e06
commit
85d69ef744
2 changed files with 10 additions and 2 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [1.0.0] - 2026-05-26
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- **request.dispatcher:** Core mediator pattern implementation with async request/response handling
|
||||||
|
- **request.result:** Optional result wrapper types (`Result<T>`) for structured responses
|
||||||
|
- **request.validation:** Automatic validation pipeline behavior with FluentValidation integration
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
@ -12,4 +20,5 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
[Unreleased]: https://code.geekeey.de/geekeey/request/src/branch/main
|
[1.0.0]: https://code.geekeey.de/geekeey/request/releases/tag/1.0.0
|
||||||
|
[Unreleased]: https://code.geekeey.de/geekeey/request/compare/1.0.0...HEAD
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<VersionPrefix>1.0.0</VersionPrefix>
|
<VersionPrefix>1.0.0</VersionPrefix>
|
||||||
<VersionSuffix>preview</VersionSuffix>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue