From cb1025d9edb01b5cb7dce8b94e135ebb1cdc5d24 Mon Sep 17 00:00:00 2001 From: Niraj Adhikari Date: Mon, 14 Oct 2024 13:56:18 +0545 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.3.1rc4=20=E2=86=92=200.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 16 ++++++++++++++++ drone_flightplan/__version__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73e25fc..322db17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # CHANGELOG +## 0.3.1 (2024-10-14) + +### Feat + +- add logic to reverse initial path based on proximity to takeoff point +- update waypoints file +- update read me docs with all modules +- update read me docs + +### Fix + +- update distance calculation of first and last point based on tramsformer 3857 projection +- remove command to run waypoint +- remove python keywords from the docs copy command +- take photo action for waylines flight + ## 0.3.1rc4 (2024-09-12) ### Feat diff --git a/drone_flightplan/__version__.py b/drone_flightplan/__version__.py index ff378db..260c070 100644 --- a/drone_flightplan/__version__.py +++ b/drone_flightplan/__version__.py @@ -1 +1 @@ -__version__ = "0.3.1rc4" +__version__ = "0.3.1" diff --git a/pyproject.toml b/pyproject.toml index 58ebbb0..2df33ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ source-includes = ["LICENSE.md", "README.md"] [tool.commitizen] name = "cz_conventional_commits" -version = "0.3.1rc4" +version = "0.3.1" version_files = [ "pyproject.toml:version", "drone_flightplan/__version__.py",