Skip to content

Commit

Permalink
restrict to julia v1.6 since older versions are not tested
Browse files Browse the repository at this point in the history
  • Loading branch information
daanhb committed Apr 7, 2024
1 parent 066bbd7 commit 597b58d
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 @@ -8,7 +8,7 @@ version = "0.1.4"
[compat]
Aqua = "0.8"
Test = "1"
julia = "1.3"
julia = "1.6"

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

4 comments on commit 597b58d

@daanhb
Copy link
Member Author

@daanhb daanhb commented on 597b58d Apr 7, 2024

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes

  • update of docstrings and activation of (partial) documentation via Documenter
  • no functional updates

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

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

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.1.4 -m "<description of version>" 597b58dbe6a8b12bd40a82bd0e53460a7a598f4c
git push origin v0.1.4

@daanhb
Copy link
Member Author

@daanhb daanhb commented on 597b58d Apr 7, 2024

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

  • update of docstrings and activation of (partial) documentation via Documenter
  • no functional updates

@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 updated: JuliaRegistries/General/104416

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.1.4 -m "<description of version>" 597b58dbe6a8b12bd40a82bd0e53460a7a598f4c
git push origin v0.1.4

Please sign in to comment.