From 4cdfb805db0ce8063438aac6bd3ad69e9f13f23c Mon Sep 17 00:00:00 2001 From: EgorPopelyaev <egor@parity.io> Date: Thu, 15 Aug 2024 11:16:20 +0200 Subject: [PATCH] Update plan --- Plan.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Plan.toml b/Plan.toml index 0a805bfeb09..21b1b91a302 100644 --- a/Plan.toml +++ b/Plan.toml @@ -1,5 +1,5 @@ -# generated by parity-publish v0.8.0 -# command: parity-publish -C ../polkadot-sdk plan --prdoc prdoc/ +# generated by parity-publish v0.9.0 +# command: parity-publish plan --patch cumulus-primitives-timestamp [options] description = "polkadot v1.15.0" @@ -939,10 +939,10 @@ reason = "changed" [[crate]] # cumulus/primitives/timestamp name = "cumulus-primitives-timestamp" -from = "0.14.0" -to = "0.15.0" -bump = "major" -reason = "changed" +from = "0.15.0" +to = "0.15.1" +bump = "patch" +reason = "bumped by --patch" [[crate]] # cumulus/test/relay-sproof-builder -- GitLab