Skip to content

Commit b1b3915

Browse files
committed
Bump to 0.4.0
1 parent 6e1182d commit b1b3915

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.4.0] - 2026-05-19
8+
9+
### Changed
10+
11+
- Bump `hickory-resolver` to 0.26, `sysinfo` to 0.39 and Rust to 1.95.0 ([#63]).
12+
13+
[#63]: https://github.com/stackabletech/containerdebug/pull/63
14+
715
### Fixed
816

917
- Don't log ANSI escape sequences if stdout is a file ([#59]).

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "containerdebug"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)