Skip to content

Commit

Permalink
init release/v0-11-1
Browse files Browse the repository at this point in the history
- add release notes
- clear unreleased notes
- update version
  • Loading branch information
dncsvr committed Sep 23, 2024
1 parent ade7d60 commit 07fd61b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
12 changes: 12 additions & 0 deletions docs/release-notes/v0-11.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# v0.11

## v0.11.11

### Bugfixes

- Generated `IManyToOneFecher`services was getting compiler error when a
non-public member was accessed, fixed

### Improvements

- Generated assembly names are now set from `Name` property of
`GeneratedAssemblyDescriptor` with `Baked.g.` prefix

## v0.11.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.11.0</Version>
<Version>0.11.1</Version>
<Authors>Mouseless</Authors>
<Company>Mouseless</Company>
<Copyright>Copyright (c) 2024 Mouseless</Copyright>
Expand Down
10 changes: 0 additions & 10 deletions unreleased.md
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
# Unreleased

## Bugfixes

- Generated `IManyToOneFecher`services was getting compiler error when a
non-public member was accessed, fixed

## Improvements

- Generated assembly names are now set from `Name` property of
`GeneratedAssemblyDescriptor` with `Baked.g.` prefix

0 comments on commit 07fd61b

Please sign in to comment.