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 dd10f57 commit f5566d6Copy full SHA for f5566d6
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.2.1] - 2024-10-06
6
+
7
+- Adds more tests.
8
9
## [0.2.0] - 2024-10-06
10
11
- Expose `spawn_script` function.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "run-script-rs"
-version = "0.2.0"
+version = "0.2.1"
edition = "2021"
[dependencies]
0 commit comments