All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.1 - 2024-10-22
- use correct crate name for autonomi
0.3.0 - 2024-10-20
- replace safe release type with autonomi
- remove faucet and auditor release types
0.2.8 - 2024-08-28
- crate name for nat detection util
0.2.7 - 2024-08-02
- add
aarch64-apple-darwin
platform
0.2.6 - 2024-05-31
- provide
download_winsw
on release repository
0.2.5 - 2024-05-23
- add nat detection binary to release type
0.2.4 - 2024-05-23
- update reqwest
0.2.3 - 2024-05-16
- add sn_auditor to release type
0.2.2 - 2024-05-08
- update lauchpad bucket naming to remove
0.2.1 - 2024-05-04
- add node launchpad to release type
0.2.0 - 2024-03-19
- use version type rather than strings
- rename release interface
0.1.9 - 2024-03-19
- support safenodemand releases
0.1.8 - 2024-03-19
- validate the provided semantic version str
0.1.7 - 2024-02-01
- update license year
- retrieve latest release from crates.io
- remove testnet from release type
0.1.6 - 2023-12-21
- support faucet releases
0.1.5 - 2023-12-13
- support node manager releases
0.1.4 - 2023-12-13
- function for downloading custom url
0.1.3 - 2023-11-24
- support
sn_node_rpc_client
release type
0.1.2 - 2023-10-24
- apply debug attribute
0.1.1 - 2023-10-20
- provide function to get platform
0.1.0 - 2023-10-19
- provide download and extract functions
- provide
get_latest_version
function
- version bump and release workflow
- apply the gpl 3.0 license
- provide basic merge workflow
- downloading failure case
- example usage and testing
- move functions into trait/struct
- Initial commit