Skip to content

Commit d7e18ae

Browse files
chore(iocraft): release v0.6.1 (#60)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c8b15ae commit d7e18ae

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/iocraft/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.1](https://github.com/ccbrown/iocraft/compare/iocraft-v0.6.0...iocraft-v0.6.1) - 2025-01-08
11+
12+
### Fixed
13+
14+
- check if stdin is terminal (#59)
15+
1016
## [0.6.0](https://github.com/ccbrown/iocraft/compare/iocraft-v0.5.3...iocraft-v0.6.0) - 2024-12-30
1117

1218
### Added

packages/iocraft/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iocraft"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Create beautifully crafted CLI programs and text output with a declarative React-like Rust API."

0 commit comments

Comments
 (0)