From 944b8ec8157c1715f7185c50a0e1ed719608da2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Sat, 21 Oct 2023 15:29:21 +0200 Subject: [PATCH] v1.1 --- HISTORY.rst | 16 ++++++++++++++++ news/50.feature | 2 -- news/52.feature | 3 --- news/53.feature | 2 -- news/55.feature | 1 - 5 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 news/50.feature delete mode 100644 news/52.feature delete mode 100644 news/53.feature delete mode 100644 news/55.feature diff --git a/HISTORY.rst b/HISTORY.rst index e7e173d..2cc2d11 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,3 +1,19 @@ +v1.1 (2023-10-21) +================= + +Features +-------- + +- Renamed ``UnsupportedOdooVersion`` exception to ``UnsupportedOdooSeries``. + ``UnsupportedOdooVersion`` is preserved as a compatibility alias. (`#50 `_) +- Add functions to convert addon names to and from distribution names and requirements + (including the Odoo version specifier): ``addon_name_to_distribution_name``, + ``addon_name_to_requirement`` and ``distribution_name_to_addon_name``. (`#52 `_) +- Add support for ``odoo_series_override`` metadata option, as a preferred alias to + ``odoo_version_override``. (`#53 `_) +- Update core addon lists. (`#55 `_) + + 1.0 (2023-09-10) ================ diff --git a/news/50.feature b/news/50.feature deleted file mode 100644 index 7515548..0000000 --- a/news/50.feature +++ /dev/null @@ -1,2 +0,0 @@ -Renamed ``UnsupportedOdooVersion`` exception to ``UnsupportedOdooSeries``. -``UnsupportedOdooVersion`` is preserved as a compatibility alias. diff --git a/news/52.feature b/news/52.feature deleted file mode 100644 index 7e16043..0000000 --- a/news/52.feature +++ /dev/null @@ -1,3 +0,0 @@ -Add functions to convert addon names to and from distribution names and requirements -(including the Odoo version specifier): ``addon_name_to_distribution_name``, -``addon_name_to_requirement`` and ``distribution_name_to_addon_name``. diff --git a/news/53.feature b/news/53.feature deleted file mode 100644 index b27eac9..0000000 --- a/news/53.feature +++ /dev/null @@ -1,2 +0,0 @@ -Add support for ``odoo_series_override`` metadata option, as a preferred alias to -``odoo_version_override``. diff --git a/news/55.feature b/news/55.feature deleted file mode 100644 index 65bbf14..0000000 --- a/news/55.feature +++ /dev/null @@ -1 +0,0 @@ -Update core addon lists.