Skip to content

Commit

Permalink
Release Jenny 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmid committed Nov 10, 2022
1 parent d2b3572 commit 725d06f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### [Jenny/1.0.1] - 2022-11-10
- Same as Jenny 1.0.0

### [Jenny.Generator.Cli/1.1.1] - 2022-10-06
- Make program public static

Expand All @@ -30,6 +33,7 @@ Please see previous changelog here:
- https://github.com/sschmid/DesperateDevs/blob/main/CHANGELOG.md

[Unreleased]: https://github.com/sschmid/Jenny/compare/Jenny/1.0.0...HEAD
[Jenny/1.0.1]: https://github.com/sschmid/Jenny/compare/Jenny/1.0.0...Jenny/1.0.1
[Jenny/1.0.0]: https://github.com/sschmid/Jenny/releases/tag/Jenny/1.0.0
[Jenny.Generator/1.0.0]: https://github.com/sschmid/Jenny/releases/tag/Jenny.Generator/1.0.0
[Jenny.Generator.Cli/1.1.1]: https://github.com/sschmid/Jenny/releases/tag/Jenny.Generator.Cli/1.1.1
Expand Down
2 changes: 1 addition & 1 deletion src/Jenny/Jenny.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>$(DefaultTargetFramework)</TargetFramework>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 725d06f

Please sign in to comment.