From 2f2c65e393771cb77ec0d70063d89dd669833189 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 1 May 2024 21:43:42 +0000 Subject: [PATCH] chore(release): sn_node_launchpad-v0.1.1-alpha.0 --- Cargo.lock | 2 +- sn_node_launchpad/CHANGELOG.md | 13 +++++++++++++ sn_node_launchpad/Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 sn_node_launchpad/CHANGELOG.md diff --git a/Cargo.lock b/Cargo.lock index 40b65cd63f..7d91645fde 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7134,7 +7134,7 @@ dependencies = [ [[package]] name = "sn_node_launchpad" -version = "0.1.1-alpha" +version = "0.1.1-alpha.0" dependencies = [ "better-panic", "clap", diff --git a/sn_node_launchpad/CHANGELOG.md b/sn_node_launchpad/CHANGELOG.md new file mode 100644 index 0000000000..20d16ac524 --- /dev/null +++ b/sn_node_launchpad/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.1-alpha](https://github.com/maidsafe/safe_network/releases/tag/sn_node_launchpad-v0.1.1-alpha) - 2024-05-01 + +### Other +- set crates to alpha versions +- rename `node-launchpad` crate to `sn_node_launchpad` diff --git a/sn_node_launchpad/Cargo.toml b/sn_node_launchpad/Cargo.toml index 766cf98a17..a134dafef4 100644 --- a/sn_node_launchpad/Cargo.toml +++ b/sn_node_launchpad/Cargo.toml @@ -2,7 +2,7 @@ authors = ["MaidSafe Developers "] description = "Node Launchpad" name = "sn_node_launchpad" -version = "0.1.1-alpha" +version = "0.1.1-alpha.0" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net"