Bump version to 1.1.2
This commit is contained in:
parent
be593fcad6
commit
ef13cd9365
@ -1,12 +1,11 @@
|
|||||||
# Unreleased
|
# v1.1.2
|
||||||
## Fixed
|
## Fixed
|
||||||
- [jubeat-analyser]
|
- [jubeat-analyser]
|
||||||
- Accept U+3000 (Ideographic space) as valid whitespace everywhere
|
- Accept U+3000 (Ideographic space) as valid whitespace
|
||||||
- [memo2]
|
- [memo2]
|
||||||
- Accept `t=` commands anywhere in the file
|
- Accept `t=` commands anywhere in the file
|
||||||
- Accept `b=4` (and only 4) anywhere in the file
|
- Accept `b=4` (and only 4) anywhere in the file
|
||||||
|
|
||||||
|
|
||||||
# v1.1.1
|
# v1.1.1
|
||||||
## Fixed
|
## Fixed
|
||||||
- `construct-typing` is now required for all builds
|
- `construct-typing` is now required for all builds
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = "1.1.1"
|
__version__ = "1.1.2"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "jubeatools"
|
name = "jubeatools"
|
||||||
version = "1.1.1"
|
version = "1.1.2"
|
||||||
description = "A toolbox for jubeat file formats"
|
description = "A toolbox for jubeat file formats"
|
||||||
authors = ["Stepland <16676308+Stepland@users.noreply.github.com>"]
|
authors = ["Stepland <16676308+Stepland@users.noreply.github.com>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
Loading…
Reference in New Issue
Block a user