Skip to content

Commit

Permalink
Merge pull request #8 from JuliaGNI/compathelper/new_version/2022-03-…
Browse files Browse the repository at this point in the history
…09-13-20-16-021-00286640388

CompatHelper: bump compat for ContinuumArrays to 0.10, (keep existing compat)
  • Loading branch information
michakraus authored Mar 9, 2022
2 parents 3a29adf + 7fe8bf8 commit 812967a
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 @@ -12,7 +12,7 @@ QuadratureRules = "a08977f5-a20d-4b99-b11f-f5ea535e0575"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
ContinuumArrays = "0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9"
ContinuumArrays = "0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10"
FastTransforms = "0.10, 0.11, 0.12, 0.13"
OffsetArrays = "0.10, 0.11, 1"
QuadratureRules = "0.1"
Expand Down

2 comments on commit 812967a

@michakraus
Copy link
Member Author

Choose a reason for hiding this comment

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

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

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.4 -m "<description of version>" 812967a045c8d7c92c4df25a19190b392771186a
git push origin v0.2.4

Please sign in to comment.