diff --git a/CHANGELOG.md b/CHANGELOG.md index 603e8f22..db8efbec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,21 @@ +# v8.0.4 + +## Changed + +- introduce scriv for changelog management +- reconfigure local build backend to use an attribute instead of star imports from setuptools +- introduce ruff as a linter +- ensure the setuptools version keyword correctly load pyproject.toml configuration +- add build and wheel to the test requirements for regression testing +- move internal toml handling to own module + +## Fixed + +- fix #925: allow `write_to` to be an absolute path when it's a subdirectory of the root +- fix #932: ensure type annotations in version file don't cause linter issues +- fix #930: temporary restore `DEFAULT_VERSION_SCHEME` and `DEFAULT_LOCAL_SCHEME` on the `setuptools_scm` package + # v8.0.3 diff --git a/changelog.d/20230922_144818_ronny_introduce_scriv.md b/changelog.d/20230922_144818_ronny_introduce_scriv.md deleted file mode 100644 index 5ad16ae9..00000000 --- a/changelog.d/20230922_144818_ronny_introduce_scriv.md +++ /dev/null @@ -1,3 +0,0 @@ -## Changed - -- introduce scriv for changelog management diff --git a/changelog.d/20230922_154334_ronny_local_build.md b/changelog.d/20230922_154334_ronny_local_build.md deleted file mode 100644 index 2eb846b0..00000000 --- a/changelog.d/20230922_154334_ronny_local_build.md +++ /dev/null @@ -1,4 +0,0 @@ - -### Changed - -- reconfigure local build backend to use a attribute instead of star imports from setuptools diff --git a/changelog.d/20230922_160525_ronny_version_file_annotations.md b/changelog.d/20230922_160525_ronny_version_file_annotations.md deleted file mode 100644 index d06e66aa..00000000 --- a/changelog.d/20230922_160525_ronny_version_file_annotations.md +++ /dev/null @@ -1,4 +0,0 @@ - -### Fixed - -- fix #932: ensure type annotations in version file don't cause linter issues diff --git a/changelog.d/20230922_161408_ronny_legacy_default_import.md b/changelog.d/20230922_161408_ronny_legacy_default_import.md deleted file mode 100644 index 39a68a6f..00000000 --- a/changelog.d/20230922_161408_ronny_legacy_default_import.md +++ /dev/null @@ -1,4 +0,0 @@ - -### Fixed - -- fix #930: temporary restore `DEFAULT_VERSION_SCHEME` and `DEFAULT_LOCAL_SCHEME` on the `setuptools_scm` package \ No newline at end of file diff --git a/changelog.d/20230922_200957_ronny_fix_925_turn_write_to_absolute_to_warning.md b/changelog.d/20230922_200957_ronny_fix_925_turn_write_to_absolute_to_warning.md deleted file mode 100644 index e7ecbfe0..00000000 --- a/changelog.d/20230922_200957_ronny_fix_925_turn_write_to_absolute_to_warning.md +++ /dev/null @@ -1,4 +0,0 @@ - -### Changed - -- fix #925: allow write_to to be a absolute path when it's a subdirectory of the root diff --git a/changelog.d/20230922_220934_opensource_try_ruff.md b/changelog.d/20230922_220934_opensource_try_ruff.md deleted file mode 100644 index e14d49b5..00000000 --- a/changelog.d/20230922_220934_opensource_try_ruff.md +++ /dev/null @@ -1,4 +0,0 @@ - -### Changed - -- introduce ruff as a linter \ No newline at end of file diff --git a/changelog.d/20231002_161552_opensource_fix_938_self_reinit_fixup.md b/changelog.d/20231002_161552_opensource_fix_938_self_reinit_fixup.md deleted file mode 100644 index 294fe4ae..00000000 --- a/changelog.d/20231002_161552_opensource_fix_938_self_reinit_fixup.md +++ /dev/null @@ -1,6 +0,0 @@ - -### Changed - -- ensure the setuptools version keyword correctly load pyproject.toml configuration -- add build and wheel to the test requirements for regression testing -- move internal toml handling to own module