Skip to content

Commit 6f3cc42

Browse files
committed
update version and release notes for new release
1 parent c015287 commit 6f3cc42

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.2.0] - 2023.12.05
4+
5+
### Changed
6+
7+
* [Updated the parser to support arbitrary content under each primary section](https://github.com/ionide/KeepAChangelog/pull/22) (thanks @nojaf!)
8+
39
## [0.1.8] - 2022.03.31
410

511
### Changed

src/Directory.Build.props

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

7-
* Minor packaging fix for non-Core MSBuild versions
7+
* [Updated the parser to support arbitrary content under each primary section](https://github.com/ionide/KeepAChangelog/pull/22) (thanks @nojaf!)
88
</PackageReleaseNotes>
99
</PropertyGroup>
10+
11+
<Import Project="../Directory.Build.props" />
1012
</Project>

0 commit comments

Comments
 (0)