diff --git a/CHANGELOG.md b/CHANGELOG.md index fe116e5..17bb944 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 (unreleased)= -## [Unreleased](https://github.com/jeertmans/manim-slides/compare/v5.1.7...HEAD) +## [Unreleased](https://github.com/jeertmans/manim-slides/compare/v5.1.8...HEAD) -(unreleased-added)= +(v5.1.8)= +## [v5.1.8](https://github.com/jeertmans/manim-slides/compare/v5.1.7...v5.1.8) + +(v5.1.8-added)= ### Added - Added `manim-slides checkhealth` command to easily obtain important information @@ -23,7 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 and asset files. [#470](https://github.com/jeertmans/manim-slides/pull/470) -(unreleased-chore)= +(v5.1.8-chore)= ### Chore - Pin `rtoml==0.9.0` on Windows platforms, @@ -49,7 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed project manager from Rye to uv. [#476](https://github.com/jeertmans/manim-slides/pull/476) -(unreleased-fixed)= +(v5.1.8-fixed)= ### Fixed - Fix combining assets from multiple scenes to avoid filename collision. @@ -60,7 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 thanks to [@PeculiarProgrammer](https://github.com/PeculiarProgrammer)! [#465](https://github.com/jeertmans/manim-slides/pull/465) -(unreleased-removed)= +(v5.1.8-removed)= ### Removed - Removed `full-gl` extra, because it does not make sense to ship both diff --git a/CITATION.cff b/CITATION.cff index d7112c0..34381ce 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -26,7 +26,7 @@ keywords: - PowerPoint - Python license: MIT -version: v5.1.7 +version: v5.1.8 preferred-citation: publisher: name: The Open Journal diff --git a/manim_slides/__version__.py b/manim_slides/__version__.py index 4d2666f..413e8b7 100644 --- a/manim_slides/__version__.py +++ b/manim_slides/__version__.py @@ -1 +1 @@ -__version__ = "5.1.7" +__version__ = "5.1.8" diff --git a/pyproject.toml b/pyproject.toml index ea17552..5a0f1f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ Repository = "https://github.com/jeertmans/manim-slides" allow_dirty = false commit = true commit_args = "" -current_version = "5.1.7" +current_version = "5.1.8" ignore_missing_version = false message = "chore(deps): bump version from {current_version} to {new_version}" parse = '(?P\d+)\.(?P\d+)\.(?P\d+)(-rc(?P\d+))?'