1
0
mirror of synced 2024-12-02 18:27:17 +01:00

Bump version to 1.4.0

This commit is contained in:
Stepland 2021-12-28 16:59:53 +01:00
parent 587e68ab3e
commit 8465ea93d0
3 changed files with 6 additions and 6 deletions

View File

@ -1,13 +1,13 @@
# v1.4.0
## Added
- Jubeatools can now handle HAKUs in the following formats :
- [memon:v1.0.0]
- [eve]
- [jbsq]
- [memon]
- 🎉 inital support for v1.0.0 !
- `--merge` option allows for several memon files to be merged when
jubeatools is called on a folder
- Jubeatools can now handle HAKUs in the following formats :
- [memon:v1.0.0]
- [eve]
- [jbsq]
## Changed
- Improved the merging procedure for song objects
- Re-enable calling the CLI on a folder, this was disabled for some reason ?

View File

@ -1 +1 @@
__version__ = "1.3.0"
__version__ = "1.4.0"

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "jubeatools"
version = "1.3.0"
version = "1.4.0"
description = "A toolbox for jubeat file formats"
authors = ["Stepland <16676308+Stepland@users.noreply.github.com>"]
readme = "README.md"