mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-09-17 03:04:26 +08:00
chore(deps): bump version from 5.5.1 to 5.5.2
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@ -8,15 +8,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
<!-- start changelog -->
|
<!-- start changelog -->
|
||||||
|
|
||||||
(unreleased)=
|
(unreleased)=
|
||||||
## [Unreleased](https://github.com/jeertmans/manim-slides/compare/v5.5.1...HEAD)
|
## [Unreleased](https://github.com/jeertmans/manim-slides/compare/v5.5.2...HEAD)
|
||||||
|
|
||||||
(unreleased-added)=
|
(v5.5.2)=
|
||||||
|
## [v5.5.2](https://github.com/jeertmans/manim-slides/compare/v5.5.1...v5.5.2)
|
||||||
|
|
||||||
|
(v5.5.2-added)=
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- `manim-slides render` now exits with the same return code as the one returned by `manim render` or `manimgl`.
|
- `manim-slides render` now exits with the same return code as the one returned by `manim render` or `manimgl`.
|
||||||
[@chrjabs](https://github.com/chrjabs) [#545](https://github.com/jeertmans/manim-slides/pull/545)
|
[@chrjabs](https://github.com/chrjabs) [#545](https://github.com/jeertmans/manim-slides/pull/545)
|
||||||
|
|
||||||
(unreleased-chore)=
|
(v5.5.2-chore)=
|
||||||
### Chore
|
### Chore
|
||||||
|
|
||||||
- Moved `docs` and `tests` extras, as well as `dev-dependencies`,
|
- 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
|
|||||||
dropped support for its API.
|
dropped support for its API.
|
||||||
[#550](https://github.com/jeertmans/manim-slides/pull/550)
|
[#550](https://github.com/jeertmans/manim-slides/pull/550)
|
||||||
|
|
||||||
(unreleased-fixed)=
|
(v5.5.2-fixed)=
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed potential import issue of ManimGL, importing `manimlib` will parse `sys.argv`
|
- Fixed potential import issue of ManimGL, importing `manimlib` will parse `sys.argv`
|
||||||
|
@ -27,7 +27,7 @@ keywords:
|
|||||||
- PowerPoint
|
- PowerPoint
|
||||||
- Python
|
- Python
|
||||||
license: MIT
|
license: MIT
|
||||||
version: v5.5.1
|
version: v5.5.2
|
||||||
preferred-citation:
|
preferred-citation:
|
||||||
publisher:
|
publisher:
|
||||||
name: The Open Journal
|
name: The Open Journal
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = "5.5.1"
|
__version__ = "5.5.2"
|
||||||
|
@ -101,7 +101,7 @@ Repository = "https://github.com/jeertmans/manim-slides"
|
|||||||
allow_dirty = false
|
allow_dirty = false
|
||||||
commit = true
|
commit = true
|
||||||
commit_args = ""
|
commit_args = ""
|
||||||
current_version = "5.5.1"
|
current_version = "5.5.2"
|
||||||
ignore_missing_version = false
|
ignore_missing_version = false
|
||||||
message = "chore(deps): bump version from {current_version} to {new_version}"
|
message = "chore(deps): bump version from {current_version} to {new_version}"
|
||||||
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))?'
|
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))?'
|
||||||
|
Reference in New Issue
Block a user