{"id":20279712,"url":"https://github.com/genieframework/versioncheck.jl","last_synced_at":"2026-03-19T15:03:20.710Z","repository":{"id":61799968,"uuid":"425518408","full_name":"GenieFramework/VersionCheck.jl","owner":"GenieFramework","description":"Utility package that helps with checking and notifying users of package updates","archived":false,"fork":false,"pushed_at":"2021-11-18T14:11:30.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-14T07:12:27.949Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GenieFramework.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG_sample.html","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-07T14:00:08.000Z","updated_at":"2023-03-13T06:58:07.000Z","dependencies_parsed_at":"2022-10-21T11:45:35.393Z","dependency_job_id":null,"html_url":"https://github.com/GenieFramework/VersionCheck.jl","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenieFramework%2FVersionCheck.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenieFramework%2FVersionCheck.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenieFramework%2FVersionCheck.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenieFramework%2FVersionCheck.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GenieFramework","download_url":"https://codeload.github.com/GenieFramework/VersionCheck.jl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241773256,"owners_count":20018064,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T13:32:37.016Z","updated_at":"2026-03-08T01:02:39.452Z","avatar_url":"https://github.com/GenieFramework.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VersionCheck\n\nUtility package for checking if a new version of a Julia package is available. It uses the current `Project.toml` file and a special `CHANGELOG.html` file to determine the latest versions.\n\n## Usage\n\nCreate a `CHANGELOG.html` file similar to the `CHANGELOG_sample.html` file included in this package. Host the `CHANGELOG.html` file on a publicly accessible web server.\n\nIn your package, add a check like the following:\n\n```julia\nmodule MyPackage\n\nimport VersionCheck\n\nfunction __init__()\n  try\n    @async VersionCheck.newversion(\"MyPackage\", url = \"\u003cURL to CHANGELOG.html\u003e\")\n  catch\n  end\nend\n\nend\n```\n\n### TODO\n* API to export CHANGELOG.html to CHANGELOG.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenieframework%2Fversioncheck.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgenieframework%2Fversioncheck.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenieframework%2Fversioncheck.jl/lists"}