Skip to content

Commit

Permalink
init release/v0-12-1
Browse files Browse the repository at this point in the history
- move release notes from unreleased
- increase version
  • Loading branch information
cihandeniz committed Nov 1, 2024
1 parent 23f3baa commit 0cfd79e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
15 changes: 15 additions & 0 deletions docs/release-notes/v0-12.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<PropertyGroup>
<Product>Baked (Objects)</Product>
<Version>0.12.0</Version>
<Version>0.12.1</Version>
<Authors>Mouseless</Authors>
<Company>Mouseless</Company>
<Copyright>Copyright (c) 2024 Mouseless</Copyright>
Expand Down
13 changes: 0 additions & 13 deletions unreleased.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0cfd79e

Please sign in to comment.