diff --git a/.auxiliary/data/towncrier/+modules-df.repair.rst b/.auxiliary/data/towncrier/+modules-df.repair.rst deleted file mode 100644 index 9578e01..0000000 --- a/.auxiliary/data/towncrier/+modules-df.repair.rst +++ /dev/null @@ -1 +0,0 @@ -Standard: Modules: Reclassify modules with proper depth-first traversal. diff --git a/.auxiliary/data/towncrier/+modules-exclude.enhance.rst b/.auxiliary/data/towncrier/+modules-exclude.enhance.rst deleted file mode 100644 index ac2484b..0000000 --- a/.auxiliary/data/towncrier/+modules-exclude.enhance.rst +++ /dev/null @@ -1,2 +0,0 @@ -Standard: Modules: Allow certain modules to be excluded from reclassification. -Also, implement cycle detection. diff --git a/documentation/changelog.rst b/documentation/changelog.rst index c12c903..d52da9c 100644 --- a/documentation/changelog.rst +++ b/documentation/changelog.rst @@ -23,6 +23,22 @@ Release Notes .. towncrier release notes start +Classcore 1.8 (2025-07-23) +========================== + +Enhancements +------------ + +- Standard: Modules: Allow certain modules to be excluded from reclassification. + Also, implement cycle detection. + + +Repairs +------- + +- Standard: Modules: Reclassify modules with proper depth-first traversal. + + Classcore 1.7 (2025-07-08) ========================== diff --git a/sources/classcore/__init__.py b/sources/classcore/__init__.py index a27e6aa..ed702cd 100644 --- a/sources/classcore/__init__.py +++ b/sources/classcore/__init__.py @@ -62,7 +62,7 @@ class decorators. Furthermore, the exception classes in the __version__: __.typx.Annotated[ str, __.ddoc.Visibilities.Reveal ] -__version__ = '1.8a0' +__version__ = '1.8' standard.finalize_module(