Skip to content

Commit fb562d8

Browse files
committed
chore(deps): bump version from 5.1.7 to 5.1.8
1 parent 8a1fb4c commit fb562d8

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
<!-- start changelog -->
99

1010
(unreleased)=
11-
## [Unreleased](https://github.com/jeertmans/manim-slides/compare/v5.1.7...HEAD)
11+
## [Unreleased](https://github.com/jeertmans/manim-slides/compare/v5.1.8...HEAD)
1212

13-
(unreleased-added)=
13+
(v5.1.8)=
14+
## [v5.1.8](https://github.com/jeertmans/manim-slides/compare/v5.1.7...v5.1.8)
15+
16+
(v5.1.8-added)=
1417
### Added
1518

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

26-
(unreleased-chore)=
29+
(v5.1.8-chore)=
2730
### Chore
2831

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

52-
(unreleased-fixed)=
55+
(v5.1.8-fixed)=
5356
### Fixed
5457

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

63-
(unreleased-removed)=
66+
(v5.1.8-removed)=
6467
### Removed
6568

6669
- Removed `full-gl` extra, because it does not make sense to ship both

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ keywords:
2626
- PowerPoint
2727
- Python
2828
license: MIT
29-
version: v5.1.7
29+
version: v5.1.8
3030
preferred-citation:
3131
publisher:
3232
name: The Open Journal

manim_slides/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.1.7"
1+
__version__ = "5.1.8"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Repository = "https://github.com/jeertmans/manim-slides"
8787
allow_dirty = false
8888
commit = true
8989
commit_args = ""
90-
current_version = "5.1.7"
90+
current_version = "5.1.8"
9191
ignore_missing_version = false
9292
message = "chore(deps): bump version from {current_version} to {new_version}"
9393
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))?'

0 commit comments

Comments
 (0)