Compare commits
2 commits
d801bd182f
...
bae9b2a5f1
| Author | SHA1 | Date | |
|---|---|---|---|
|
bae9b2a5f1 |
|||
|
cc2a643f63 |
2 changed files with 10 additions and 3 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -12,7 +12,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
- **request.result:** Optional result wrapper types (`Result<T>`) for structured responses
|
||||
- **request.validation:** Automatic validation pipeline behavior with FluentValidation integration
|
||||
|
||||
## [Unreleased]
|
||||
## [1.1.0] - 2026-05-28
|
||||
|
||||
### Added
|
||||
|
||||
|
|
@ -26,7 +26,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
- **request.dispatcher:** Reset type caches when reloading assemblies
|
||||
- **request.validation:** Reset type caches when reloading assemblies
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
### Changed
|
||||
|
||||
### Removed
|
||||
|
||||
[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
|
||||
[1.1.0]: https://code.geekeey.de/geekeey/request/releases/tag/1.1.0
|
||||
[Unreleased]: https://code.geekeey.de/geekeey/request/compare/1.1.0...HEAD
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<VersionPrefix>1.1.0</VersionPrefix>
|
||||
<VersionPrefix>1.2.0</VersionPrefix>
|
||||
<VersionSuffix>preview</VersionSuffix>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue