diff --git a/CHANGELOG.md b/CHANGELOG.md index b60091e..4bf30c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.10](https://github.com/edera-dev/libscap-bindings/compare/v0.0.9...v0.0.10) - 2026-07-24 + +### Other + +- Add optional VENDOR_* env hooks for offline builds ([#95](https://github.com/edera-dev/libscap-bindings/pull/95)) + ## [0.0.9](https://github.com/edera-dev/libscap-bindings/compare/v0.0.8...v0.0.9) - 2026-07-24 ### Other diff --git a/Cargo.lock b/Cargo.lock index 0a43c87..980756d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -294,7 +294,7 @@ dependencies = [ [[package]] name = "libscap-bindings" -version = "0.0.9" +version = "0.0.10" dependencies = [ "anyhow", "bindgen", diff --git a/Cargo.toml b/Cargo.toml index af1104c..d1f3bf6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libscap-bindings" description = "Bindings for Falco's `libscap` eBPF monitoring backend C library" -version = "0.0.9" +version = "0.0.10" license = "Apache-2.0" homepage = "https://github.com/edera-dev/libscap-bindings" repository = "https://github.com/edera-dev/libscap-bindings"