From 8d4c37deb56b29f011029e8b282517f6bce1ca9d Mon Sep 17 00:00:00 2001 From: Mario Fortier <4542410+mario4tier@users.noreply.github.com> Date: Wed, 1 Nov 2023 23:08:06 +0000 Subject: [PATCH] Update from https://github.com/ChainMovers/suibase/commit/3ca91de8b2e42a5f919bc1fd60c85a8778ef97c5 --- CHANGELOG.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ff51a4..461aee4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,12 +11,23 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unpublished] ### Added -- (#68) precompiled binaries for Linux Ubuntu (x86 64 bits only). ### Fixed + +### Changed + +### Removed + +## [0.1.6] 2023-11-01 + +### Added +- (#68) Precompiled binaries for MacOS, x86_64 Linux and Windows WSL2. + +### Fixed +- (#83) Do sui binaries --locked cargo build for consistency. - (#65) Fix support for 'sui client publish' and 'sui move' when path and/or install-dir are not specified. - (#24) Fix help for faucet. -- Misc fix to support sui client v1.10.x changes to CLI related to new output format (tables). +- Misc fix to support sui client >1.10.x for CLI new output format (tables). ### Changed