We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d760e commit 4cdaa3fCopy full SHA for 4cdaa3f
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 1.0.10
2
+## Bugfixes
3
+- allow diagonal crossing movement over a border (see #58)
4
+- fix import in documentation for graphs
5
+
6
# 1.0.9
7
## Bugifxes
8
- update return type annoation (see #55)
setup.py
@@ -11,7 +11,7 @@
11
long_description=long_description,
12
long_description_content_type="text/markdown",
13
url="https://github.com/brean/python-pathfinding",
14
- version="1.0.9",
+ version="1.0.10",
15
license="MIT",
16
author="Andreas Bresser",
17
packages=find_packages(),
0 commit comments