From 828e418f339d43b1f977524d28ad98205a44864d Mon Sep 17 00:00:00 2001 From: Seimizu Joukan Date: Sun, 12 Oct 2025 20:01:44 +0900 Subject: [PATCH 1/2] Bump version to v0.2.6. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 23b61ca..7e40f5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jtracing" -version = "0.2.5" +version = "0.2.6" description = "Tracing utilites." authors = ["Seimizu Joukan "] repository = "https://github.com/saimizi/jtracing.git" From 8d51aa9e9cdd8855d36926e8074be2a31d139325 Mon Sep 17 00:00:00 2001 From: Seimizu Joukan Date: Sun, 12 Oct 2025 20:06:11 +0900 Subject: [PATCH 2/2] Update release workflow Add segfault_analyzer. --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4d22f63..bdef4dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -117,6 +117,7 @@ jobs: malloc_free \ profile \ opensnoop \ + segfault_analyzer \ packet_count - name: Upload binary archive @@ -163,7 +164,7 @@ jobs: mkdir -p ${PKG_DIR}/usr/share/doc/jtracing # Copy binaries - cp bash_readline eglswapbuffers execsnoop_pb execsnoop_rb funccount malloc_free profile opensnoop packet_count ${PKG_DIR}/usr/bin/ + cp bash_readline eglswapbuffers execsnoop_pb execsnoop_rb funccount malloc_free profile opensnoop packet_count segfault_analyzer ${PKG_DIR}/usr/bin/ # Create control file cat > ${PKG_DIR}/DEBIAN/control << EOF