CHANGELOG.md: add v0.0.2 and v0.0.1 changes#14
CHANGELOG.md: add v0.0.2 and v0.0.1 changes#14kolyshkin wants to merge 1 commit intoopencontainers:mainfrom
Conversation
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
| @@ -0,0 +1,37 @@ | |||
| # Changelog | |||
There was a problem hiding this comment.
Do we even need to maintain CHANGELOG.md?
GitHub Releases have release notes
There was a problem hiding this comment.
Yes, but I'd like the information to be accessible locally. Maybe it's not worth it, I dunno.
There was a problem hiding this comment.
Yeah, I was considering the same. While a change-log can be nice, it also easily gets forgotten to be updated, or adds additional maintenance.
For a project that produces binaries (such as runc), I could see it being more relevant (also for potential inclusion in deb, rpm packages), but a bit on the fence for a library module like cgroups
There was a problem hiding this comment.
This kind of make sense. We can maintain the changelog under https://github.com/opencontainers/cgroups/releases
Let's prepare for v0.0.2 release. Here's a copy-paste of the changelog:
Changelog
This file documents all notable changes made to this project since it was
split out of runc repository.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
Unreleased
0.0.2 - 2005-04-25
Added
Changed
omitemptyJSON attribute. (Add omitempty JSON attribute for some fields #9)Fixed
0.0.1 - 2025-02-28
Added
according to the proposal.