Skip to content

Latest commit

 

History

History
105 lines (68 loc) · 2.87 KB

CHANGELOG.md

File metadata and controls

105 lines (68 loc) · 2.87 KB

Changelog

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.

[Unreleased]

0.2.6 - 2024-05-31

Added

  • provide download_winsw on release repository

0.2.5 - 2024-05-23

Added

  • add nat detection binary to release type

0.2.4 - 2024-05-23

Other

  • update reqwest

0.2.3 - 2024-05-16

Added

  • add sn_auditor to release type

0.2.2 - 2024-05-08

Other

  • update lauchpad bucket naming to remove

0.2.1 - 2024-05-04

Added

  • add node launchpad to release type

0.2.0 - 2024-03-19

Other

  • use version type rather than strings
  • rename release interface

0.1.9 - 2024-03-19

Added

  • support safenodemand releases

0.1.8 - 2024-03-19

Added

  • validate the provided semantic version str

0.1.7 - 2024-02-01

Other

  • update license year
  • retrieve latest release from crates.io
  • remove testnet from release type

0.1.6 - 2023-12-21

Added

  • support faucet releases

0.1.5 - 2023-12-13

Added

  • support node manager releases

0.1.4 - 2023-12-13

Added

  • function for downloading custom url

0.1.3 - 2023-11-24

Added

  • support sn_node_rpc_client release type

0.1.2 - 2023-10-24

Other

  • apply debug attribute

0.1.1 - 2023-10-20

Added

  • provide function to get platform

0.1.0 - 2023-10-19

Added

  • provide download and extract functions
  • provide get_latest_version function

Other

  • 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