diff --git a/HISTORY.rst b/HISTORY.rst index 4470775..cb08fd9 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,3 +1,18 @@ +1.0 (2024-07-13) +================ + +Features +-------- + +- Add ``--sort`` option on list, list-depends and list-codepends. (`#62 `_) + + +Bugfixes +-------- + +- Don't crash if ``odoo.addons.__path__`` is a `_NamespacePath`. (`#68 `_) + + 0.7 (2023-02-07) ================ diff --git a/news/62.feature b/news/62.feature deleted file mode 100644 index c7c39fc..0000000 --- a/news/62.feature +++ /dev/null @@ -1 +0,0 @@ -Add ``--sort`` option on list, list-depends and list-codepends. diff --git a/news/68.bugfix b/news/68.bugfix deleted file mode 100644 index 0f28295..0000000 --- a/news/68.bugfix +++ /dev/null @@ -1 +0,0 @@ -Don't crash if ``odoo.addons.__path__`` is a `_NamespacePath`.