diff --git a/CHANGELOG.md b/CHANGELOG.md index f0d6bd6..75a936f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Changelog -### Unreleased +### KiteViewers v0.4.15 - 2024-07-28 #### Changed - update KiteUtils to 0.7 +- add example show_messages.jl that receives html messages ### KiteViewers v0.4.14 - 2024-07-15 #### Changed diff --git a/Project.toml b/Project.toml index 9f33064..4d892a3 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.14" +version = "0.4.15" [deps] FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549" @@ -29,13 +29,13 @@ GeometryBasics = "0.4.10" Joysticks = "0.1.2, 0.1.4" KiteUtils = "0.6, 0.7" Parameters = "0.12" -Pkg = "1.9, 1.10" +Pkg = "1.10" PrecompileTools = "1.2" Reexport = "1" Rotations = "1.2, 1.3" StaticArrays = "~1.9" Timers = "0.1.5" -julia = "1.9, 1.10" +julia = "1.10" [extras] KiteModels = "b94af626-7959-4878-9336-2adc27959007"