Skip to content

Commit 3065669

Browse files
committed
release: v0.6.1
1 parent 946cc20 commit 3065669

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ All notable changes to this project will be documented in this file. The format
66

77
Nothing yet.
88

9+
## [0.6.1] - 2026-02-09
10+
11+
### Fixed
12+
13+
- Resolve CI clippy warnings (needless return, extend-with-drain, manual strip).
14+
- Restore Zig stdout handling for cached/compiled paths in tests.
15+
916
## [0.6.0] - 2026-02-09
1017

1118
### Added
@@ -149,7 +156,8 @@ Nothing yet.
149156
- `-c/--code` and `-f/--file` flags are accepted immediately after the language selector without consuming snippet text.
150157
- Added regression coverage ensuring `run python -c` continues to consume piped input in future releases.
151158

152-
[Unreleased]: https://github.com/esubaalew/run/compare/v0.6.0...HEAD
159+
[Unreleased]: https://github.com/esubaalew/run/compare/v0.6.1...HEAD
160+
[0.6.1]: https://github.com/esubaalew/run/compare/v0.6.0...v0.6.1
153161
[0.6.0]: https://github.com/esubaalew/run/compare/v0.5.1...v0.6.0
154162
[0.5.1]: https://github.com/esubaalew/run/compare/v0.5.0...v0.5.1
155163
[0.5.0]: https://github.com/esubaalew/run/compare/v0.4.0...v0.5.0

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 = "run-kit"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
edition = "2024"
55
description = "Universal multi-language runner and smart REPL"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)