Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Sep 13, 2021
1 parent 7b7b637 commit d80cd5f
Show file tree
Hide file tree
Showing 79 changed files with 517 additions and 415 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
## CHANGELOG

### v0.9.0
### v0.9.0 (2021-09-13)

* Add windows UNC path support (fsio upgrade)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "run_script"
version = "0.8.0"
version = "0.9.0"
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
Expand Up @@ -137,7 +137,7 @@ In order to use this library, just add it as a dependency:

```ini
[dependencies]
run_script = "^0.8.0"
run_script = "^0.9.0"
```

## API Documentation
Expand Down
21 changes: 13 additions & 8 deletions docs/api/COPYRIGHT.txt
Expand Up @@ -2,7 +2,8 @@ These documentation pages include resources by third parties. This copyright
file applies only to those resources. The following third party resources are
included, and carry their own copyright notices and license terms:

* Fira Sans (FiraSans-Regular.woff, FiraSans-Medium.woff):
* Fira Sans (FiraSans-Regular.woff2, FiraSans-Medium.woff2,
FiraSans-Regular.woff, FiraSans-Medium.woff):

Copyright (c) 2014, Mozilla Foundation https://mozilla.org/
with Reserved Font Name Fira Sans.
Expand All @@ -23,7 +24,10 @@ included, and carry their own copyright notices and license terms:
Copyright (c) Nicolas Gallagher and Jonathan Neal.
Licensed under the MIT license (see LICENSE-MIT.txt).

* Source Code Pro (SourceCodePro-Regular.woff, SourceCodePro-Semibold.woff):
* Source Code Pro (SourceCodePro-Regular.ttf.woff2,
SourceCodePro-Semibold.ttf.woff2, SourceCodePro-It.ttf.woff2,
SourceCodePro-Regular.ttf.woff, SourceCodePro-Semibold.ttf.woff,
SourceCodePro-It.ttf.woff):

Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/),
with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark
Expand All @@ -32,14 +36,15 @@ included, and carry their own copyright notices and license terms:
Licensed under the SIL Open Font License, Version 1.1.
See SourceCodePro-LICENSE.txt.

* Source Serif Pro (SourceSerifPro-Regular.ttf.woff,
SourceSerifPro-Bold.ttf.woff, SourceSerifPro-It.ttf.woff):
* Source Serif 4 (SourceSerif4-Regular.ttf.woff2, SourceSerif4-Bold.ttf.woff2,
SourceSerif4-It.ttf.woff2, SourceSerif4-Regular.ttf.woff,
SourceSerif4-Bold.ttf.woff, SourceSerif4-It.ttf.woff):

Copyright 2014 Adobe Systems Incorporated (http://www.adobe.com/), with
Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of
Adobe Systems Incorporated in the United States and/or other countries.
Copyright 2014-2021 Adobe (http://www.adobe.com/), with Reserved Font Name
'Source'. All Rights Reserved. Source is a trademark of Adobe in the United
States and/or other countries.

Licensed under the SIL Open Font License, Version 1.1.
See SourceSerifPro-LICENSE.txt.
See SourceSerif4-LICENSE.md.

This copyright file is intended to be distributed with rustdoc output.
4 changes: 2 additions & 2 deletions docs/api/FiraSans-LICENSE.txt
@@ -1,5 +1,5 @@
Digitized data copyright (c) 2012-2015, The Mozilla Foundation and Telefonica S.A.
with Reserved Font Name < Fira >,
with Reserved Font Name < Fira >,

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
Expand All @@ -19,7 +19,7 @@ with others.

The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
Expand Down
Binary file added docs/api/FiraSans-Medium.woff2
Binary file not shown.
Binary file added docs/api/FiraSans-Regular.woff2
Binary file not shown.
Binary file added docs/api/SourceCodePro-It.ttf.woff
Binary file not shown.
Binary file added docs/api/SourceCodePro-It.ttf.woff2
Binary file not shown.
Binary file added docs/api/SourceCodePro-Regular.ttf.woff
Binary file not shown.
Binary file added docs/api/SourceCodePro-Regular.ttf.woff2
Binary file not shown.
Binary file removed docs/api/SourceCodePro-Regular.woff
Binary file not shown.
Binary file added docs/api/SourceCodePro-Semibold.ttf.woff
Binary file not shown.
Binary file added docs/api/SourceCodePro-Semibold.ttf.woff2
Binary file not shown.
Binary file removed docs/api/SourceCodePro-Semibold.woff
Binary file not shown.
Binary file added docs/api/SourceSerif4-Bold.ttf.woff
Binary file not shown.
Binary file added docs/api/SourceSerif4-Bold.ttf.woff2
Binary file not shown.
Binary file added docs/api/SourceSerif4-It.ttf.woff
Binary file not shown.
Binary file added docs/api/SourceSerif4-It.ttf.woff2
Binary file not shown.
@@ -1,4 +1,4 @@
Copyright 2014-2018 Adobe (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe in the United States and/or other countries.
Copyright 2014-2021 Adobe (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe in the United States and/or other countries.

This Font Software is licensed under the SIL Open Font License, Version 1.1.

Expand Down
Binary file added docs/api/SourceSerif4-Regular.ttf.woff
Binary file not shown.
Binary file added docs/api/SourceSerif4-Regular.ttf.woff2
Binary file not shown.
Binary file removed docs/api/SourceSerifPro-Bold.ttf.woff
Binary file not shown.
Binary file removed docs/api/SourceSerifPro-It.ttf.woff
Binary file not shown.
Binary file removed docs/api/SourceSerifPro-Regular.ttf.woff
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/api/ayu.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/api/clipboard.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/api/crates.js
@@ -0,0 +1 @@
window.ALL_CRATES = ["run_script"];
2 changes: 1 addition & 1 deletion docs/api/dark.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api/implementors/core/clone/trait.Clone.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/api/implementors/core/cmp/trait.PartialEq.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/api/implementors/core/fmt/trait.Debug.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/api/implementors/core/fmt/trait.Display.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/api/implementors/core/marker/trait.Copy.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/api/implementors/core/marker/trait.Freeze.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/api/implementors/core/marker/trait.Send.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/api/implementors/core/marker/trait.Sync.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/api/implementors/core/marker/trait.Unpin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/api/implementors/std/error/trait.Error.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/api/implementors/std/panic/trait.RefUnwindSafe.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d80cd5f

Please sign in to comment.