Skip to content

Commit

Permalink
Release 0.10.0b0
Browse files Browse the repository at this point in the history
  • Loading branch information
SmylerMC committed Oct 20, 2024
1 parent 2a361fe commit 65eaf7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 0.10.0b0
* Fix entity rotation support.
* Fix block state not being comparable with other types.
* Enforce valid resource location name. If a block name would not be valid for Minecraft, Litemapy prevents your from creating the block state by raising an `InvalidIdentifier` exception.

### 0.9.0b0
* Drop Python 3.8 support, Python 3.9 is now the minimum supported version
* All methods and field are now proper snake_case.
Expand Down
2 changes: 1 addition & 1 deletion litemapy/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
MC_DATA_VERSION = 2975 # Minecraft 1.18.2 (https://minecraft.wiki/w/Data_version)
DEFAULT_NAME = "Unnamed" # Default name given to schematics and regions if unspecified
LITEMAPY_NAME = "Litemapy" # Used to identify schematic created with Litemapy in metadata
LITEMAPY_VERSION = "0.9.0b0" # Unique version string
LITEMAPY_VERSION = "0.10.0b0" # Unique version string

0 comments on commit 65eaf7f

Please sign in to comment.