sn-node-manager 0.1.21

A command-line application for installing, managing and operating `safenode` as a service.
# 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.21]https://github.com/maidsafe/safe_network/compare/sn-node-manager-v0.1.20...sn-node-manager-v0.1.21 - 2024-01-25

### Other
- update dependencies

## [0.1.20]https://github.com/maidsafe/safe_network/compare/sn-node-manager-v0.1.19...sn-node-manager-v0.1.20 - 2024-01-25

### Fixed
- *(manager)* increase port unbinding time

### Other
- rename sn_node_manager crate
- *(manager)* rename node manager crate

## [0.1.19]https://github.com/maidsafe/sn-node-manager/compare/v0.1.18...v0.1.19 - 2024-01-23

### Fixed
- add delay to make sure we drop the socket

### Other
- force skip validation

## [0.1.18]https://github.com/maidsafe/sn-node-manager/compare/v0.1.17...v0.1.18 - 2024-01-22

### Added
- provide `faucet` command
- `status` command enhancements
- provide `--local` flag for `add`

### Other
- fixup after rebase
- provide script for local network
- additional info in `status` cmd

## [0.1.17]https://github.com/maidsafe/sn-node-manager/compare/v0.1.16...v0.1.17 - 2024-01-18

### Added
- add quic/tcp features and set quic as default

## [0.1.16]https://github.com/maidsafe/sn-node-manager/compare/v0.1.15...v0.1.16 - 2024-01-16

### Other
- tidy peer management for `join` command

## [0.1.15]https://github.com/maidsafe/sn-node-manager/compare/v0.1.14...v0.1.15 - 2024-01-15

### Other
- manually parse environment variable

## [0.1.14]https://github.com/maidsafe/sn-node-manager/compare/v0.1.13...v0.1.14 - 2024-01-12

### Added
- apply `--first` argument to added service

## [0.1.13]https://github.com/maidsafe/sn-node-manager/compare/v0.1.12...v0.1.13 - 2024-01-10

### Fixed
- apply to correct argument

## [0.1.12]https://github.com/maidsafe/sn-node-manager/compare/v0.1.11...v0.1.12 - 2024-01-09

### Other
- use `--first` arg for genesis node

## [0.1.11]https://github.com/maidsafe/sn-node-manager/compare/v0.1.10...v0.1.11 - 2023-12-21

### Added
- download binaries in absence of paths

## [0.1.10]https://github.com/maidsafe/sn-node-manager/compare/v0.1.9...v0.1.10 - 2023-12-19

### Added
- provide `run` command

## [0.1.9]https://github.com/maidsafe/sn-node-manager/compare/v0.1.8...v0.1.9 - 2023-12-14

### Added
- custom port arguments for `add` command

## [0.1.8]https://github.com/maidsafe/sn-node-manager/compare/v0.1.7...v0.1.8 - 2023-12-13

### Other
- remove network contacts from peer acquisition

## [0.1.7]https://github.com/maidsafe/sn-node-manager/compare/v0.1.6...v0.1.7 - 2023-12-13

### Added
- provide `--url` argument for `add` command

## [0.1.6]https://github.com/maidsafe/sn-node-manager/compare/v0.1.5...v0.1.6 - 2023-12-12

### Fixed
- accommodate service restarts in `status` cmd

## [0.1.5]https://github.com/maidsafe/sn-node-manager/compare/v0.1.4...v0.1.5 - 2023-12-08

### Added
- provide `upgrade` command
- each service instance to use its own binary

## [0.1.4]https://github.com/maidsafe/sn-node-manager/compare/v0.1.3...v0.1.4 - 2023-12-05

### Other
- upload 'latest' version to S3

## [0.1.3]https://github.com/maidsafe/sn-node-manager/compare/v0.1.2...v0.1.3 - 2023-12-05

### Added
- provide `remove` command

## [0.1.2]https://github.com/maidsafe/sn-node-manager/compare/v0.1.1...v0.1.2 - 2023-12-05

### Added
- provide `--peer` argument

### Other
- rename `install` command to `add`

## [0.1.1]https://github.com/maidsafe/sn-node-manager/compare/v0.1.0...v0.1.1 - 2023-11-29

### Other
- improve docs for `start` and `stop` commands

## [0.1.0]https://github.com/maidsafe/sn-node-manager/releases/tag/v0.1.0 - 2023-11-29

### Added
- provide `status` command
- provide `stop` command
- provide `start` command
- provide `install` command

### Other
- release process and licensing
- extend the e2e test for new commands
- reference `sn_node_rpc_client` crate
- specify root and log dirs at install time
- provide initial integration tests
- Initial commit