From 15ca1f628183c8f2d44b90771429b0e7101baba1 Mon Sep 17 00:00:00 2001 From: William Silversmith Date: Thu, 31 Mar 2022 01:52:29 -0400 Subject: [PATCH] chore: update changelog --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index d80d1ed7..06363e0a 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,23 @@ CHANGES ======= +4.1.1 +----- + +* release(4.1.1): fixes dependency logic for DracoPy and zmesh +* chore: allow igneous to upgrade zmesh and dracopy for feature releases + +4.1.0 +----- + +* release(4.1.0): adds min\_shards parameter +* feat: add min\_shards parameter to shard generation +* chore: update changelog +* fix(cli): normalize path for sharded skeleton merge +* refactor: correct type annotation +* feat: add --quiet option to igneous execute +* fix: add "none" to compress options + 4.0.0 -----