diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4f4c11fc..8b769260 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -13,21 +13,14 @@ its best to adhere to `Semantic Versioning List entries are sorted in descending chronological order. Contributors to each release were listed in alphabetical order by first name until version 0.7.0. - Unreleased ========== Added ----- -- More master patterns downloadable to a local cache via ``data.ebsd_master_pattern()``: - Alternative sigma (Fe-Cr-Mo), Cr2N, R (Fe-Cr-Mo), Pi (Fe-Mo), Al6Mn, and alpha-AlMnSi. - (`#796 `_) -- Function to clear the kikuchipy data cache directory. - (`#796 `_) -- Optional dependency on the ebsdsim Python package. - (`#809 `_) -- Reader for master patterns generated by the ebsdsim Python package. - (`#809 `_) + +Fixed +----- Changed ------- @@ -35,13 +28,26 @@ Changed Removed ------- -Fixed ------ - Deprecated ---------- +0.13.0 (2026-06-14) +=================== + +Added +----- +- More master patterns downloadable to a local cache via ``data.ebsd_master_pattern()``: + Alternative sigma (Fe-Cr-Mo), Cr2N, R (Fe-Cr-Mo), Pi (Fe-Mo), Al6Mn, and alpha-AlMnSi. + (`#796 `_) +- Function to clear the kikuchipy data cache directory. + (`#796 `_) +- Optional dependency on the ebsdsim Python package. + (`#809 `_) +- Reader for master patterns generated by the ebsdsim Python package. + (`#809 `_) + + 0.12.2 (2026-06-04) =================== diff --git a/src/kikuchipy/__init__.py b/src/kikuchipy/__init__.py index e5cbd14e..7306c675 100644 --- a/src/kikuchipy/__init__.py +++ b/src/kikuchipy/__init__.py @@ -36,7 +36,7 @@ "Tijmen Vermeij", ] -__version__ = "0.13.dev0" +__version__ = "0.14.dev0" __getattr__, __dir__, __all__ = lazy_loader.attach_stub(__name__, __file__)