Skip to content

Commit

Permalink
bump: version 0.3.1rc4 → 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nrjadkry committed Oct 14, 2024
1 parent 7c24e80 commit cb1025d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion drone_flightplan/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.1rc4"
__version__ = "0.3.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cb1025d

Please sign in to comment.