Skip to content

Commit

Permalink
Release 0.0.12 (2023-08-14)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
katyukha committed Aug 14, 2023
1 parent 740c3dc commit 08340c0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

---

Expand Down

0 comments on commit 08340c0

Please sign in to comment.