Skip to content

Commit

Permalink
Add compat entry for TidyTest
Browse files Browse the repository at this point in the history
  • Loading branch information
g-gundam committed Dec 6, 2024
1 parent 35589ad commit 0da5485
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.10.7"
manifest_format = "2.0"
project_hash = "0e85b9adf490d823db6bb7fa2734fd818d18ac4f"
project_hash = "d18a77ab805252281f0b76a9733cac286b8f4ae2"

[[deps.ArgTools]]
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
Expand Down
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ HTTP = "0.8, 1"
JSON3 = "1"
NanoDates = "0.3, 1"
Nullables = "1"
TidyTest = "0.1"
TimeZones = "1"
URIs = "1"
julia = "1"
Expand Down

2 comments on commit 0da5485

@g-gundam
Copy link
Owner

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

Release notes:

  • Use TidyTest.jl as my test runner and add my first few unit tests.
  • Filter out non-CSV files.
  • See if the README shows up on JuliaHub this time.

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

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.0.5 -m "<description of version>" 0da548522054598ded2de25722a42e4a934ef0a4
git push origin v1.0.5

Please sign in to comment.