Skip to content

Commit

Permalink
Merge #56
Browse files Browse the repository at this point in the history
56: Add compat for Dates, DelimitedFiles and Artifacts r=sriharshakandala a=sriharshakandala



Co-authored-by: sriharshakandala <sriharsha.kvs@gmail.com>
  • Loading branch information
bors[bot] and sriharshakandala authored Nov 2, 2023
2 parents 158fea2 + 77c9ca9 commit 60af9e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"

[compat]
Artifacts = "<2.0"
Dates = "<2.0"
DelimitedFiles = "<2.0"
Interpolations = "0.13, 0.14"
julia = "1.7, 1.8, 1.9"

4 comments on commit 60af9e4

@sriharshakandala
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/94608

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.7.0 -m "<description of version>" 60af9e4bcbbe8e5d855ea7f6c2a623b758616fbf
git push origin v0.7.0

@sriharshakandala
Copy link
Member

Choose a reason for hiding this comment

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

@JuliaRegistrator register [noblock]

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

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.7.0 -m "<description of version>" 60af9e4bcbbe8e5d855ea7f6c2a623b758616fbf
git push origin v0.7.0

Please sign in to comment.