[CHG] changes for 1.0.0

This commit is contained in:
Rémy Taymans 2024-09-30 17:16:18 +02:00
parent 00f31a2d22
commit 6c0ff13399
4 changed files with 19 additions and 3 deletions

View File

@ -6,6 +6,25 @@ This file compiles releases and changes made in
.. towncrier release notes start
odoo-openupgrade-wizard 1.0.0 (2024-09-30)
==========================================
Features
--------
- Add option ``p`` (SQL format) allowing use from ``--database-format`` CLI.
This allows you to restore database in SQL format (used by odoo full backup)
(add-sql-option-for-database-format-cli)
Bugfixes
--------
- Allow to run multiple `post-*.py` script for each steps.
(allow-run-multiple-post-scripts)
- Fix metadata of the python package on PyPI. (fix-package-metadata)
odoo-openupgrade-wizard 0.7.0 (2024-05-02)
==========================================

View File

@ -1 +0,0 @@
Add option ``p`` (SQL format) allowing use from ``--database-format`` CLI. This allows you to restore database in SQL format (used by odoo full backup)

View File

@ -1 +0,0 @@
Allow to run multiple `post-*.py` script for each steps.

View File

@ -1 +0,0 @@
Fix metadata of the python package on PyPI.