Skip to content

Commit 888ea6b

Browse files
committed
Changelog for v0.3.1
1 parent a71889f commit 888ea6b

File tree

3 files changed

+5
-14
lines changed

3 files changed

+5
-14
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## [0.3.1] - 2025.10.13
44

55
### Fixed
66

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
1. Update version in CHANGELOG.md and add notes
77
1. If possible link the pull request of the changes and mention the author of the pull request
8-
2. Update `src.Directory.Build.props`
8+
2. Update `src/Directory.Build.props`
99
3. Create new commit
10-
1. `git add CHANGELOG.md`
10+
1. `git add CHANGELOG.md src/Directory.Build.props`
1111
1. `git commit -m "changelog for v0.45.0"`
1212
4. Make a new version tag (for example, `v0.45.0`)
1313
1. `git tag v0.45.0`

src/Directory.Build.props

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>0.3.0</Version>
3+
<Version>0.3.1</Version>
44
<PackageReleaseNotes>
5-
### Changed
6-
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-
115
### Fixed
126

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-
7+
* [Update KeepAChangelogParser to pick up bug fixes](https://github.com/ionide/KeepAChangelog/pull/38)
178
</PackageReleaseNotes>
189
</PropertyGroup>
1910

0 commit comments

Comments
 (0)