Skip to content

Commit fc5fa8b

Browse files
committed
Bump version
1 parent 7f6caa0 commit fc5fa8b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Version 5.1.0
1+
# Version 6.0.0
22

33
This release adds support for task parallelization, automatically executing tasks in parallel where possible. It additionally enables optional task multi-instancing, enabling duplicate invocations of tasks with different parameters.
44

55
## Removal of Interactive Mode
66

7-
This was added to Ren'Py as an experimental feature but [subsequently removed](https://github.com/renpy/renpy/issues/5607#issuecomment-2201742647). It is now relegated to a custom extension, which is not in the scope of this project.
7+
This was added to Ren'Py as an experimental feature but [subsequently removed](https://github.com/renpy/renpy/issues/5607#issuecomment-2201742647). It is now relegated to a custom extension, which is not in the scope of this project. Due to changing the public-facing API of `renutil`, this is a breaking change.
88

99
## Bug Fixes
1010

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "renkit"
3-
version = "5.1.0-alpha.4"
3+
version = "6.0.0"
44
edition = "2021"
55
repository = "https://github.com/kobaltcore/renkit"
66
description = "A collection of tools to help you organise and use Ren'Py instances from the command line."

0 commit comments

Comments
 (0)