Skip to content

Commit 2bfa096

Browse files
committed
v0.2.1 — Read all output
- **Bugfix**: Ensure that all output from the child process is read & echoed before exiting
1 parent 465e8af commit 2bfa096

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v0.2.1 (in development)
2-
-----------------------
1+
v0.2.1 (2025-11-03)
2+
-------------------
33
- **Bugfix**: Ensure that all output from the child process is read & echoed
44
before exiting
55

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 = "elapsed-cmd"
3-
version = "0.2.1-dev"
3+
version = "0.2.1"
44
edition = "2024"
55
rust-version = "1.85"
66
description = "Show runtime while a command runs"

0 commit comments

Comments
 (0)