diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3473f6b6..18d58e45 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -19,6 +19,20 @@ See the fragment files in the `changelog.d directory`_. .. scriv-insert-here +.. _changelog-0.7.4: + +0.7.4 — 2023-12-12 +================== + +Changed +------- + +- Use ``platformdirs`` instead of ``appdirs`` to determine the user data + directory. +- Update dependencies. +- Update the Submit RPC handler to use the default processing configuration when + the user-provided ``config`` field is unset. + .. _changelog-0.7.3: 0.7.3 — 2023-11-30 diff --git a/a3m/__init__.py b/a3m/__init__.py index aa6c0354..da8cad69 100644 --- a/a3m/__init__.py +++ b/a3m/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.7.3" +__version__ = "0.7.4" __all__ = ["__version__"] diff --git a/changelog.d/20231207_171522_jesus_platformdirs.rst b/changelog.d/20231207_171522_jesus_platformdirs.rst deleted file mode 100644 index fa89618e..00000000 --- a/changelog.d/20231207_171522_jesus_platformdirs.rst +++ /dev/null @@ -1,35 +0,0 @@ -.. A new scriv changelog fragment. -.. -.. Uncomment the header that is right (remove the leading dots). -.. -.. Removed -.. ------- -.. -.. - A bullet item for the Removed category. -.. -.. Added -.. ----- -.. -.. - A bullet item for the Added category. -.. -Changed -------- - -- Use ``platformdirs`` instead of ``appdirs`` to determine the user data - directory. -.. -.. Deprecated -.. ---------- -.. -.. - A bullet item for the Deprecated category. -.. -.. Fixed -.. ----- -.. -.. - A bullet item for the Fixed category. -.. -.. Security -.. -------- -.. -.. - A bullet item for the Security category. -.. diff --git a/changelog.d/20231207_173057_jesus_platformdirs.rst b/changelog.d/20231207_173057_jesus_platformdirs.rst deleted file mode 100644 index ed527051..00000000 --- a/changelog.d/20231207_173057_jesus_platformdirs.rst +++ /dev/null @@ -1,34 +0,0 @@ -.. A new scriv changelog fragment. -.. -.. Uncomment the header that is right (remove the leading dots). -.. -.. Removed -.. ------- -.. -.. - A bullet item for the Removed category. -.. -.. Added -.. ----- -.. -.. - A bullet item for the Added category. -.. -Changed -------- - -- Update dependencies. -.. -.. Deprecated -.. ---------- -.. -.. - A bullet item for the Deprecated category. -.. -.. Fixed -.. ----- -.. -.. - A bullet item for the Fixed category. -.. -.. Security -.. -------- -.. -.. - A bullet item for the Security category. -.. diff --git a/changelog.d/20231212_154905_jesus_processing_config_defaults.rst b/changelog.d/20231212_154905_jesus_processing_config_defaults.rst deleted file mode 100644 index dea4e530..00000000 --- a/changelog.d/20231212_154905_jesus_processing_config_defaults.rst +++ /dev/null @@ -1,35 +0,0 @@ -.. A new scriv changelog fragment. -.. -.. Uncomment the header that is right (remove the leading dots). -.. -.. Removed -.. ------- -.. -.. - A bullet item for the Removed category. -.. -.. Added -.. ----- -.. -.. - A bullet item for the Added category. -.. -Changed -------- - -- Update the Submit RPC handler to use the default processing configuration when - the user-provided ``config`` field is unset. -.. -.. Deprecated -.. ---------- -.. -.. - A bullet item for the Deprecated category. -.. -.. Fixed -.. ----- -.. -.. - A bullet item for the Fixed category. -.. -.. Security -.. -------- -.. -.. - A bullet item for the Security category. -..