Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Jul 8, 2024
1 parent 5739daf commit 4dacae8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog

### Unreleased
### KiteSimulators v0.3.11 - 2024-07-08
#### Added
- add documentation `joystick.md`

#### Changed
- reduced simulation frequency to 20 Hz as required for Windows
- reduced default time-lapse to 6x as required for Windows
- use FAST_EXP instead of EXP law for the hydra20 settings to improve performance
- smaller font for Windows
- fix the example `joystick.jl`
- update README.md

### KiteSimulators v0.3.10 - 2024-07-04
#### Added
Expand All @@ -19,8 +29,6 @@
- remove support of Julia 1.9
- fix the example plot_log.jl
- update documentation of logging
- use FAST_EXP instead of EXP law for the hydra20 settings to improve performance
- smaller font for Windows

### KiteSimulators v0.3.9 - 2024-05-10
#### Fixes
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.10"
version = "0.3.11"

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

0 comments on commit 4dacae8

Please sign in to comment.