Skip to content

Commit c75c445

Browse files
committed
Bump to v0.5.1 — fix clippy warnings, gate v2 feature
1 parent edbb676 commit c75c445

File tree

3 files changed

+23
-15
lines changed

3 files changed

+23
-15
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.5.1] - 2026-02-06
10+
11+
### Fixed
12+
13+
- Fix all clippy warnings across the codebase (collapsible_if, manual_strip, new_without_default, etc.)
14+
- Gate v2 bench and test files behind the `v2` feature flag to fix builds without it.
15+
916
## [0.5.0] - 2026-02-06
1017

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

126-
[Unreleased]: https://github.com/esubaalew/run/compare/v0.5.0...HEAD
133+
[Unreleased]: https://github.com/esubaalew/run/compare/v0.5.1...HEAD
134+
[0.5.1]: https://github.com/esubaalew/run/compare/v0.5.0...v0.5.1
127135
[0.5.0]: https://github.com/esubaalew/run/compare/v0.4.0...v0.5.0
128136
[0.4.0]: https://github.com/esubaalew/run/compare/v0.3.2...v0.4.0
129137
[0.3.2]: https://github.com/esubaalew/run/compare/v0.3.1...v0.3.2

Cargo.lock

Lines changed: 13 additions & 13 deletions
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.5.0"
3+
version = "0.5.1"
44
edition = "2024"
55
description = "Universal multi-language runner and smart REPL"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)