From 08340c0d9a2a67c1502ea920cadb1138f532bfce Mon Sep 17 00:00:00 2001 From: Dmytro Katyukha Date: Mon, 14 Aug 2023 11:33:58 +0300 Subject: [PATCH] Release 0.0.12 (2023-08-14) Added ===== - Command `odood odoo shell` that allows to open odoo shell for specified db. - Added release for `debian:bullseye` Changed ======= - Implement backup of database on D level. This way it provides better error handling. - Added ability to cache downloads if `ODOOD_CACHE_DIR` environment variable is set. --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97ffe02..edc53dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ # Changelog -## Unreleased +## Release 0.0.12 (2023-08-14) ### Added - Command `odood odoo shell` that allows to open odoo shell for specified db. +- Added release for `debian:bullseye` + +### Changed + +- Implement backup of database on D level. This way it provides better error handling. +- Added ability to cache downloads if `ODOOD_CACHE_DIR` environment variable is set. ---