From 913fe6ac8fd6967e91d29083857ad307882adef8 Mon Sep 17 00:00:00 2001 From: Christoph Koehler Date: Sat, 7 Feb 2026 21:47:48 -0700 Subject: [PATCH] chore: release v0.3.8 --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ Cargo.lock | 38 +++++++++++++++++++------------------- Cargo.toml | 2 +- 3 files changed, 53 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c36e02..381e8df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,39 @@ All notable changes to this project will be documented in this file. +## [0.3.8] - 2026-02-08 + +### 🐛 Bug Fixes + +- *(deps)* Update rust crate thiserror to v2.0.16 +- *(deps)* Update rust crate regex to v1.11.2 +- *(deps)* Update rust crate console-subscriber to 0.5.0 + +### 💼 Other + +- *(deps)* Bump criterion from 0.5.1 to 0.7.0 ([#174](https://github.com/ckoehler/Probe/pull/174)) +- *(deps)* Bump toml from 0.9.2 to 0.9.4 ([#177](https://github.com/ckoehler/Probe/pull/177)) +- *(deps)* Bump tokio from 1.47.0 to 1.47.1 ([#178](https://github.com/ckoehler/Probe/pull/178)) +- *(deps)* Bump toml from 0.9.4 to 0.9.5 ([#180](https://github.com/ckoehler/Probe/pull/180)) +- *(deps)* Bump actions/download-artifact from 4 to 5 ([#181](https://github.com/ckoehler/Probe/pull/181)) +- *(deps)* Bump actions/download-artifact from 4 to 5 ([#185](https://github.com/ckoehler/Probe/pull/185)) +- *(deps)* Bump thiserror from 2.0.12 to 2.0.14 ([#187](https://github.com/ckoehler/Probe/pull/187)) +- *(deps)* Bump actions/checkout from 4 to 5 ([#186](https://github.com/ckoehler/Probe/pull/186)) +- *(deps)* Bump actions/download-artifact from 4 to 5 ([#194](https://github.com/ckoehler/Probe/pull/194)) +- *(deps)* Bump tracing-subscriber from 0.3.19 to 0.3.20 ([#202](https://github.com/ckoehler/Probe/pull/202)) +- *(deps)* Bump bytes from 1.10.1 to 1.11.1 ([#221](https://github.com/ckoehler/Probe/pull/221)) +- *(deps)* Bump time from 0.3.46 to 0.3.47 ([#226](https://github.com/ckoehler/Probe/pull/226)) + +### ⚙️ Miscellaneous Tasks + +- Fix chores +- Update deps to fix RUSTSEC advisory +- Make dependabot ignore the release workflow +- Switch to RenovateBot +- Update deps and Rust toolchain + + + ## [0.3.7] - 2025-07-27 ### 🐛 Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index b1571fb..f3710d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -55,9 +55,9 @@ checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" [[package]] name = "anyhow" -version = "1.0.100" +version = "1.0.101" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" +checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" [[package]] name = "argh" @@ -1259,9 +1259,9 @@ checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" [[package]] name = "memchr" -version = "2.7.6" +version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" +checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" [[package]] name = "memmem" @@ -1456,9 +1456,9 @@ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" [[package]] name = "pest" -version = "2.8.5" +version = "2.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c9eb05c21a464ea704b53158d358a31e6425db2f63a1a7312268b05fe2b75f7" +checksum = "e0848c601009d37dfa3430c4666e147e49cdcf1b92ecd3e63657d8a5f19da662" dependencies = [ "memchr", "ucd-trie", @@ -1466,9 +1466,9 @@ dependencies = [ [[package]] name = "pest_derive" -version = "2.8.5" +version = "2.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68f9dbced329c441fa79d80472764b1a2c7e57123553b8519b36663a2fb234ed" +checksum = "11f486f1ea21e6c10ed15d5a7c77165d0ee443402f0780849d1768e7d9d6fe77" dependencies = [ "pest", "pest_generator", @@ -1476,9 +1476,9 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.8.5" +version = "2.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3bb96d5051a78f44f43c8f712d8e810adb0ebf923fc9ed2655a7f66f63ba8ee5" +checksum = "8040c4647b13b210a963c1ed407c1ff4fdfa01c31d6d2a098218702e6664f94f" dependencies = [ "pest", "pest_meta", @@ -1489,9 +1489,9 @@ dependencies = [ [[package]] name = "pest_meta" -version = "2.8.5" +version = "2.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "602113b5b5e8621770cfd490cfd90b9f84ab29bd2b0e49ad83eb6d186cef2365" +checksum = "89815c69d36021a140146f26659a81d6c2afa33d216d736dd4be5381a7362220" dependencies = [ "pest", "sha2", @@ -1632,7 +1632,7 @@ dependencies = [ [[package]] name = "probe-zmq" -version = "0.3.7" +version = "0.3.8" dependencies = [ "argh", "color-eyre", @@ -2598,9 +2598,9 @@ dependencies = [ [[package]] name = "unicode-width" -version = "0.2.0" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" +checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" [[package]] name = "utf8parse" @@ -2936,18 +2936,18 @@ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" [[package]] name = "zerocopy" -version = "0.8.38" +version = "0.8.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57cf3aa6855b23711ee9852dfc97dfaa51c45feaba5b645d0c777414d494a961" +checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.8.38" +version = "0.8.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a616990af1a287837c4fe6596ad77ef57948f787e46ce28e166facc0cc1cb75" +checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 6a35f14..44546a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "probe-zmq" -version = "0.3.7" +version = "0.3.8" authors = ["Christoph Koehler "] description = "Probe is a TUI ZMQ PUB/SUB monitor and debugger." edition = "2024"