File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,18 @@ 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.5.1 ...HEAD )
11
+ ## [ Unreleased] ( https://github.com/jeertmans/manim-slides/compare/v5.5.2 ...HEAD )
12
12
13
- (unreleased-added)=
13
+ (v5.5.2)=
14
+ ## [ v5.5.2] ( https://github.com/jeertmans/manim-slides/compare/v5.5.1...v5.5.2 )
15
+
16
+ (v5.5.2-added)=
14
17
### Added
15
18
16
19
- ` manim-slides render ` now exits with the same return code as the one returned by ` manim render ` or ` manimgl ` .
17
20
[ @chrjabs ] ( https://github.com/chrjabs ) [ #545 ] ( https://github.com/jeertmans/manim-slides/pull/545 )
18
21
19
- (unreleased -chore)=
22
+ (v5.5.2 -chore)=
20
23
### Chore
21
24
22
25
- Moved ` docs ` and ` tests ` extras, as well as ` dev-dependencies ` ,
@@ -36,7 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
36
39
dropped support for its API.
37
40
[ #550 ] ( https://github.com/jeertmans/manim-slides/pull/550 )
38
41
39
- (unreleased -fixed)=
42
+ (v5.5.2 -fixed)=
40
43
### Fixed
41
44
42
45
- Fixed potential import issue of ManimGL, importing ` manimlib ` will parse ` sys.argv `
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.5.1
30
+ version : v5.5.2
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.5.1 "
1
+ __version__ = "5.5.2 "
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ Repository = "https://github.com/jeertmans/manim-slides"
101
101
allow_dirty = false
102
102
commit = true
103
103
commit_args = " "
104
- current_version = " 5.5.1 "
104
+ current_version = " 5.5.2 "
105
105
ignore_missing_version = false
106
106
message = " chore(deps): bump version from {current_version} to {new_version}"
107
107
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