|
| 1 | +<!-- |
| 2 | +SPDX-FileCopyrightText: Alvar Penning |
| 3 | +
|
| 4 | +SPDX-License-Identifier: BSD-3-Clause |
| 5 | +--> |
| 6 | + |
| 7 | +# Changelog |
| 8 | + |
| 9 | +All notable changes to this project will be documented in this file. |
| 10 | + |
| 11 | +The format is based on [Keep a Changelog][keep-a-changelog], and this project adheres to [Semantic Versioning][semantic-versioning]. |
| 12 | + |
| 13 | +## [Unreleased] |
| 14 | +### Added |
| 15 | +- generator/gen.go: syscall group description with auto-generated package documentation |
| 16 | +- Write CHANGELOG for all prior changes. |
| 17 | + |
| 18 | +### Changed |
| 19 | +- syscalls: bump systemd 252 -> 254 |
| 20 | +- Bump Go and CI dependencies |
| 21 | +- Remove year in copyright headers |
| 22 | + |
| 23 | +### Fixed |
| 24 | +- generator/gen.go: fix for systemd 254's new format |
| 25 | + |
| 26 | +## [0.1.4] - 2022-12-04 |
| 27 | +### Changed |
| 28 | +- update module github.com/elastic/go-seccomp-bpf to v1.3.0 |
| 29 | + |
| 30 | +## [0.1.3] - 2022-11-19 |
| 31 | +### Added |
| 32 | +- Configure Renovate |
| 33 | + |
| 34 | +### Changed |
| 35 | +- syscalls: bump systemd 251 -> 252 |
| 36 | +- Bump Go and CI dependencies |
| 37 | + |
| 38 | +## [0.1.2] - 2022-11-02 |
| 39 | +### Fixed |
| 40 | +- generator: prevent duplicates and sort syscalls |
| 41 | + |
| 42 | +## [0.1.1] - 2022-10-08 |
| 43 | +### Changed |
| 44 | +- syscalls: bump systemd 250 -> 251 |
| 45 | + |
| 46 | +## [0.1.0] - 2022-03-10 |
| 47 | +### Added |
| 48 | +- First release with working code. |
| 49 | + |
| 50 | +[keep-a-changelog]: https://keepachangelog.com/en/1.1.0/ |
| 51 | +[semantic-versioning]: https://semver.org/spec/v2.0.0.html |
| 52 | + |
| 53 | +[unreleased]: https://github.com/oxzi/syscallset-go/compare/v0.1.4..HEAD |
| 54 | +[0.1.4]: https://github.com/oxzi/syscallset-go/compare/v0.1.3..v0.1.4 |
| 55 | +[0.1.3]: https://github.com/oxzi/syscallset-go/compare/v0.1.2..v0.1.3 |
| 56 | +[0.1.2]: https://github.com/oxzi/syscallset-go/compare/v0.1.1..v0.1.2 |
| 57 | +[0.1.1]: https://github.com/oxzi/syscallset-go/compare/v0.1.0..v0.1.1 |
| 58 | +[0.1.0]: https://github.com/oxzi/syscallset-go/releases/tag/v0.1.0 |
0 commit comments