Skip to content

Commit 0aa02f6

Browse files
committed
Updated version to 8.1.0
1 parent 5b96912 commit 0aa02f6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Compatible with GDMC-HTTP **>=1.6.0, <2.0.0** and Minecraft **1.21.4**.
44

5+
6+
# 8.1.0
7+
8+
Compatible with GDMC-HTTP **>=1.6.0, <2.0.0** and Minecraft **1.21.4**.
9+
510
**Additions:**
611
- Added `interface.placeEntities`. (Thanks [Niels-NTG](https://github.com/Niels-NTG)!)
712
- Added `interface.updateEntities`. (Thanks [Niels-NTG](https://github.com/Niels-NTG)!)

src/gdpc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
#: Package version
6363
#:
6464
#: :meta hide-value:
65-
__version__ = "8.0.0"
65+
__version__ = "8.1.0"
6666

6767

6868
from .vector_tools import Rect, Box # pyright: ignore [reportUnusedImport]

0 commit comments

Comments
 (0)