From d7008cc2086639637b9b8e4ab0233368b9c33cdc Mon Sep 17 00:00:00 2001 From: Hari Date: Sun, 28 Jan 2024 19:52:22 +0100 Subject: [PATCH] version bumped, changelogs updated --- CHANGELOG.md | 4 ++++ docs/CHANGELOG.md | 4 ++++ pathfinding3d/version.txt | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 714a214..3d62b8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.6.2 + +- Sphinx documentation updated + ## 0.6.1 - Fixed a bug in the `ThetaStarFinder` algorithm when used with `World` (connected grid), see issue [#12](https://github.com/harisankar95/pathfinding3D/issues/12) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 1a1ef90..d4aa8c7 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,9 @@ # Version History +## 0.6.2 + +- Sphinx documentation updated + ## 0.6.1 - Fixed a bug in the `ThetaStarFinder` algorithm when used with `World` (connected grid), see issue [#12](https://github.com/harisankar95/pathfinding3D/issues/12) diff --git a/pathfinding3d/version.txt b/pathfinding3d/version.txt index 7ceb040..b1d7abc 100644 --- a/pathfinding3d/version.txt +++ b/pathfinding3d/version.txt @@ -1 +1 @@ -0.6.1 \ No newline at end of file +0.6.2 \ No newline at end of file