Skip to content

Commit 5717fd3

Browse files
committed
Update version to 0.3.0-alpha001 and enhance release notes
1 parent 2135cc3 commit 5717fd3

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

src/Directory.Build.props

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>0.2.0</Version>
3+
<Version>0.3.0-alpha001</Version>
44
<PackageReleaseNotes>
55
### Changed
66

7-
* [Updated the parser to support arbitrary content under each primary section](https://github.com/ionide/KeepAChangelog/pull/22) (thanks @nojaf!)
7+
* [Remove parser, port C# Task, and other modernisation](https://github.com/ionide/KeepAChangelog/pull/30) thanks @tboby
8+
* [Add formatting and Warnings as Errors](https://github.com/ionide/KeepAChangelog/pull/33) thanks @tboby
9+
* [Improve tests, correctly trigger warnings, and fix output markdown format](https://github.com/ionide/KeepAChangelog/pull/32) thanks @tboby
10+
11+
### Fixed
12+
13+
* [Fix bundled dependencies into the package for net6.0](https://github.com/ionide/KeepAChangelog/pull/29) thanks @MangelMaxime
14+
* [Fix warnings so that they actually trigger!](https://github.com/ionide/KeepAChangelog/pull/31) thanks @tboby
15+
16+
817
</PackageReleaseNotes>
918
</PropertyGroup>
1019

0 commit comments

Comments
 (0)