Skip to content

Commit

Permalink
Merge pull request #151 from TidierOrg/kdpsingh-patch-1
Browse files Browse the repository at this point in the history
Updated package dependencies and bump minimum Julia version to 1.10
  • Loading branch information
kdpsingh authored Jan 11, 2025
2 parents d048dbb + c7ab929 commit 08cba69
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Tidier"
uuid = "f0413319-3358-4bb0-8e7c-0c83523a93bd"
authors = ["Karandeep Singh"]
version = "1.4.0"
version = "1.5.0"

[deps]
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Expand All @@ -17,16 +17,16 @@ TidierVest = "969b988e-7aed-4820-b60d-bdec252047c4"

[compat]
Reexport = "0.2, 1"
TidierCats = "0.1, 1"
TidierData = "0.15, 1"
TidierDates = "0.2, 1"
TidierDB = "0.1, 1"
TidierFiles = "0.1, 1"
TidierPlots = "0.7, 1"
TidierStrings = "0.2, 1"
TidierText = "0.1, 1"
TidierCats = "0.2, 1"
TidierData = "0.16, 1"
TidierDates = "0.3, 1"
TidierDB = "0.6, 1"
TidierFiles = "0.2, 1"
TidierPlots = "0.9, 1"
TidierStrings = "0.3, 1"
TidierText = "0.2, 1"
TidierVest = "0.4, 1"
julia = "1.9"
julia = "1.10"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit 08cba69

@kdpsingh
Copy link
Member Author

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

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 v1.5.0 -m "<description of version>" 08cba6957d7c6f41673609af781af1dd8b69246f
git push origin v1.5.0

Please sign in to comment.