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