Skip to content

Commit

Permalink
Release v0.9.0-rc19 (#314)
Browse files Browse the repository at this point in the history
* Longer sleep time

* Release `v0.9.0-rc19`
  • Loading branch information
AurevoirXavier authored Nov 21, 2022
1 parent 1dacf97 commit d1cdb35
Show file tree
Hide file tree
Showing 17 changed files with 44 additions and 44 deletions.
12 changes: 6 additions & 6 deletions .maintain/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ cargo publish --locked -p submetadatan
cargo publish --locked -p subrpcer
cargo publish --locked -p subruntimer
cargo publish --locked -p subspector
# substorager depends on subhasher, sleep for 15s
sleep 15
# substorager depends on subhasher, sleep for 30s
sleep 30
cargo publish --locked -p substorager
cargo publish --locked -p subversioner

cargo publish --locked -p subalfred-util
# subalfred-core depends on subalfred-util, sleep for 15s
sleep 15
# subalfred-core depends on subalfred-util, sleep for 30s
sleep 30
cargo publish --locked -p subalfred-core
cargo publish --locked -p cmd-impl
# subalfred depends on cmd-impl, sleep for 15s
sleep 15
# subalfred depends on cmd-impl, sleep for 30s
sleep 30
cargo publish --locked -p subalfred
26 changes: 13 additions & 13 deletions Cargo.lock

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

22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ members = [
tokio = { version = "1.22" }
tracing = { version = "0.1" }
# hack-ink
cmd-impl = { version = "0.9.0-rc18", path = "bin/subalfred/src/command/impl" }
subalfred-core = { version = "0.9.0-rc18", path = "lib/core" }
subalfred-util = { version = "0.9.0-rc18", path = "lib/util" }
subcryptor = { version = "0.9.0-rc18", path = "substrate-minimal/subcryptor" }
subhasher = { version = "0.9.0-rc18", path = "substrate-minimal/subhasher" }
submetadatan = { version = "0.9.0-rc18", path = "substrate-minimal/submetadatan" }
subrpcer = { version = "0.9.0-rc18", path = "substrate-minimal/subrpcer" }
subruntimer = { version = "0.9.0-rc18", path = "substrate-minimal/subruntimer" }
subspector = { version = "0.9.0-rc18", path = "substrate-minimal/subspector" }
substorager = { version = "0.9.0-rc18", path = "substrate-minimal/substorager" }
subversioner = { version = "0.9.0-rc18", path = "substrate-minimal/subversioner" }
cmd-impl = { version = "0.9.0-rc19", path = "bin/subalfred/src/command/impl" }
subalfred-core = { version = "0.9.0-rc19", path = "lib/core" }
subalfred-util = { version = "0.9.0-rc19", path = "lib/util" }
subcryptor = { version = "0.9.0-rc19", path = "substrate-minimal/subcryptor" }
subhasher = { version = "0.9.0-rc19", path = "substrate-minimal/subhasher" }
submetadatan = { version = "0.9.0-rc19", path = "substrate-minimal/submetadatan" }
subrpcer = { version = "0.9.0-rc19", path = "substrate-minimal/subrpcer" }
subruntimer = { version = "0.9.0-rc19", path = "substrate-minimal/subruntimer" }
subspector = { version = "0.9.0-rc19", path = "substrate-minimal/subspector" }
substorager = { version = "0.9.0-rc19", path = "substrate-minimal/substorager" }
subversioner = { version = "0.9.0-rc19", path = "substrate-minimal/subversioner" }
2 changes: 1 addition & 1 deletion bin/subalfred/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "subalfred"
readme = "../../README.md"
repository = "https://github.com/hack-ink/subalfred"
version = "0.9.0-rc18"
version = "0.9.0-rc19"

[[bin]]
name = "subalfred"
Expand Down
2 changes: 1 addition & 1 deletion bin/subalfred/src/command/impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "cmd-impl"
readme = "README.md"
repository = "https://github.com/hack-ink/subalfred"
version = "0.9.0-rc18"
version = "0.9.0-rc19"

[lib]
proc-macro = true
Expand Down
2 changes: 1 addition & 1 deletion bin/subalfred/src/command/impl/debug/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/hack-ink/subalfred"
version = "0.0.0"

[dependencies]
cmd-impl = { version = "0.9.0-rc18", path = "..", features = ["debug"] }
cmd-impl = { version = "0.9.0-rc19", path = "..", features = ["debug"] }

[workspace]
exclude = []
2 changes: 1 addition & 1 deletion lib/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "subalfred-core"
readme = "README.md"
repository = "https://github.com/hack-ink/subalfred"
version = "0.9.0-rc18"
version = "0.9.0-rc19"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion lib/util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "subalfred-util"
readme = "README.md"
repository = "https://github.com/hack-ink/subalfred"
version = "0.9.0-rc18"
version = "0.9.0-rc19"

[dev-dependencies]
tracing = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion substrate-minimal/subcryptor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "subcryptor"
readme = "README.md"
repository = "https://github.com/hack-ink/subalfred"
version = "0.9.0-rc18"
version = "0.9.0-rc19"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion substrate-minimal/subgrandpa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "subgrandpa"
readme = "README.md"
repository = "https://github.com/hack-ink/subalfred"
version = "0.9.0-rc18"
version = "0.9.0-rc19"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion substrate-minimal/subhasher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "subhasher"
readme = "README.md"
repository = "https://github.com/hack-ink/subalfred"
version = "0.9.0-rc18"
version = "0.9.0-rc19"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion substrate-minimal/submetadatan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "submetadatan"
readme = "README.md"
repository = "https://github.com/hack-ink/subalfred"
version = "0.9.0-rc18"
version = "0.9.0-rc19"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion substrate-minimal/subrpcer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "subrpcer"
readme = "README.md"
repository = "https://github.com/hack-ink/subalfred"
version = "0.9.0-rc18"
version = "0.9.0-rc19"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion substrate-minimal/subruntimer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "subruntimer"
readme = "README.md"
repository = "https://github.com/hack-ink/subalfred"
version = "0.9.0-rc18"
version = "0.9.0-rc19"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion substrate-minimal/subspector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "subspector"
readme = "README.md"
repository = "https://github.com/hack-ink/subalfred"
version = "0.9.0-rc18"
version = "0.9.0-rc19"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion substrate-minimal/substorager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "substorager"
readme = "README.md"
repository = "https://github.com/hack-ink/subalfred"
version = "0.9.0-rc18"
version = "0.9.0-rc19"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion substrate-minimal/subversioner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "subversioner"
readme = "README.md"
repository = "https://github.com/hack-ink/subalfred"
version = "0.9.0-rc18"
version = "0.9.0-rc19"

[dependencies]
# crates.io
Expand Down

0 comments on commit d1cdb35

Please sign in to comment.