From 639b58cf29602b222d6ad45e9c6b2bb4a482ca98 Mon Sep 17 00:00:00 2001 From: "edera-cultivation[bot]" <165992271+edera-cultivation[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 17:51:39 +0000 Subject: [PATCH] chore: release v0.0.10 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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"