diff --git a/HISTORY.rst b/HISTORY.rst index 56c5ab3..302ad5d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,3 +1,23 @@ +1.8.0 (2024-02-23) +================== + +Features +-------- + +- Read constraints from ``constraints.txt`` (and fallback to ``requirements.txt.in`` if + it is absent), as this name better matches the purpose of the file. (`#59 + `_) + + +Bugfixes +-------- + +- Improve compatibility with ``uv``, by passing installer options via command line instead + of requirements file (this does not change how options are set by the user in + ``constraints.txt`` or ``requirements.txt.in``). (`#138 + `_) + + 1.7.0 (2024-02-22) ================== diff --git a/news/138.bugfix b/news/138.bugfix deleted file mode 100644 index 614a321..0000000 --- a/news/138.bugfix +++ /dev/null @@ -1,3 +0,0 @@ -Improve compatibility with uv, by passing installer options via command line instead of -requirements file (this does not change how options are set by the user in -``requirements.txt.in``). diff --git a/news/59.feature b/news/59.feature deleted file mode 100644 index 6c83bed..0000000 --- a/news/59.feature +++ /dev/null @@ -1,2 +0,0 @@ -Read constraints from ``constraints.txt`` first and fallback to ``requirements.txt.in`` -as the former name better matches the purpose of the file.