From 88a59966e12c13a0ef192e87c64bbe0f4f589e7e Mon Sep 17 00:00:00 2001 From: drodarie Date: Mon, 2 Sep 2024 20:59:53 +0000 Subject: [PATCH] docs: update CHANGELOG.md for main [skip ci] --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec17927a..9f026b47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v4.4.3] - 2024-09-02 +### :bug: Bug Fixes +- [`903434b`](https://github.com/dbbs-lab/bsb-core/commit/903434b3c4a7b7acdb78b3f1e2dee93aea5c3062) - group chunks for placement from different partitions to avoid duplicates *(PR [#880](https://github.com/dbbs-lab/bsb-core/pull/880) by [@drodarie](https://github.com/drodarie))* + - :arrow_lower_right: *fixes issue [#879](https://github.com/dbbs-lab/bsb-core/issues/879) opened by [@francesshei](https://github.com/francesshei)* + + ## [v4.4.2] - 2024-08-02 ### :bug: Bug Fixes - [`97978b4`](https://github.com/dbbs-lab/bsb-core/commit/97978b433dba579478387760010dfd7b09bfda19) - use OIDC instead of user token to publish to pypi *(PR [#877](https://github.com/dbbs-lab/bsb-core/pull/877) by [@drodarie](https://github.com/drodarie))* @@ -436,3 +442,4 @@ MorphologyRepositories, morphologies, voxelization and touch detection. * First steps of distribution as a Python package. [v4.4.1]: https://github.com/dbbs-lab/bsb-core/compare/v4.4.0...v4.4.1 [v4.4.2]: https://github.com/dbbs-lab/bsb-core/compare/v4.4.1...v4.4.2 +[v4.4.3]: https://github.com/dbbs-lab/bsb-core/compare/v4.4.2...v4.4.3