File tree Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88<!-- start changelog -->
99
1010(unreleased)=
11- ## [ Unreleased] ( https://github.com/jeertmans/manim-slides/compare/v5.1.7 ...HEAD )
11+ ## [ Unreleased] ( https://github.com/jeertmans/manim-slides/compare/v5.1.8 ...HEAD )
1212
13- (unreleased-added)=
13+ (v5.1.8)=
14+ ## [ v5.1.8] ( https://github.com/jeertmans/manim-slides/compare/v5.1.7...v5.1.8 )
15+
16+ (v5.1.8-added)=
1417### Added
1518
1619- 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
2326 and asset files.
2427 [ #470 ] ( https://github.com/jeertmans/manim-slides/pull/470 )
2528
26- (unreleased -chore)=
29+ (v5.1.8 -chore)=
2730### Chore
2831
2932- 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
4952- Changed project manager from Rye to uv.
5053 [ #476 ] ( https://github.com/jeertmans/manim-slides/pull/476 )
5154
52- (unreleased -fixed)=
55+ (v5.1.8 -fixed)=
5356### Fixed
5457
5558- 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
6063 thanks to [ @PeculiarProgrammer ] ( https://github.com/PeculiarProgrammer ) !
6164 [ #465 ] ( https://github.com/jeertmans/manim-slides/pull/465 )
6265
63- (unreleased -removed)=
66+ (v5.1.8 -removed)=
6467### Removed
6568
6669- Removed ` full-gl ` extra, because it does not make sense to ship both
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ keywords:
2626 - PowerPoint
2727 - Python
2828license : MIT
29- version : v5.1.7
29+ version : v5.1.8
3030preferred-citation :
3131 publisher :
3232 name : The Open Journal
Original file line number Diff line number Diff line change 1- __version__ = "5.1.7 "
1+ __version__ = "5.1.8 "
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ Repository = "https://github.com/jeertmans/manim-slides"
8787allow_dirty = false
8888commit = true
8989commit_args = " "
90- current_version = " 5.1.7 "
90+ current_version = " 5.1.8 "
9191ignore_missing_version = false
9292message = " chore(deps): bump version from {current_version} to {new_version}"
9393parse = ' (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))?'
You can’t perform that action at this time.
0 commit comments