From e590c82c43d6d4fa4db54722c4908bc1164912d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 08:57:56 +0000 Subject: [PATCH] chore(ostool): release v0.8.16 --- Cargo.lock | 2 +- ostool/CHANGELOG.md | 6 ++++++ ostool/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0fe33db..99f78a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1910,7 +1910,7 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" [[package]] name = "ostool" -version = "0.8.15" +version = "0.8.16" dependencies = [ "anyhow", "byte-unit", diff --git a/ostool/CHANGELOG.md b/ostool/CHANGELOG.md index fb0bc6c..1845f37 100644 --- a/ostool/CHANGELOG.md +++ b/ostool/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.16](https://github.com/drivercraft/ostool/compare/ostool-v0.8.15...ostool-v0.8.16) - 2026-03-19 + +### Added + +- 添加字节流匹配器以增强运行时输出检测功能 ([#51](https://github.com/drivercraft/ostool/pull/51)) + ## [0.8.15](https://github.com/drivercraft/ostool/compare/ostool-v0.8.14...ostool-v0.8.15) - 2026-03-18 ### Added diff --git a/ostool/Cargo.toml b/ostool/Cargo.toml index 7baf8f5..fb0f156 100644 --- a/ostool/Cargo.toml +++ b/ostool/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" name = "ostool" readme = "../README.md" repository = "https://github.com/drivercraft/ostool" -version = "0.8.15" +version = "0.8.16" [package.metadata.binstall] bin-dir = "{ name }-{ target }-v{ version }/{ bin }{ binary-ext }"