Skip to content

Commit

Permalink
Merge #461
Browse files Browse the repository at this point in the history
461: CompatHelper's own Project.toml file: Add compat entries for stdlibs r=DilumAluthge a=DilumAluthge

For SHA, we use this: `SHA = "0.7, 1"`

For all other stdlibs, we use this: `StdlibName = "1"`

Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
  • Loading branch information
bors[bot] and DilumAluthge committed Oct 28, 2023
2 parents 30d2ed2 + 8719572 commit 7b7166f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,17 @@ TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[compat]
Base64 = "1"
Dates = "1"
GitForge = "0.4"
Mocking = "0.7"
MultilineStrings = "0.1"
Pkg = "1"
RegistryInstances = "0.1"
SHA = "0.7, 1"
TOML = "1"
TimeZones = "1"
UUIDs = "1"
julia = "1.6"

[extras]
Expand Down

2 comments on commit 7b7166f

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

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 v3.8.0 -m "<description of version>" 7b7166f85467df918251c4d29e605b81ea46baad
git push origin v3.8.0

Please sign in to comment.