Skip to content

Commit

Permalink
CompatHelper: add new compat entry for InvertedIndices at version 1 f…
Browse files Browse the repository at this point in the history
…or package test, (keep existing compat) (#73)

This pull request sets the compat entry for the `InvertedIndices` package to `1` for package test.
This keeps the compat entries for earlier versions.



Note: I have not tested your package with this new compat entry.
It is your responsibility to make sure that your package tests pass before you merge this pull request.
Note: Consider registering a new release of your package immediately after merging this PR, as downstream packages may depend on this for tests to pass.

Co-authored-by: Hong Ge <3279477+yebai@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and yebai committed Nov 7, 2022
1 parent db1b65b commit 1158f16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Project.toml
Expand Up @@ -12,6 +12,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
Distributions = "0.25"
Documenter = "0.26.3, 0.27"
InvertedIndices = "1"
OffsetArrays = "1"
Setfield = "0.7.1, 0.8, 1"
julia = "1"

2 comments on commit 1158f16

@torfjelde
Copy link
Member

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/73779

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.6.0 -m "<description of version>" 1158f1640f68bd32cc96d9f14025196955d0306e
git push origin v0.6.0

Please sign in to comment.