diff --git a/HISTORY.rst b/HISTORY.rst index 0a6f28e6..c90a9fd9 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,3 +1,20 @@ +v20231013 +~~~~~~~~~ + +**Features** + +- Add ``MAIN_BRANCH_BOT_MIN_VERSION`` config option to declare the minimum Odoo series + for which the main branch bot actions runs. (`#252 `_) +- Upgrade to latest ``maintainer-tools``, and use ``oca-gen-addon-readme + --if-source-changed`` to avoid full regenaration of all readme when we upgrade + the README generator. (`#256 `_) + + +**Bugfixes** + +- Add binutils to Dockerfile to fix pandoc installer. (`#259 `_) + + v20230619 ~~~~~~~~~ diff --git a/newsfragments/252.feature b/newsfragments/252.feature deleted file mode 100644 index a9ce1b64..00000000 --- a/newsfragments/252.feature +++ /dev/null @@ -1,2 +0,0 @@ -Add ``MAIN_BRANCH_BOT_MIN_VERSION`` config option to declare the minimum Odoo series -for which the main branch bot actions runs. diff --git a/newsfragments/256.feature b/newsfragments/256.feature deleted file mode 100644 index b6e5b2b3..00000000 --- a/newsfragments/256.feature +++ /dev/null @@ -1,3 +0,0 @@ -Upgrade to latest ``maintainer-tools``, and use ``oca-gen-addon-readme ---if-source-changed`` to avoid full regenaration of all readme when we upgrade -the README generator. diff --git a/newsfragments/259.bugfix b/newsfragments/259.bugfix deleted file mode 100644 index 44e365a2..00000000 --- a/newsfragments/259.bugfix +++ /dev/null @@ -1 +0,0 @@ -Add binutils to Dockerfile to fix pandoc installer.