From 37fe021d9e9dfe125c5a6932329762e59a99c8eb Mon Sep 17 00:00:00 2001 From: Rohit Goswami Date: Mon, 12 Aug 2024 14:18:08 -0700 Subject: [PATCH] REL: Finalize v0.6.4 log [wheel build] --- CHANGES.rst | 24 ++++++++++++++++++++++++ changelog.d/1403.bugfix.rst | 1 - changelog.d/1404.bugfix.rst | 1 - changelog.d/1420.feat.rst | 1 - changelog.d/1421.misc.rst | 1 - changelog.d/1431.bugfix.rst | 1 - 6 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 changelog.d/1403.bugfix.rst delete mode 100644 changelog.d/1404.bugfix.rst delete mode 100644 changelog.d/1420.feat.rst delete mode 100644 changelog.d/1421.misc.rst delete mode 100644 changelog.d/1431.bugfix.rst diff --git a/CHANGES.rst b/CHANGES.rst index 66dc303a4..e6bc0237e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,27 @@ +0.6.4 (2024-08-12) +------------------ + +New Features +^^^^^^^^^^^^ + +- ASV supports using JSONC as a configuration file (#1420) + + +Bug Fixes +^^^^^^^^^ + +- Update deprecation for latest conda versions (#1403) +- Fix runs for profiles commit results (#1404) +- Internal pip parser now works for git URLs with branches and tags (#1431) + + +Other Changes and Additions +^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +- ``asv`` defaults to ``--force-reinstall`` now to facilitate ``compare`` and + ``continuous`` for manually versioned projects (#1421) + + 0.6.3 (2024-02-25) ------------------ diff --git a/changelog.d/1403.bugfix.rst b/changelog.d/1403.bugfix.rst deleted file mode 100644 index d5ded4454..000000000 --- a/changelog.d/1403.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Update deprecation for latest conda versions diff --git a/changelog.d/1404.bugfix.rst b/changelog.d/1404.bugfix.rst deleted file mode 100644 index db683bf32..000000000 --- a/changelog.d/1404.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix runs for profiles commit results diff --git a/changelog.d/1420.feat.rst b/changelog.d/1420.feat.rst deleted file mode 100644 index 73aaaa692..000000000 --- a/changelog.d/1420.feat.rst +++ /dev/null @@ -1 +0,0 @@ -ASV supports using JSONC as a configuration file diff --git a/changelog.d/1421.misc.rst b/changelog.d/1421.misc.rst deleted file mode 100644 index 73e879f35..000000000 --- a/changelog.d/1421.misc.rst +++ /dev/null @@ -1 +0,0 @@ -``asv`` defaults to ``--force-reinstall`` now to facilitate ``compare`` and ``continuous`` for manually versioned projects diff --git a/changelog.d/1431.bugfix.rst b/changelog.d/1431.bugfix.rst deleted file mode 100644 index 783ec35f4..000000000 --- a/changelog.d/1431.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Internal pip parser now works for git URLs with branches and tags