[VER] Bump to version 1.0.2

This commit is contained in:
Rémy Taymans 2024-10-06 16:26:31 +02:00
parent 4c105146ba
commit 996940cc91
5 changed files with 16 additions and 6 deletions

View File

@ -6,6 +6,21 @@ This file compiles releases and changes made in
.. towncrier release notes start
odoo-openupgrade-wizard 1.0.2 (2024-10-06)
==========================================
Bugfixes
--------
- Added a check to ensure the source exists before database operations,
preventing the destination from being dropped if the source is missing.
(check-db-exist-before-operations)
- Fix error that append randomly when removing a container. (container-removal)
- Require to specify the --database arg for every command that needs it
(install_from_csv, psql, run, generate_module_analysis)
(require-database-arg)
odoo-openupgrade-wizard 1.0.1 (2024-10-01)
==========================================

View File

@ -1,2 +0,0 @@
Added a check to ensure the source exists before database operations,
preventing the destination from being dropped if the source is missing.

View File

@ -1 +0,0 @@
Fix error that append randomly when removing a container.

View File

@ -1,2 +0,0 @@
Require to specify the --database arg for every command that needs it
(install_from_csv, psql, run, generate_module_analysis)

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "odoo-openupgrade-wizard"
version = "1.0.1"
version = "1.0.2"
description = "CLI tool to manage Odoo Major Upgrades"
authors = [
"Sylvain LE GAL <sylvain.legal@grap.coop>",