Skip to content

Commit 7635d4e

Browse files
authored
Merge pull request #2285 from input-output-hk/jpraynaud/2207-bump-miner-versions-nodes
Docs: bump minor versions of crates for `2506.0` distribution
2 parents 527c358 + aa55b34 commit 7635d4e

File tree

14 files changed

+24
-22
lines changed

14 files changed

+24
-22
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,8 @@ jobs:
486486
max-parallel: 1
487487
matrix:
488488
package:
489-
[mithril-stm, mithril-build-script, mithril-common, mithril-client]
489+
[mithril-stm, mithril-build-script, mithril-common]
490+
#[mithril-stm, mithril-build-script, mithril-common, mithril-client] Will be reactivated after release of the `2506` distribution.
490491

491492
runs-on: ubuntu-24.04
492493
needs:

.github/workflows/pre-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,8 @@ jobs:
255255
max-parallel: 1
256256
matrix:
257257
package:
258-
[mithril-stm, mithril-build-script, mithril-common, mithril-client]
258+
[mithril-stm, mithril-build-script, mithril-common]
259+
#[mithril-stm, mithril-build-script, mithril-common, mithril-client] Will be reactivated after release of the `2506` distribution.
259260

260261
runs-on: ubuntu-24.04
261262
steps:

Cargo.lock

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

examples/client-wasm-nodejs/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/client-wasm-web/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mithril-aggregator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-aggregator"
3-
version = "0.6.30"
3+
version = "0.7.0"
44
description = "A Mithril Aggregator server"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-client-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-client-cli"
3-
version = "0.10.12"
3+
version = "0.11.0"
44
description = "A Mithril Client"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-client-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-client-wasm"
3-
version = "0.7.8"
3+
version = "0.8.0"
44
description = "Mithril client WASM"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-client-wasm/ci-test/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mithril-client-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mithril-dev/mithril-client-wasm",
3-
"version": "0.7.8",
3+
"version": "0.8.0",
44
"description": "Mithril client WASM",
55
"license": "Apache-2.0",
66
"collaborators": [

0 commit comments

Comments
 (0)