Skip to content

Commit

Permalink
chore(deps): bump version from 5.3.1 to 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Jan 21, 2025
1 parent b4af760 commit 074a029
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- start changelog -->

(unreleased)=
## [Unreleased](https://github.com/jeertmans/manim-slides/compare/v5.3.1...HEAD)
## [Unreleased](https://github.com/jeertmans/manim-slides/compare/v5.4.0...HEAD)

(unreleased-added)=
(v5.4.0)=
## [v5.4.0](https://github.com/jeertmans/manim-slides/compare/v5.3.1...v5.4.0)

(v5.4.0-added)=
### Added

- Added `skip_animations` compatibility with ManimCE.
[@Rapsssito](https://github.com/Rapsssito) [#516](https://github.com/jeertmans/manim-slides/pull/516)

(unreleased-chore)=
(v5.4.0-chore)=
### Chore

- Bumped Manim to `>=0.19`, as it fixed OpenGL renderer issue.
[#522](https://github.com/jeertmans/manim-slides/pull/522)

(unreleased-fixed)=
(v5.4.0-fixed)=
### Fixed

- Fixed OpenGL renderer having no partial movie files with Manim bindings.
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ keywords:
- PowerPoint
- Python
license: MIT
version: v5.3.1
version: v5.4.0
preferred-citation:
publisher:
name: The Open Journal
Expand Down
2 changes: 1 addition & 1 deletion manim_slides/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.3.1"
__version__ = "5.4.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Repository = "https://github.com/jeertmans/manim-slides"
allow_dirty = false
commit = true
commit_args = ""
current_version = "5.3.1"
current_version = "5.4.0"
ignore_missing_version = false
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+))?'
Expand Down

0 comments on commit 074a029

Please sign in to comment.