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,9 +8,12 @@ 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.4.2 ...HEAD )
11
+ ## [ Unreleased] ( https://github.com/jeertmans/manim-slides/compare/v5.5.0 ...HEAD )
12
12
13
- (unreleased-added)=
13
+ (v5.5.0)=
14
+ ## [ v5.5.0] ( https://github.com/jeertmans/manim-slides/compare/v5.4.2...v5.5.0 )
15
+
16
+ (v5.5.0-added)=
14
17
### Added
15
18
16
19
- Added ` max_duration_before_split_reverse ` and ` num_processes ` class variables.
@@ -19,14 +22,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
22
videos as slides.
20
23
[ #526 ] ( https://github.com/jeertmans/manim-slides/pull/526 )
21
24
22
- (unreleased -changed)=
25
+ (v5.5.0 -changed)=
23
26
### Changed
24
27
25
28
- Automatically split large video animations into smaller chunks
26
29
for lightweight (and potentially faster) reversed animations generation.
27
30
[ #439 ] ( https://github.com/jeertmans/manim-slides/pull/439 )
28
31
29
- (unreleased -chore)=
32
+ (v5.5.0 -chore)=
30
33
### Chore
31
34
32
35
- Trimmed whitespaces in HTML template.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ keywords:
27
27
- PowerPoint
28
28
- Python
29
29
license : MIT
30
- version : v5.4.2
30
+ version : v5.5.0
31
31
preferred-citation :
32
32
publisher :
33
33
name : The Open Journal
Original file line number Diff line number Diff line change 1
- __version__ = "5.4.2 "
1
+ __version__ = "5.5.0 "
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ Repository = "https://github.com/jeertmans/manim-slides"
92
92
allow_dirty = false
93
93
commit = true
94
94
commit_args = " "
95
- current_version = " 5.4.2 "
95
+ current_version = " 5.5.0 "
96
96
ignore_missing_version = false
97
97
message = " chore(deps): bump version from {current_version} to {new_version}"
98
98
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