Skip to content

Commit ee92e3d

Browse files
committed
CHANGELOG.md: add v0.0.2 and v0.0.1 changes
Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 9657f5a commit ee92e3d

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Changelog
2+
3+
This file documents all notable changes made to this project since it was
4+
split out of runc repository.
5+
6+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
7+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8+
9+
## [Unreleased]
10+
11+
[Unreleased]: https://github.com/opencontainers/cgroups/compare/v0.0.2...HEAD
12+
13+
## [0.0.2] - 2005-04-25
14+
15+
### Added
16+
* CPU burst stats. (#11)
17+
* CI infrastructure. (#3, #6)
18+
* CI: add nolintlint linter. (#10)
19+
20+
### Changed
21+
* Mark some fileds with `omitempty` JSON attribute. (#9)
22+
* Modernize code by using new Go features. (#13)
23+
* CI: switch to golangci-lint v2. (#12)
24+
25+
### Fixed
26+
* systemd: write rounded CPU quota to cgroupfs. (#4)
27+
28+
[0.0.2]: https://github.com/opencontainers/cgroups/compare/v0.0.1...v0.0.2
29+
30+
## 0.0.1 - 2025-02-28
31+
32+
### Added
33+
34+
* This is an initial release of the code after splitting it from the runc repository,
35+
according to the [proposal].
36+
37+
[proposal]: https://github.com/opencontainers/tob/blob/main/proposals/cgroups.md

0 commit comments

Comments
 (0)