diff --git a/HISTORY.rst b/HISTORY.rst index 20b89be..aa8aacb 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,5 +1,17 @@ -v1.4.0 (2023-10-08) -=================== +1.5 (2024-01-05) +================ + +Features +-------- + +- Normalize distribution names in the generated lock files. This change, which will + cause some churn in generated ``requirements*.txt`` files, was made following a + setuptools 69 evolution that started preserving underscores in distribution names. + (`#132 `_) + + +1.4.0 (2023-10-08) +================== Features -------- diff --git a/news/132.feature b/news/132.feature deleted file mode 100644 index 1c61eae..0000000 --- a/news/132.feature +++ /dev/null @@ -1,3 +0,0 @@ -Normalize distribution names in the generated lock files. This change, which will cause -some changes in generated ``requirements*.txt`` files, was made following the change in -setuptools 69 that started preserving underscores in distribution names.