Skip to content

Commit

Permalink
version bumped, changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
harisankar95 committed Jan 21, 2024
1 parent 348c06a commit a5e8f93
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.5.0

- New tests added for diagonal movements
- LRU caching for heuristics
- Updated documentation and examples
- Node class has additional attributes for heap caching
- Replicated simple heap structure inspired from [python-pathfinding](https://github.com/brean/python-pathfinding/pull/54), [original author](https://github.com/peterchenadded).

## 0.4.1

- Based on version v1.0.7 of [python-pathfinding](https://github.com/brean/python-pathfinding/commits/main/)
Expand Down
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Version History

## 0.5.0

- New tests added for diagonal movements
- LRU caching for heuristics
- Updated documentation and examples
- Node class has additional attributes for heap caching
- Replicated simple heap structure inspired from [python-pathfinding](https://github.com/brean/python-pathfinding/pull/54), [original author](https://github.com/peterchenadded).

## 0.4.1

- Based on version v1.0.7 of [python-pathfinding](https://github.com/brean/python-pathfinding/commits/main/)
Expand Down
2 changes: 1 addition & 1 deletion pathfinding3d/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.1
0.5.0

0 comments on commit a5e8f93

Please sign in to comment.