From 73e21f4a49e44a61d1105a90d89d823a4212b746 Mon Sep 17 00:00:00 2001 From: Uwe Fechner Date: Sun, 25 Aug 2024 14:03:45 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 6 +++++- Project.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d73745d..d4b97a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,16 @@ # Changelog -### Unreleased +### KiteViewers v0.4.17 - 2024-08-25 #### Changed - replaced Plots with ControlPlots in Project.toml and the examples - deleted obsolete files, e.g. plots.jl +- fix examples #### Added - add support for 3-line kite - add WAIVER from Delft University to README.md +- add menu.jl +#### Fixed +- fix tests ### KiteViewers v0.4.16 - 2024-07-28 - bugfix in function clear_viewer(), rename parameter `stop` to `stop_` diff --git a/Project.toml b/Project.toml index 08c2cf1..53045ae 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "KiteViewers" uuid = "2e593061-95e7-45e4-95f4-df0491f2e601" authors = ["Uwe Fechner and contributors"] -version = "0.4.16" +version = "0.4.17" [deps] FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"