Skip to content

Commit

Permalink
CompatHelper: add new compat entry for SimpleUnPack at version 1, (ke…
Browse files Browse the repository at this point in the history
…ep existing compat) (#41)

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
  • Loading branch information
github-actions[bot] and CompatHelper Julia committed Apr 25, 2023
1 parent 1e66f60 commit afd3d27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
ArgCheck = "1, 2"
DocStringExtensions = "0.8, 0.9"
SimpleUnPack = "1"
StaticArrays = "1"
julia = "1.2"

Expand Down

2 comments on commit afd3d27

@tpapp
Copy link
Owner

@tpapp tpapp commented on afd3d27 Apr 25, 2023

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

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

Please sign in to comment.