Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<!-- generated by git-cliff -->

## [0.3.7] - 2025-07-27

### 🐛 Bug Fixes
Expand Down
38 changes: 19 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "probe-zmq"
version = "0.3.7"
version = "0.3.8"
authors = ["Christoph Koehler <christoph@zerodeviation.net>"]
description = "Probe is a TUI ZMQ PUB/SUB monitor and debugger."
edition = "2024"
Expand Down