Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
fail-fast: false
matrix:
version:
- '1.11'
- '1.12'
- '1.13'
os:
- ubuntu-latest
arch:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Unreleased

### Changed

- Requires Julia 1.12 or 1.13; 1.10 and 1.11 keep resolving v5.1.1.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MINOR: "Requires Julia 1.12 or 1.13" is wrong: compat "1.12, 1.13" also allows 1.14 and later, and README/index.md say "1.12 or later". Users reading the changelog get a narrower range than the package actually accepts; "Requires Julia 1.12 or later" would match.


## VortexStepMethod v5.1.1 2026-09-12

### Fixed
Expand Down
Loading
Loading