Skip to content

Commit

Permalink
Merge pull request #125 from TidierOrg/improved-readme
Browse files Browse the repository at this point in the history
Improved-readme
  • Loading branch information
Karandeep Singh committed Jan 2, 2024
2 parents a5e5951 + 384f504 commit 8dcc785
Show file tree
Hide file tree
Showing 3 changed files with 618 additions and 90 deletions.
4 changes: 2 additions & 2 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.2.0"
version = "1.2.1"

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

[compat]
Reexport = "0.2, 1"
TidierData = "0.13, 1"
TidierData = "0.14, 1"
TidierPlots = "0.5, 1"
TidierCats = "0.1, 1"
TidierDates = "0.2, 1"
Expand Down
Loading

2 comments on commit 8dcc785

@kdpsingh
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 created: JuliaRegistries/General/98081

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.2.1 -m "<description of version>" 8dcc785ba64bea7e8e6c8256bfdeef38dd592a12
git push origin v1.2.1

Please sign in to comment.