Skip to content

Commit b019423

Browse files
committed
update to 1.0.20 - include non_walkable
1 parent e51bdc7 commit b019423

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
# 1.0.20
2+
## Feature
3+
- include_non_walkables on grid neighbors (by @happygts see #79)
4+
15
# 1.0.19
26
## Bugfix
3-
- Fix cleanup for World (by @magicguy38)
7+
- Fix cleanup for World (by @magicguy38 see #77, #78)
48

59
# 1.0.18
610
## Feature
7-
- added Bi-directional BFS (by @PraneethJain)
11+
- added Bi-directional BFS (by @PraneethJain see #74)
812

913
# 1.0.17
1014
## Bugfix

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: pathfinding
3-
version: 1.0.19
3+
version: 1.0.20
44

55
source:
66
path: ./

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",
1313
url="https://github.com/brean/python-pathfinding",
14-
version="1.0.19",
14+
version="1.0.20",
1515
license="MIT",
1616
author="Andreas Bresser",
1717
packages=find_packages(),

0 commit comments

Comments
 (0)