Skip to content

Commit d7a81c1

Browse files
committed
Bump version
1 parent 3f0ca45 commit d7a81c1

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Changelog
2+
### KiteUtils v0.10.14 06-07-2025
3+
#### Added
4+
- the functions `load_settings()` and `se()` have now a named param `relax`. If set to true, no section
5+
in the `settings.yaml` file is obligatory. This is useful for testing a package like `AtmosphericModels.jl`,
6+
where the `settings.yaml` does not need to have any other section than the section `environment`.
7+
- the field `grid` was added to the `Settings` struct. It is defined as vector of Int64 values.
8+
#### Changed
9+
- the section `winch` is no longer obligatory, even with `relax=false`
210

311
### KiteUtils v0.10.13 28-06-2025
4-
### Added
12+
#### Added
513
- field `g_earth` to `Settings` and `settings_ram.yaml`
614
- abstract type `AbstractKiteModel`
715

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "KiteUtils"
22
uuid = "90980105-b163-44e5-ba9f-8b1c83bb0533"
33
authors = ["Uwe Fechner <uwe.fechner.msc@gmail.com> and contributors"]
4-
version = "0.10.13"
4+
version = "0.10.14"
55

66
[deps]
77
Arrow = "69666777-d1a9-59fb-9406-91d4454c9d45"

0 commit comments

Comments
 (0)