Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed May 9, 2024
1 parent 5c0dd79 commit e394505
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# Changelog

### Unpublished
### KiteSimulators v0.3.7 - 2024-05-09
#### Changes
- replace the plotting library `Plots` with `ControlPlots` to speed up compilation and to avoid error messages
- the autopilot example GUI provides now the possibility to load three different projects (well, any project file that has the ending .yml and exists in the data folder)
- the configuration of the flight path controller and flight path planner happens now using the related .yaml files
- more diagrams added, statistics dialog extended
- log files are now stored in the `output` folder by default

### KiteSimulators v0.3.6 - 2024-04-04
#### Fixes
- displaying the statistics of a simulation using the menu entry `print_statistics` works again

### KiteSimulators v0.3.7 - 2024-04-03
### KiteSimulators v0.3.5 - 2024-04-03
#### Changed
- updated the example `autopilot.jl`
- the example can now be launched directly by executing `bash/autopilot` on Linux
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "KiteSimulators"
uuid = "a262fb0b-5671-4fb4-9d61-972db9a18944"
authors = ["Uwe Fechner <[email protected]> and contributors"]
version = "0.3.6"
version = "0.3.7"

[deps]
AtmosphericModels = "c59cac55-771d-4f45-b14d-1c681463a295"
Expand Down

0 comments on commit e394505

Please sign in to comment.