Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Mar 1, 2023
1 parent 8c7e44e commit f1d22fa
Show file tree
Hide file tree
Showing 96 changed files with 2,188 additions and 2,145 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## CHANGELOG

### v0.10.1 (2023-03-01)

* Enhancement: support runner arguments #20 (thanks @aria-aghaei)

### v0.10.0 (2022-08-06)

* Update dependencies
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "run_script"
version = "0.10.0"
version = "0.10.1"
authors = ["Sagie Gur-Ari <sagiegurari@gmail.com>"]
description = "Run shell scripts in rust."
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ In order to use this library, just add it as a dependency:

```ini
[dependencies]
run_script = "^0.10.0"
run_script = "^0.10.1"
```

## API Documentation
Expand Down
Empty file modified docs/api/.lock
100755 → 100644
Empty file.
Binary file removed docs/api/SourceSerif4-Bold.ttf.woff2
Binary file not shown.
Binary file removed docs/api/SourceSerif4-It.ttf.woff2
Binary file not shown.
Binary file removed docs/api/SourceSerif4-Regular.ttf.woff2
Binary file not shown.
1 change: 0 additions & 1 deletion docs/api/ayu.css

This file was deleted.

1 change: 0 additions & 1 deletion docs/api/dark.css

This file was deleted.

Loading

0 comments on commit f1d22fa

Please sign in to comment.