Skip to content

Commit

Permalink
chore(release): stable release 2024.10.4.6
Browse files Browse the repository at this point in the history
==================
  Crate Versions
==================
autonomi: 0.2.3
autonomi-cli: 0.1.4
evmlib: 0.1.3
evm_testnet: 0.1.3
sn_build_info: 0.1.18
sn_evm: 0.1.3
sn_logging: 0.2.39
sn_metrics: 0.1.19
nat-detection: 0.2.10
sn_networking: 0.19.2
sn_node: 0.112.3
node-launchpad: 0.4.4
sn_node_manager: 0.11.2
sn_node_rpc_client: 0.6.34
sn_peers_acquisition: 0.5.6
sn_protocol: 0.17.14
sn_registers: 0.4.2
sn_service_management: 0.4.2
sn_transfers: 0.20.2
test_utils: 0.4.10
token_supplies: 0.1.57
===================
  Binary Versions
===================
nat-detection: 0.2.10
node-launchpad: 0.4.4
autonomi: 0.1.4
safenode: 0.112.3
safenode-manager: 0.11.2
safenode_rpc_client: 0.6.34
safenodemand: 0.11.2
  • Loading branch information
jacderida committed Nov 7, 2024
1 parent d650f14 commit bf0f2df
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

*When editing this file, please respect a line length of 100.*

## 2024-11-07

### Launchpad

#### Added

- You can select a node. Pressing L will show its logs.
- The upgrade screen has an estimated time.

#### Changed

- Launchpad now uses multiple threads. This allows the UI to be functional while nodes are being
started, upgraded, and so on.
- Mbps vs Mb units on status screen.

#### Fixed

- Spinners now move when updating.

## 2024-11-06

### Network
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion node-launchpad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["MaidSafe Developers <[email protected]>"]
description = "Node Launchpad"
name = "node-launchpad"
version = "0.4.3"
version = "0.4.4"
edition = "2021"
license = "GPL-3.0"
homepage = "https://maidsafe.net"
Expand Down
2 changes: 1 addition & 1 deletion release-cycle-info
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
release-year: 2024
release-month: 10
release-cycle: 4
release-cycle-counter: 5
release-cycle-counter: 6
2 changes: 1 addition & 1 deletion sn_build_info/src/release_info.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pub const RELEASE_YEAR: &str = "2024";
pub const RELEASE_MONTH: &str = "10";
pub const RELEASE_CYCLE: &str = "4";
pub const RELEASE_CYCLE_COUNTER: &str = "5";
pub const RELEASE_CYCLE_COUNTER: &str = "6";

0 comments on commit bf0f2df

Please sign in to comment.