Skip to content

Latest commit

 

History

History
66 lines (50 loc) · 1.86 KB

CHANGELOG.md

File metadata and controls

66 lines (50 loc) · 1.86 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.6 - 2024-11-29

Changed

  • syscalls: bump systemd 254 -> 256
  • Bump Go and CI dependencies

0.1.5 - 2023-09-15

Added

  • generator/gen.go: syscall group description with auto-generated package documentation
  • Write CHANGELOG for all prior changes.

Changed

  • syscalls: bump systemd 252 -> 254
  • Bump Go and CI dependencies
  • Remove year in copyright headers

Fixed

  • generator/gen.go: fix for systemd 254's new format

0.1.4 - 2022-12-04

Changed

  • update module github.com/elastic/go-seccomp-bpf to v1.3.0

0.1.3 - 2022-11-19

Added

  • Configure Renovate

Changed

  • syscalls: bump systemd 251 -> 252
  • Bump Go and CI dependencies

0.1.2 - 2022-11-02

Fixed

  • generator: prevent duplicates and sort syscalls

0.1.1 - 2022-10-08

Changed

  • syscalls: bump systemd 250 -> 251

0.1.0 - 2022-03-10

Added

  • First release with working code.