Skip to content

Commit 139821a

Browse files
committed
Bump version
1 parent 66e0c03 commit 139821a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
SPDX-FileCopyrightText: 2025 Uwe Fechner, Bart van de Lint
33
SPDX-License-Identifier: MIT
44
-->
5-
### Unreleased
5+
### KiteModels v0.9.0 2025-07-14
66
#### Changed
7-
- rename `init_sim!` to `init!`
7+
- BREAKING: rename `init_sim!` to `init!`
88
- removed the parameter `upwind_dir!` from `init!`; use set.upwind_dir instead. Careful: This is in degrees.
99
- the function `init!` accepts (and ignores) the parameters `delta` and `stiffness_factor` if applied to a
1010
SymbolicAWEModel
11+
- bump `KiteUtils.jl` to v0.10.15
12+
- bump `AtmosphericModels` to v0.3.0, the first version that supports turbulent wind fields
1113
### Added
1214
- add the test script test_interface.jl
1315
- add the field `integrator` to KPS4 and KPS3 structs

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "KiteModels"
22
uuid = "b94af626-7959-4878-9336-2adc27959007"
33
authors = ["Uwe Fechner <[email protected]> and contributors"]
4-
version = "0.8.1"
4+
version = "0.9.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

0 commit comments

Comments
 (0)