From 61b4e1719308ada8276b343267c37817b0f4aa21 Mon Sep 17 00:00:00 2001 From: Mario Fortier <4542410+mario4tier@users.noreply.github.com> Date: Thu, 7 Sep 2023 14:40:15 +0000 Subject: [PATCH] Update from https://github.com/ChainMovers/suibase/commit/e8eec1844d0981f788fd2d96bb0ad9991d6b3122 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a26c7f3..d2fe711 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,21 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### Added ### Fixed + +### Changed + +### Removed + +## [0.1.6] 2023-09-07 +### Added +- (#68) precompiled binaries for Linux and Windows WSL2. + +### Fixed +- (#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). + ### Changed ### Removed