Skip to content

Commit b6e3004

Browse files
committed
chore: bump version code
1 parent bfaff92 commit b6e3004

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[package]
22
authors = [
3-
"Tsiry Sandratraina <tsiry.sndr@fluentci.io>"
3+
"Tsiry Sandratraina <tsiry.sndr@fluentci.io>",
44
]
55
description = "Set up your CI/CD Pipeline with sqruff installed"
66
edition = "2021"
77
license = "MIT"
88
name = "sqruff"
9-
version = "0.1.0"
9+
version = "0.1.1"
1010

1111
[lib]
1212
crate-type = [
13-
"cdylib"
13+
"cdylib",
1414
]
1515

1616
[dependencies]
1717
anyhow = "1.0.82"
1818
extism-pdk = "1.1.0"
19-
fluentci-pdk = "0.1.9"
19+
fluentci-pdk = "0.1.9"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ use fluentci_pdk::dag;
3636

3737
// ...
3838

39-
dag().call("https://pkg.fluentci.io/sqruff@v0.1.0?wasm=1", "setup", vec!["latest"])?;
39+
dag().call("https://pkg.fluentci.io/sqruff@v0.1.1?wasm=1", "setup", vec!["latest"])?;
4040
```
4141

4242
## 📚 Examples

fluentci.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ authors = [
55
description = "CI/CD Plugin for Sqruff"
66
license = "MIT"
77
name = "sqruff"
8-
version = "0.1.0"
8+
version = "0.1.1"

0 commit comments

Comments
 (0)