Skip to content

Commit bfef5a1

Browse files
committed
Add back old compat
1 parent 944dfc7 commit bfef5a1

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## VortexStepMethod v3.1.1 2025-04-20
2+
### Added
3+
- add back compat entry v3 for RecursiveArrayTools
4+
15
## VortexStepMethod v3.1.0 2025-04-19
26

37
### Breaking

Project.toml

Lines changed: 2 additions & 2 deletions
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 = "3.1.0"
4+
version = "3.1.1"
55

66
[workspace]
77
projects = ["examples", "examples_cp", "docs", "test"]
@@ -58,7 +58,7 @@ Parameters = "0.12"
5858
Pkg = "1"
5959
PreallocationTools = "1.1.2"
6060
PrecompileTools = "1.2.1"
61-
RecursiveArrayTools = "4"
61+
RecursiveArrayTools = "3, 4"
6262
SciMLBase = "3"
6363
Serialization = "1"
6464
StaticArrays = "1"

0 commit comments

Comments
 (0)