Skip to content

Commit

Permalink
bump: version 0.3.1rc3 → 0.3.1rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
nrjadkry committed Sep 12, 2024
1 parent ef1835c commit 7547fcf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 0.3.1rc4 (2024-09-12)

### Feat

- Add support for generating waylines when generate_each_points is False

## 0.3.1rc3 (2024-09-10)

### 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.1rc3"
__version__ = "0.3.1rc4"
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.1rc3"
version = "0.3.1rc4"
version_files = [
"pyproject.toml:version",
"drone_flightplan/__version__.py",
Expand Down

0 comments on commit 7547fcf

Please sign in to comment.