Skip to content

Commit

Permalink
chore(deps): bump version from 5.1.7 to 5.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Oct 2, 2024
1 parent 8a1fb4c commit fb562d8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ 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.1.7...HEAD)
## [Unreleased](https://github.com/jeertmans/manim-slides/compare/v5.1.8...HEAD)

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

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

- Added `manim-slides checkhealth` command to easily obtain important information
Expand All @@ -23,7 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
and asset files.
[#470](https://github.com/jeertmans/manim-slides/pull/470)

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

- Pin `rtoml==0.9.0` on Windows platforms,
Expand All @@ -49,7 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Changed project manager from Rye to uv.
[#476](https://github.com/jeertmans/manim-slides/pull/476)

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

- Fix combining assets from multiple scenes to avoid filename collision.
Expand All @@ -60,7 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
thanks to [@PeculiarProgrammer](https://github.com/PeculiarProgrammer)!
[#465](https://github.com/jeertmans/manim-slides/pull/465)

(unreleased-removed)=
(v5.1.8-removed)=
### Removed

- Removed `full-gl` extra, because it does not make sense to ship both
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.1.7
version: v5.1.8
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.1.7"
__version__ = "5.1.8"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Repository = "https://github.com/jeertmans/manim-slides"
allow_dirty = false
commit = true
commit_args = ""
current_version = "5.1.7"
current_version = "5.1.8"
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 fb562d8

Please sign in to comment.