Skip to content

Commit b9c64ee

Browse files
committed
0.1.0
1 parent 068d458 commit b9c64ee

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

Diff for: Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "exec"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
authors = ["Brian Botha <[email protected]>"]
55
license-file = "LICENSE"
66
edition = "2021"

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@matrixai/exec",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"author": "Matrix AI",
55
"contributors": [
66
{
@@ -31,8 +31,7 @@
3131
"lint-shell": "find ./src ./tests ./scripts -type f -regextype posix-extended -regex '.*\\.(sh)' -exec shellcheck {} +",
3232
"docs": "shx rm -rf ./docs && typedoc --gitRevision master --tsconfig ./tsconfig.build.json --out ./docs src"
3333
},
34-
"dependencies": {
35-
},
34+
"dependencies": {},
3635
"devDependencies": {
3736
"@fast-check/jest": "^1.1.0",
3837
"@napi-rs/cli": "^2.15.2",

0 commit comments

Comments
 (0)