Skip to content

Commit

Permalink
bump: version 0.2.1 → 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Aug 6, 2024
1 parent 8f7e8e6 commit a1f640e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
# CHANGELOG

## 0.2.2 (2024-08-06)

## 0.2.1 (2024-08-05)

## v0.2.0 (2024-08-05)

## v0.1.2 (2024-08-01)

### Fix

- gimbal angle issue for flightplans

## v0.1.1 (2024-08-01)

## v0.1.0 (2024-07-25)

### Feat

- program to generate waypoints within a polygon created
- generate waypoints in a polygon function
2 changes: 1 addition & 1 deletion drone_flightplan/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.1"
__version__ = "0.2.2"
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.2.1"
version = "0.2.2"
version_files = [
"pyproject.toml:version",
"drone_flightplan/__version__.py",
Expand Down

0 comments on commit a1f640e

Please sign in to comment.