From 827224d94401bc2b0d6028b1e9cee31e026601e2 Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Wed, 5 Jun 2024 18:02:33 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/changelog.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 4e59070e2..93932b9a3 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -16,9 +16,10 @@ LaminDB implements "migration-based versioning". When upgrading your LaminDB ins ### 0.73.1 {small}`2024-06-05` -- 🏗️ Instantly synchronize instance schema with the hub [PR](https://github.com/laminlabs/lamindb/pull/1689) [@falexwolf](https://github.com/falexwolf) -- ⬆️ Migrate to upath 0.2.2 [PR](https://github.com/laminlabs/lamindb/pull/1687) [@Koncopd](https://github.com/Koncopd) -- 🐛 Fix generation of uid for default Transform constructor [PR](https://github.com/laminlabs/lamindb/pull/1684) [@falexwolf](https://github.com/falexwolf) +- 🏗️ Instantly synchronize instance schema with the hub [PR](https://github.com/laminlabs/lamindb/pull/1689) [@fredericenard](https://github.com/fredericenard) +- ⬆️ Upgrade `universal_pathlib` to 0.2.2 [PR](https://github.com/laminlabs/lamindb/pull/1687) [@Koncopd](https://github.com/Koncopd) +- 🐛 Fix generation of `uid` for manual Transform constructor [PR](https://github.com/laminlabs/lamindb/pull/1684) [@falexwolf](https://github.com/falexwolf) +- 🔥 Deleting `artifact.stage()` in favor of `artifact.cache()` (was deprecated in 0.70.0) ### 0.73.0 {small}`2024-05-29`