From 4dacae80d774bf2e0d984e1f2fa9ffd1e6169c0a Mon Sep 17 00:00:00 2001 From: Uwe Fechner Date: Mon, 8 Jul 2024 14:49:00 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 14 +++++++++++--- Project.toml | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8cd0fa..31d3bad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/Project.toml b/Project.toml index e743f19..fadcd36 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "KiteSimulators" uuid = "a262fb0b-5671-4fb4-9d61-972db9a18944" authors = ["Uwe Fechner and contributors"] -version = "0.3.10" +version = "0.3.11" [deps] AtmosphericModels = "c59cac55-771d-4f45-b14d-1c681463a295"