Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Dec 6, 2024
1 parent f61ea3b commit fa87ad8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### KiteModels v0.6.23 2024-12-06
### KiteModels v0.6.13 2024-12-06
#### Changed
- update the fields `set_steering`, `bearing` and `attractor` of the `SysState` struct
in the function `update_sys_state!`
Expand All @@ -7,7 +7,7 @@
- fix #88: the function `init_sim!()` has the new parameter `upwind_dir` to define the
initial wind direction

### KiteModels v0.6.22 2024-12-01
### KiteModels v0.6.12 2024-12-01
#### Changed
- update the fields `set_torque`, `set_force`, `set_speed`, `alpha3`, `alpha4`, `roll`, `pitch`, `yaw`
of the `SysState` struct in the function `update_sys_state!`
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "KiteModels"
uuid = "b94af626-7959-4878-9336-2adc27959007"
authors = ["Uwe Fechner <[email protected]> and contributors"]
version = "0.6.12"
version = "0.6.13"

[deps]
AtmosphericModels = "c59cac55-771d-4f45-b14d-1c681463a295"
Expand Down

0 comments on commit fa87ad8

Please sign in to comment.