From 0cfd79e4fc68628d6079c90cd509aa85ba104dab Mon Sep 17 00:00:00 2001 From: cihandeniz Date: Fri, 1 Nov 2024 16:56:01 +0300 Subject: [PATCH] init `release/v0-12-1` - move release notes from unreleased - increase version --- docs/release-notes/v0-12.md | 15 +++++++++++++++ src/Directory.Build.props | 2 +- unreleased.md | 13 ------------- 3 files changed, 16 insertions(+), 14 deletions(-) diff --git a/docs/release-notes/v0-12.md b/docs/release-notes/v0-12.md index 1ced0c711..1059236c1 100644 --- a/docs/release-notes/v0-12.md +++ b/docs/release-notes/v0-12.md @@ -1,5 +1,20 @@ # v0.12 +## v0.12.1 + +### Improvements + +- Fake reporting wasn't working without registering a `ReportOptions`, fixed +- Fake reporting now allows to provide a base path +- Data source spec was throwing missing `ISession` error, fixed +- Add query not found option to report context mocking +- Rich transient wasn't added to data source recipe, fixed +- Rich transient group names are now plural, making it similar to rich entity +- Domain assemblies feature now accepts one assembly when it accepts one base + namespace, to avoid confusion +- File provider wasn't working without providing a base namespace in domain + assemblies, fixed + ## v0.12.0 ### Features diff --git a/src/Directory.Build.props b/src/Directory.Build.props index fc48c7b1f..58b17d741 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -10,7 +10,7 @@ Baked (Objects) - 0.12.0 + 0.12.1 Mouseless Mouseless Copyright (c) 2024 Mouseless diff --git a/unreleased.md b/unreleased.md index a14ef6724..79e701b84 100644 --- a/unreleased.md +++ b/unreleased.md @@ -1,14 +1 @@ # Unreleased - -## Improvements - -- Fake reporting wasn't working without registering a `ReportOptions`, fixed -- Fake reporting now allows to provide a base path -- Data source spec was throwing missing `ISession` error, fixed -- Add query not found option to report context mocking -- Rich transient wasn't added to data source recipe, fixed -- Rich transient group names are now plural, making it similar to rich entity -- Domain assemblies feature now accepts one assembly when it accepts one base - namespace, to avoid confusion -- File provider wasn't working without providing a base namespace in domain - assemblies, fixed