diff --git a/HISTORY.rst b/HISTORY.rst index b45297f..56c5ab3 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,3 +1,15 @@ +1.7.0 (2024-02-22) +================== + +Features +-------- + +- Support environments where pip is not installed. (`#98 `_) +- Add experimental support for `uv `_ as the installation + command. A new ``--installer`` option is available to select the installer + to use. (`#135 `_) + + 1.6.0 (2024-01-10) ================== diff --git a/news/135.feature b/news/135.feature deleted file mode 100644 index 5249bb6..0000000 --- a/news/135.feature +++ /dev/null @@ -1,4 +0,0 @@ -Add experimental support for `uv `_ as the installation -command. For now we still need `pip` to be installed in the target environment, to -inspect its content. A new ``--installer`` option is available to select the installer -to use. diff --git a/news/98.feature b/news/98.feature deleted file mode 100644 index 0e4251f..0000000 --- a/news/98.feature +++ /dev/null @@ -1 +0,0 @@ -Support environments where pip is not installed.