Skip to content

Commit 45e716b

Browse files
committed
Update version
1 parent 3fec22d commit 45e716b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## VortexStepMethod v1.2.1 2025-04-08
2+
### Added
3+
- Add back `bench2.jl` and rename it to `bench_solve.jl` #150
4+
### Removed
5+
- Remove problematic parallel Xfoil computing and use single thread instead #161
6+
17
## VortexStepMethod v1.2.0 2025-03-27
28
### Changed
39
- The fields that had as type a `Matrix of size Px1` have now the type `Vector`

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "VortexStepMethod"
22
uuid = "ed3cd733-9f0f-46a9-93e0-89b8d4998dd9"
33
authors = ["1-Bart-1 <bart@vandelint.net>", "Oriol Cayon and contributors"]
4-
version = "1.2.0"
4+
version = "1.2.1"
55

66
[deps]
77
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"

0 commit comments

Comments
 (0)