From 63a1df98446a5b109f6ce9287d9bdedede8b0370 Mon Sep 17 00:00:00 2001 From: Uwe Fechner Date: Sat, 7 Sep 2024 20:45:42 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 3 ++- Project.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e38e55bd..32909839 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog -### Unreleased +### 0.2.10 - 2024-09-07 +- the script `create_sys_image` is now installing matplotlib if required - removed calls to se() to be sure the correct settings from the variable set are used - fixed the wrong polars in the yaml settings for the 20 m² kite - use the new, correct methods for calculating the polars in autopilot.jl diff --git a/Project.toml b/Project.toml index 8c400175..70ad36fe 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "KiteControllers" uuid = "b19fd437-5b3a-4cca-b199-c3ded0f20ded" authors = ["Uwe Fechner and contributors"] -version = "0.2.9" +version = "0.2.10" [deps] JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"