Skip to content

Commit fc74d30

Browse files
committed
Release v0.2.0
Signed-off-by: Xavier Lau <x@acg.box>
1 parent e46a86d commit fc74d30

6 files changed

Lines changed: 7 additions & 28 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tracing-subscriber = { version = "0.3" }
4242
users = { version = "0.11" }
4343
vergen-gitcl = { version = "1.0" }
4444
# self
45-
prr-lib = { version = "0.1", package = "polkadot-runtime-releaser-lib", path = "lib" }
45+
prr-lib = { version = "0.2", package = "polkadot-runtime-releaser-lib", path = "lib" }
4646

4747
[profile.ci-dev]
4848
incremental = false

action/build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
- name: Setup Polkadot Runtime Releaser
4444
shell: bash
4545
run: curl
46-
-L https://github.com/hack-ink/polkadot-runtime-releaser/releases/download/v0.1.9/prr-x86_64-unknown-linux-gnu.tar.gz |
46+
-L https://github.com/hack-ink/polkadot-runtime-releaser/releases/download/v0.2.0/prr-x86_64-unknown-linux-gnu.tar.gz |
4747
tar xz &&
4848
chmod u+x prr &&
4949
mv prr /usr/local/bin/prr

action/inspect/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ runs:
3737
- name: Setup Polkadot Runtime Releaser
3838
shell: bash
3939
run: curl
40-
-L https://github.com/hack-ink/polkadot-runtime-releaser/releases/download/v0.1.9/prr-x86_64-unknown-linux-gnu.tar.gz |
40+
-L https://github.com/hack-ink/polkadot-runtime-releaser/releases/download/v0.2.0/prr-x86_64-unknown-linux-gnu.tar.gz |
4141
tar xz &&
4242
chmod u+x prr &&
4343
mv prr /usr/local/bin/prr

action/override/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ runs:
5353
ref: ${{ inputs.ref }}
5454
path: runtime
5555
- name: Build runtime
56-
uses: hack-ink/polkadot-runtime-releaser/action/build@v0.1.9
56+
uses: hack-ink/polkadot-runtime-releaser/action/build@v0.2.0
5757
with:
5858
runtime: ${{ inputs.runtime }}
5959
features: ${{ inputs.features }}

action/try-runtime/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ runs:
6363
chmod +x try-runtime &&
6464
mv try-runtime /usr/local/bin/try-runtime
6565
- name: Build runtime
66-
uses: hack-ink/polkadot-runtime-releaser/action/build@v0.1.9
66+
uses: hack-ink/polkadot-runtime-releaser/action/build@v0.2.0
6767
with:
6868
runtime: ${{ inputs.runtime }}
6969
features: ${{ inputs.features }}

0 commit comments

Comments
 (0)