Skip to content

Commit

Permalink
bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
weinbe58 committed Jan 3, 2024
1 parent 2a16ad1 commit 9c04ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DormandPrince"
uuid = "5e45e72d-22b8-4dd0-9c8b-f96714864bcd"
authors = ["John Long<jlong@quera.com>", "Phillip Weinberg<pweinberg@quera.com>"]
version = "0.3.0"
version = "0.4.0"

[deps]

Expand Down

2 comments on commit 9c04ddc

@weinbe58
Copy link
Member Author

Choose a reason for hiding this comment

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

release via ion

@JuliaRegistrator register branch=main

Release notes:

Release Note

  • Removing integrate(solver::AbstractDPSolver, times::AbstractVector) ane exporting SolverIterator as the main API for iterating over times
  • ranaming integrate to integrate! to indicate the side effect that the integrator is being mutated.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request created: JuliaRegistries/General/98156

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.0 -m "<description of version>" 9c04ddc9704394c5d3a2e72f8bba74ae8652fcca
git push origin v0.4.0

Please sign in to comment.