Skip to content

Commit 0c366fb

Browse files
committed
Updated version to 6.1.0
1 parent c4429fe commit 0c366fb

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 6.1.0
2+
3+
Compatible with GDMC-HTTP **>=1.0.0, <2.0.0**.
4+
5+
**Additions:**
6+
- Added sphere and ellipsoid functions to `vector_tools` and `geometry`. (Thanks [cmoyates](https://github.com/cmoyates)!)
7+
8+
**Fixes:**
9+
- Fixed in-buffer block overwrites not going to the end of the buffer, which could sometimes cause incorrect behavior.
10+
11+
112
# 6.0.3
213

314
Compatible with GDMC-HTTP **>=1.0.0, <2.0.0**.

gdpc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
__maintainer_email__ = "[email protected]"
1414
__license__ = "MIT"
1515
__copyright__ = "Copyright 2022-2023 Arthur van der Staaij, Copyright 2021-2022 Blinkenlights, Copyright 2020-2021 Nils Gawlik"
16-
__version__ = "6.0.3"
16+
__version__ = "6.1.0"
1717

1818

1919
from .vector_tools import Rect, Box

0 commit comments

Comments
 (0)