-
Notifications
You must be signed in to change notification settings - Fork 7
Update CHANGELOG.md #307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update CHANGELOG.md #307
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
|
||
| ## [Unreleased] | ||
|
|
||
| ## [0.2.2] | ||
| ## [0.3.0] | ||
|
|
||
| Multi-domain support, improved configuration handling, group address validation, Thunder upgrade to 0.27.0, and removal of legacy socketmap/Thunder integration. | ||
|
|
||
|
|
@@ -18,7 +18,7 @@ Multi-domain support, improved configuration handling, group address validation, | |
| * Refactor: Remove socketmap handler and thunder integration by @Aravinda-HWK in https://github.com/LSFLK/silver/pull/305 | ||
|
|
||
|
|
||
| **Full Changelog**: https://github.com/LSFLK/silver/compare/v.0.2.1...v.0.2.2 | ||
| **Full Changelog**: https://github.com/LSFLK/silver/compare/v.0.2.1...v.0.3.0 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There's an inconsistency in the version tag format used in the |
||
|
|
||
| ## [0.2.1] | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to the 'Keep a Changelog' standard, which this file states it follows, new changes should be added under the
[Unreleased]section. When a new version is released, the[Unreleased]section is renamed to the new version number (and the release date is added), and then a new empty[Unreleased]section is added at the top. It seems the changes for this release were tracked under a placeholder version[0.2.2]instead. For future releases, it would be better to accumulate changes under[Unreleased]to fully adhere to the standard.