Skip to content

Commit

Permalink
drop support for 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
adknudson committed Feb 20, 2024
1 parent 49182e2 commit d0a8156
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
Expand Up @@ -27,7 +27,7 @@ Reexport = "1"
StatsFuns = "1"
SharedArrays = "1"
Test = "1"
julia = "1.6, 1.7, 1.8, 1.9, 1.10"
julia = "1.7, 1.8, 1.9, 1.10"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down

2 comments on commit d0a8156

@adknudson
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

New Features

  • Added support for vectors of marginal distributions

Breaking changes

  • dropped support for Julia 1.6

@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/101238

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.2.0 -m "<description of version>" d0a8156aaac4bf0ebf0daf10622fa17919543293
git push origin v0.2.0

Please sign in to comment.