Skip to content

Commit f9a9674

Browse files
committed
chore(release): cut v0.2.0
1 parent 9965f19 commit f9a9674

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
Nothing yet.
8+
9+
## [0.2.0] - 2025-10-09
10+
711
### Added
812

913
- Groovy language support via the `groovy` CLI, including inline, file, and stdin execution plus new sample scripts in `examples/groovy/`.
@@ -32,6 +36,7 @@ All notable changes to this project will be documented in this file. The format
3236
- `-c/--code` and `-f/--file` flags are accepted immediately after the language selector without consuming snippet text.
3337
- Added regression coverage ensuring `run python -c` continues to consume piped input in future releases.
3438

35-
[Unreleased]: https://github.com/Esubaalew/run/compare/v0.1.1...HEAD
39+
[Unreleased]: https://github.com/Esubaalew/run/compare/v0.2.0...HEAD
40+
[0.2.0]: https://github.com/Esubaalew/run/compare/v0.1.1...v0.2.0
3641
[0.1.1]: https://github.com/Esubaalew/run/compare/v0.1.0...v0.1.1
3742
[0.1.0]: https://github.com/Esubaalew/run/releases/tag/v0.1.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.1.1"
3+
version = "0.2.0"
44
edition = "2024"
55
description = "Universal multi-language runner and smart REPL"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)