Skip to content

Commit b905dbf

Browse files
authored
Added project CHANGELOG (#113)
* Added initial version of changelog * Updated pipenv lock file * Updated project version
1 parent fb8284c commit b905dbf

File tree

5 files changed

+476
-111
lines changed

5 files changed

+476
-111
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All contributions to the `pymavswarm` system are documented here.
4+
5+
## [v1.0.0] - 2022-08-13
6+
7+
### Added
8+
9+
- User interface to enable simple interaction with drone fleets or
10+
drone swarms
11+
- Log file parsing to support developers that need to evaluate their logs
12+
- Collision avoidance using real-time reachability analysis

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ graft .github
33

44
# Tests
55
include tox.ini conftest.py
6-
recursive-include tests *.py
6+
recursive-include tests *.py

Pipfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ tox = "*"
2424
matplotlib = "*"
2525
plotly = "*"
2626
kaleido = "*"
27+
build = "*"
28+
twine = "*"
29+
check-wheel-contents = "*"
2730

2831
[requires]
2932
python_version = "3"

0 commit comments

Comments
 (0)