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.10.0 - 2024-12-21
- rebrand more references from safe -> ant
0.8.1 - 2024-10-24
- use correct crate for
autonomi
version
0.8.0 - 2024-10-20
client
cmd now uses theautonomi
binary- add
aarch64-apple-darwin
release binaries - add
aarch64-apple-darwin
support
- (test) impl
download_winsw
- remove unused dependency
- (workflow) update node manager version to
0.10.1
- (workflow) update node version to
0.110.0
- (workflow) update client version to
0.94.0
- (fmt) formatting
0.7.0 - 2024-03-21
- use version type rather than strings
0.6.0 - 2024-02-06
- remove
testnet
command
0.5.0 - 2023-12-14
- provide
node-manager
command
- download and extract using
sn-releases
crate
0.4.1 - 2023-08-16
- relax check for shell on macos
0.4.0 - 2023-07-17
- provide
ls
command - remove support for elevated installs
- provide
update
command
- move command processing to
cmd
module
0.3.6 - 2023-07-07
- allow m1 mac installs
0.3.5 - 2023-06-21
- support armv7 architecture
- use
-Force
option on zip extraction
0.3.4 - 2023-06-19
- alt mechanism for downloading install script
- use zip rather than tar archive
0.3.3 - 2023-06-19
- allow arm macs to install x86 bins, as those will work
0.3.2 - 2023-06-17
- set user path variable for windows
0.3.1 - 2023-06-16
- fix bad script references
0.3.0 - 2023-06-16
- do not install client by default
0.2.1 - 2023-06-16
- use banners for install process
- provide powershell install script
- provide unix-based install script
- provide installation instructions
0.2.0 - 2023-06-16
- use
~/.local/bin
as install location
- provide build job
0.1.2 - 2023-06-15
- ignore directories used in release process
0.1.1 - 2023-06-14
- improve cli documentation
0.1.0 - 2023-06-14
- full installations of binaries on windows
- provide
testnet
subcommand - provide node command
- support installing specific versions
- modify shell profile for safe on path
- provide
client
command
- implement release process
- accommodate multiple github releases
- integration test for windows installations
- use config directory for safeup config
- vary location of shell profile
- add settings file to keep track of installs
- run some integration tests
- updates for dealing with new release format
- apply license headers and style recommendations
- provide initial command info
- provide standard workflows
- Initial commit