diff --git a/CHANGELOG.md b/CHANGELOG.md index defaa53..f8a3c36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.7.4] - 2026-03-28 + +### Fixed + +- Catch `IndexError` and `KeyError` in `_cilium_endpoint_get` when Cilium returns an empty or unexpected response. + +### Changed + +- Add `Repository` URL to `pyproject.toml` project URLs. +- Remove `py.typed` marker and `package-data` config (ineffective for single-file module layout). + ## [0.7.3] - 2026-03-28 ### Fixed diff --git a/py.typed b/py.typed deleted file mode 100644 index e69de29..0000000 diff --git a/pyproject.toml b/pyproject.toml index ff431d6..efe71ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,9 +36,6 @@ Homepage = "https://github.com/noexecstack/hubble-audit2policy" Repository = "https://github.com/noexecstack/hubble-audit2policy" Issues = "https://github.com/noexecstack/hubble-audit2policy/issues" -[tool.setuptools.package-data] -hubble_audit2policy = ["py.typed"] - [tool.ruff] target-version = "py310" line-length = 100