Skip to content

Commit a638d3f

Browse files
committed
chore: release v0.6.3
1 parent bf01b8b commit a638d3f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## v0.6.3
22

33
### Added
44

@@ -8,6 +8,10 @@
88

99
- Automatically reap zombie(terminated) processes of spawned commands by ourselves, as it may not be reaped in some environments
1010

11+
### Changed
12+
13+
- stdin, stdout and stderr of the parent process(`uair`) are no longer inherited by the spawned commands
14+
1115
### v0.6.2
1216

1317
### Added

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 = "uair"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
authors = ["Rishabh Das <[email protected]>"]
55
edition = "2021"
66
description = "An extensible pomodoro timer"

0 commit comments

Comments
 (0)