From da0f0f59fbff2cbda0351a4c7dae54aa39949d4a Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Mon, 6 Nov 2023 08:07:02 +0100 Subject: [PATCH] Release v0.0.2 --- CHANGES.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1a61d8af..e032df26 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,10 @@ ## Unreleased + + +## 2023/11/06 v0.0.2 + - CLI: Upgrade to `click-aliases>=1.0.2`, fixing erroring out when no group aliases are specified. @@ -12,7 +16,7 @@ column names, for emulating unique composite keys. -## 2023/10/10 0.0.1 +## 2023/10/10 v0.0.1 - SQLAlchemy: Add a few patches and polyfills, which do not fit well into the vanilla Python driver / SQLAlchemy dialect. @@ -36,7 +40,7 @@ `RepositoryUnknownException`. -## 2023/06/27 0.0.0 +## 2023/06/27 v0.0.0 - Import "data retention" implementation from . Thanks, @hammerhead.