We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b15ae commit d7e18aeCopy full SHA for d7e18ae
packages/iocraft/CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
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
16
## [0.6.0](https://github.com/ccbrown/iocraft/compare/iocraft-v0.5.3...iocraft-v0.6.0) - 2024-12-30
17
18
### Added
packages/iocraft/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "iocraft"
3
-version = "0.6.0"
+version = "0.6.1"
4
edition = "2021"
5
license = "MIT OR Apache-2.0"
6
description = "Create beautifully crafted CLI programs and text output with a declarative React-like Rust API."
0 commit comments