File tree 4 files changed +10
-7
lines changed
4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -8,21 +8,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
<!-- start changelog -->
9
9
10
10
(unreleased)=
11
- ## [ Unreleased] ( https://github.com/jeertmans/manim-slides/compare/v5.3.1 ...HEAD )
11
+ ## [ Unreleased] ( https://github.com/jeertmans/manim-slides/compare/v5.4.0 ...HEAD )
12
12
13
- (unreleased-added)=
13
+ (v5.4.0)=
14
+ ## [ v5.4.0] ( https://github.com/jeertmans/manim-slides/compare/v5.3.1...v5.4.0 )
15
+
16
+ (v5.4.0-added)=
14
17
### Added
15
18
16
19
- Added ` skip_animations ` compatibility with ManimCE.
17
20
[ @Rapsssito ] ( https://github.com/Rapsssito ) [ #516 ] ( https://github.com/jeertmans/manim-slides/pull/516 )
18
21
19
- (unreleased -chore)=
22
+ (v5.4.0 -chore)=
20
23
### Chore
21
24
22
25
- Bumped Manim to ` >=0.19 ` , as it fixed OpenGL renderer issue.
23
26
[ #522 ] ( https://github.com/jeertmans/manim-slides/pull/522 )
24
27
25
- (unreleased -fixed)=
28
+ (v5.4.0 -fixed)=
26
29
### Fixed
27
30
28
31
- Fixed OpenGL renderer having no partial movie files with Manim bindings.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ keywords:
26
26
- PowerPoint
27
27
- Python
28
28
license : MIT
29
- version : v5.3.1
29
+ version : v5.4.0
30
30
preferred-citation :
31
31
publisher :
32
32
name : The Open Journal
Original file line number Diff line number Diff line change 1
- __version__ = "5.3.1 "
1
+ __version__ = "5.4.0 "
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ Repository = "https://github.com/jeertmans/manim-slides"
91
91
allow_dirty = false
92
92
commit = true
93
93
commit_args = " "
94
- current_version = " 5.3.1 "
94
+ current_version = " 5.4.0 "
95
95
ignore_missing_version = false
96
96
message = " chore(deps): bump version from {current_version} to {new_version}"
97
97
parse = ' (?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