{"id":377229,"url":"https://github.com/urmzd/sr","last_synced_at":"2026-07-23T13:08:55.419Z","repository":{"id":337170228,"uuid":"1152531115","full_name":"urmzd/sr","owner":"urmzd","description":"Release engineering CLI — single static binary, zero runtime dependencies, fully configurable. Automated semantic versioning from conventional commits.","archived":false,"fork":false,"pushed_at":"2026-07-15T22:29:18.000Z","size":1691,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-17T20:43:44.241Z","etag":null,"topics":["agent-skill","changelog","cli","configurable","conventional-commits","github-action","release-automation","release-management","rust","semantic-release","semver","showcase","static-binary","zero-dependencies"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/urmzd.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-08T02:29:20.000Z","updated_at":"2026-07-17T15:02:57.000Z","dependencies_parsed_at":"2026-06-03T08:03:21.182Z","dependency_job_id":null,"html_url":"https://github.com/urmzd/sr","commit_stats":null,"previous_names":["urmzd/semantic-release","urmzd/sr"],"tags_count":97,"template":false,"template_full_name":null,"purl":"pkg:github/urmzd/sr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/urmzd","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35693383,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"ssl_error","status_checked_at":"2026-07-20T02:08:09.736Z","response_time":111,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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"}},"owner":{"login":"urmzd","name":"Urmzd Mukhammadnaim","uuid":"45431570","kind":"user","description":"“A reader lives a thousand lives before he dies. The man who never reads lives only one.” ~ George R.R. Martin.","email":"","website":"https://www.linkedin.com/in/urmzd","location":"Toronto, Ontario, Canada","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/45431570?u=0f648d8d381b8e6fe9437d5a06048240b10c22af\u0026v=4","repositories_count":29,"last_synced_at":"2024-04-16T19:36:07.272Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/urmzd","funding_links":[],"total_stars":20,"followers":20,"following":20,"created_at":"2022-11-16T13:50:37.660Z","updated_at":"2024-04-16T19:36:11.400Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/urmzd","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/urmzd/repositories"},"packages":[{"id":14230811,"name":"urmzd/sr","ecosystem":"actions","description":"Declarative change/release management — one binary, VCS is state, commits are the diff.","homepage":null,"licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/urmzd/sr","keywords_array":["agent-skill","ai-commits","changelog","cli","configurable","conventional-commits","github-action","release-automation","release-management","rust","semantic-release","semver","showcase","static-binary","zero-dependencies"],"namespace":"urmzd","versions_count":97,"first_release_published_at":"2026-02-08T04:59:01.000Z","latest_release_published_at":"2026-06-03T06:08:13.000Z","latest_release_number":"v8.0.9","last_synced_at":"2026-06-22T10:31:39.142Z","created_at":"2026-04-11T08:44:23.697Z","updated_at":"2026-06-22T12:23:10.562Z","registry_url":"https://github.com/urmzd/sr","install_command":null,"documentation_url":null,"metadata":{"name":"SR - Semantic Release","description":"Declarative change/release management — one binary, VCS is state, commits are the diff.","author":"urmzd","branding":{"icon":"upload-cloud","color":"green"},"inputs":{"mode":{"description":"Which verb to run: `plan` (preview only, no side effects), `prepare` (bump manifests + changelog on disk, no commit/tag/push), or `release` (full reconcile — commit, tag, push, release, upload, publish). Default: `release`. A common multi-job CI shape is:\n  job1  mode: plan    → outputs.version, .tag for downstream jobs\n  job2  mode: prepare → writes bumped manifests (upload as artifact)\n  build jobs read the bumped manifest (cargo/npm/uv/go picks up the\n    new version) and produce release-ready binaries\n  job3  mode: release → commits the prepared files, tags, uploads\n","default":"release"},"dry-run":{"description":"Deprecated alias for `mode: plan`. Use `mode` instead.","default":"false"},"github-token":{"description":"GitHub token for creating releases","default":"${{ github.token }}"},"git-user-name":{"description":"Git author/committer name for the release commit and tag. Pass empty string to let sr.yaml (git.user.name) or the repo's local git config take over.","default":"sr-releaser[bot]"},"git-user-email":{"description":"Git author/committer email for the release commit and tag. Pass empty string to let sr.yaml (git.user.email) or the repo's local git config take over.","default":"sr-releaser[bot]@users.noreply.github.com"},"artifacts":{"description":"Literal paths to artifact files to upload (space-separated, passed as --artifacts)","default":""},"channel":{"description":"Release channel name (e.g. canary, rc, stable) — must match a channel defined in sr.yaml","default":""},"prerelease":{"description":"Pre-release identifier override (e.g. alpha, beta, rc). Overrides the channel's prerelease setting","default":""},"stage-files":{"description":"Additional literal paths to stage in the release commit (space-separated)","default":""},"sign-tags":{"description":"Sign tags with GPG/SSH. Overrides git.sign_tags in sr.yaml","default":"false"},"draft":{"description":"Create GitHub release as a draft. Overrides the channel's draft setting","default":"false"},"sha256":{"description":"Expected SHA256 checksum of the sr binary","default":""}},"outputs":{"version":{"description":"Planned or released version. Populated for every mode.","value":"${{ steps.sr.outputs.version }}"},"previous-version":{"description":"Version before this release (empty if first release)","value":"${{ steps.sr.outputs.previous_version }}"},"tag":{"description":"Git tag name (populated for every mode)","value":"${{ steps.sr.outputs.tag }}"},"bump":{"description":"Bump level applied (major/minor/patch)","value":"${{ steps.sr.outputs.bump }}"},"floating-tag":{"description":"Floating major tag (e.g. v3, empty if disabled)","value":"${{ steps.sr.outputs.floating_tag }}"},"commit-count":{"description":"Number of commits in this release","value":"${{ steps.sr.outputs.commit_count }}"},"released":{"description":"Whether a release was actually cut (mode=release only; true/false)","value":"${{ steps.sr.outputs.released }}"},"json":{"description":"Full JSON output of the verb (empty if no release)","value":"${{ steps.sr.outputs.json }}"}},"runs":{"using":"composite","steps":[{"name":"Download sr binary","shell":"bash","env":{"SR_REPO":"${{ github.action_repository }}","SR_REF":"${{ github.action_ref }}","SR_SHA256":"${{ inputs.sha256 }}"},"run":"set -euo pipefail\nOS=$(uname -s | tr '[:upper:]' '[:lower:]')\nARCH=$(uname -m)\ncase \"$ARCH\" in\n  x86_64)        ARCH=\"x86_64\" ;;\n  aarch64|arm64) ARCH=\"aarch64\" ;;\n  *) echo \"::error::Unsupported architecture: $ARCH\"; exit 1 ;;\nesac\ncase \"$OS\" in\n  linux)  TARGET=\"${ARCH}-unknown-linux-musl\" ;;\n  darwin) TARGET=\"${ARCH}-apple-darwin\" ;;\n  *) echo \"::error::Unsupported OS: $OS\"; exit 1 ;;\nesac\n\nDEST=\"$HOME/.local/bin/sr\"\nmkdir -p \"$HOME/.local/bin\"\n\nAPI=\"https://api.github.com/repos/${SR_REPO}\"\nTAGS=$(curl -fsSL \"${API}/releases?per_page=100\" | jq -r '.[].tag_name')\nRELEASE_TAG=$(echo \"$TAGS\" | grep -xF \"$SR_REF\" | head -1 || true)\n[ -z \"$RELEASE_TAG\" ] \u0026\u0026 RELEASE_TAG=$(echo \"$TAGS\" | grep \"^${SR_REF}\\.\" | head -1 || true)\n[ -z \"$RELEASE_TAG\" ] \u0026\u0026 RELEASE_TAG=$(echo \"$TAGS\" | head -1)\n\nif [ -z \"$RELEASE_TAG\" ]; then\n  echo \"::error::No releases found for ${SR_REPO}\"\n  exit 1\nfi\n\ncurl -fsSL \"https://github.com/${SR_REPO}/releases/download/${RELEASE_TAG}/sr-${TARGET}\" -o \"$DEST\"\n\nif [ -n \"$SR_SHA256\" ]; then\n  ACTUAL=$(sha256sum \"$DEST\" | awk '{print $1}')\n  if [ \"$ACTUAL\" != \"$SR_SHA256\" ]; then\n    echo \"::error::SHA256 mismatch: expected $SR_SHA256, got $ACTUAL\"\n    exit 1\n  fi\nfi\n\nchmod +x \"$DEST\"\necho \"$HOME/.local/bin\" \u003e\u003e \"$GITHUB_PATH\"\n"},{"name":"Run sr","id":"sr","shell":"bash","env":{"GH_TOKEN":"${{ inputs.github-token }}","SR_MODE":"${{ inputs.mode }}","SR_DRY_RUN":"${{ inputs.dry-run }}","SR_ARTIFACTS":"${{ inputs.artifacts }}","SR_CHANNEL":"${{ inputs.channel }}","SR_PRERELEASE":"${{ inputs.prerelease }}","SR_STAGE_FILES":"${{ inputs.stage-files }}","SR_SIGN_TAGS":"${{ inputs.sign-tags }}","SR_DRAFT":"${{ inputs.draft }}","SR_GIT_USER_NAME":"${{ inputs.git-user-name }}","SR_GIT_USER_EMAIL":"${{ inputs.git-user-email }}"},"run":"set -uo pipefail\n\n# Resolve mode. `dry-run: true` is a back-compat alias for `mode: plan`.\nMODE=\"$SR_MODE\"\nif [ \"$SR_DRY_RUN\" = \"true\" ]; then\n  MODE=\"plan\"\nfi\n\n# Build argv as an array so user-supplied values are never re-parsed\n# by the shell. Inputs are passed through env vars (above) for the\n# same reason — interpolating ${{ inputs.* }} into a shell string\n# and eval'ing it would be a shell-injection vector.\nARGS=()\ncase \"$MODE\" in\n  plan)\n    ARGS+=(plan --format json)\n    ;;\n  prepare)\n    ARGS+=(prepare)\n    if [ -n \"$SR_PRERELEASE\" ]; then\n      ARGS+=(--prerelease \"$SR_PRERELEASE\")\n    fi\n    ;;\n  release)\n    ARGS+=(release)\n    if [ -n \"$SR_ARTIFACTS\" ]; then\n      # Space-separated list; each token becomes one --artifacts arg.\n      read -r -a _artifacts \u003c\u003c\u003c\"$SR_ARTIFACTS\"\n      for p in \"${_artifacts[@]}\"; do\n        ARGS+=(--artifacts \"$p\")\n      done\n    fi\n    if [ -n \"$SR_CHANNEL\" ]; then\n      ARGS+=(--channel \"$SR_CHANNEL\")\n    fi\n    if [ -n \"$SR_PRERELEASE\" ]; then\n      ARGS+=(--prerelease \"$SR_PRERELEASE\")\n    fi\n    if [ -n \"$SR_STAGE_FILES\" ]; then\n      read -r -a _stage \u003c\u003c\u003c\"$SR_STAGE_FILES\"\n      for p in \"${_stage[@]}\"; do\n        ARGS+=(--stage-files \"$p\")\n      done\n    fi\n    if [ \"$SR_SIGN_TAGS\" = \"true\" ]; then\n      ARGS+=(--sign-tags)\n    fi\n    if [ \"$SR_DRAFT\" = \"true\" ]; then\n      ARGS+=(--draft)\n    fi\n    if [ -n \"$SR_GIT_USER_NAME\" ]; then\n      ARGS+=(--git-user-name \"$SR_GIT_USER_NAME\")\n    fi\n    if [ -n \"$SR_GIT_USER_EMAIL\" ]; then\n      ARGS+=(--git-user-email \"$SR_GIT_USER_EMAIL\")\n    fi\n    ;;\n  *)\n    echo \"::error::Invalid mode: $MODE (expected plan|prepare|release)\"\n    exit 1\n    ;;\nesac\n\n# Capture sr's real exit code. A pipeline inside $(…) hides the\n# left-hand status behind the subshell, so run sr to a temp file\n# and read afterward. sr may pretty-print JSON across multiple\n# lines, so slurp the whole file and let jq parse it.\nTMP_OUT=$(mktemp)\ntrap 'rm -f \"$TMP_OUT\"' EXIT\nset +e\nsr \"${ARGS[@]}\" \u003e\"$TMP_OUT\"\nEXIT_CODE=$?\nset -e\n\nif [ \"$EXIT_CODE\" -eq 0 ]; then\n  # Compact the JSON onto a single line so it's safe to embed in\n  # GITHUB_OUTPUT and to pipe back into jq for field extraction.\n  JSON_OUTPUT=$(jq -c . \u003c\"$TMP_OUT\")\n  {\n    echo \"json\u003c\u003c__SR_EOF__\"\n    echo \"$JSON_OUTPUT\"\n    echo \"__SR_EOF__\"\n  } \u003e\u003e \"$GITHUB_OUTPUT\"\n  echo \"version=$(echo \"$JSON_OUTPUT\" | jq -r '.version // \"\"')\" \u003e\u003e \"$GITHUB_OUTPUT\"\n  echo \"previous_version=$(echo \"$JSON_OUTPUT\" | jq -r '.previous_version // \"\"')\" \u003e\u003e \"$GITHUB_OUTPUT\"\n  echo \"tag=$(echo \"$JSON_OUTPUT\" | jq -r '.tag // .tag_name // \"\"')\" \u003e\u003e \"$GITHUB_OUTPUT\"\n  echo \"bump=$(echo \"$JSON_OUTPUT\" | jq -r '.bump // \"\"')\" \u003e\u003e \"$GITHUB_OUTPUT\"\n  echo \"floating_tag=$(echo \"$JSON_OUTPUT\" | jq -r '.floating_tag // \"\"')\" \u003e\u003e \"$GITHUB_OUTPUT\"\n  echo \"commit_count=$(echo \"$JSON_OUTPUT\" | jq -r '.commit_count // 0')\" \u003e\u003e \"$GITHUB_OUTPUT\"\n  if [ \"$MODE\" = \"release\" ]; then\n    echo \"released=true\" \u003e\u003e \"$GITHUB_OUTPUT\"\n  else\n    echo \"released=false\" \u003e\u003e \"$GITHUB_OUTPUT\"\n  fi\nelif [ \"$EXIT_CODE\" -eq 2 ]; then\n  echo \"::notice::No releasable changes found\"\n  echo \"released=false\" \u003e\u003e \"$GITHUB_OUTPUT\"\nelse\n  echo \"released=false\" \u003e\u003e \"$GITHUB_OUTPUT\"\n  echo \"::error::sr failed with exit code ${EXIT_CODE}\"\n  exit \"$EXIT_CODE\"\nfi\n"}]},"default_branch":"main","path":null},"repo_metadata":{"id":337170228,"uuid":"1152531115","full_name":"urmzd/sr","owner":"urmzd","description":"Release engineering CLI — single static binary, zero runtime dependencies, fully configurable. Automated semantic versioning from conventional commits.","archived":false,"fork":false,"pushed_at":"2026-06-03T06:08:17.000Z","size":1620,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-03T14:40:04.489Z","etag":null,"topics":["agent-skill","ai-commits","changelog","cli","configurable","conventional-commits","github-action","release-automation","release-management","rust","semantic-release","semver","showcase","static-binary","zero-dependencies"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/urmzd.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-08T02:29:20.000Z","updated_at":"2026-06-03T06:08:19.000Z","dependencies_parsed_at":"2026-06-03T08:03:21.182Z","dependency_job_id":null,"html_url":"https://github.com/urmzd/sr","commit_stats":null,"previous_names":["urmzd/semantic-release","urmzd/sr"],"tags_count":97,"template":false,"template_full_name":null,"purl":"pkg:github/urmzd/sr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/urmzd","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34645680,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"tags":[]},"repo_metadata_updated_at":"2026-06-22T12:23:10.562Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":43.07053941908714,"dependent_packages_count":0.0,"stargazers_count":49.83863531581374,"forks_count":38.46011987090826,"docker_downloads_count":null,"average":32.84232365145228},"purl":"pkg:githubactions/urmzd/sr","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/urmzd/sr","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/urmzd/sr","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/urmzd/sr/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/urmzd%2Fsr/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/urmzd%2Fsr/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/urmzd%2Fsr/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/urmzd%2Fsr/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/urmzd%2Fsr/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/urmzd%2Fsr/codemeta","maintainers":[],"registry":{"name":"github actions","url":"https://github.com/marketplace/actions/","ecosystem":"actions","default":true,"packages_count":32691,"maintainers_count":0,"namespaces_count":20402,"keywords_count":8032,"github":"actions","metadata":{"funded_packages_count":4015},"icon_url":"https://github.com/actions.png","created_at":"2023-01-03T17:16:39.185Z","updated_at":"2026-06-10T05:16:18.054Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/namespaces"}},{"id":14073460,"name":"sr-ai","ecosystem":"cargo","description":"AI backends, caching, and AI-powered git commands for sr","homepage":"https://github.com/urmzd/sr","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/urmzd/sr","keywords_array":["ai","conventional-commits","git","semantic-release"],"namespace":null,"versions_count":41,"first_release_published_at":"2026-03-19T02:19:44.407Z","latest_release_published_at":"2026-04-11T19:07:28.426Z","latest_release_number":"3.4.0","last_synced_at":"2026-06-26T15:03:35.564Z","created_at":"2026-03-19T02:32:57.622Z","updated_at":"2026-06-26T15:28:08.174Z","registry_url":"https://crates.io/crates/sr-ai/","install_command":"cargo install sr-ai","documentation_url":"https://docs.rs/sr-ai/","metadata":{"categories":["development-tools"]},"repo_metadata":{"id":337170228,"uuid":"1152531115","full_name":"urmzd/sr","owner":"urmzd","description":"Release engineering CLI — single static binary, zero runtime dependencies, fully configurable. Automated semantic versioning from conventional commits.","archived":false,"fork":false,"pushed_at":"2026-06-24T20:43:17.000Z","size":1626,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-26T13:52:48.392Z","etag":null,"topics":["agent-skill","ai-commits","changelog","cli","configurable","conventional-commits","github-action","release-automation","release-management","rust","semantic-release","semver","showcase","static-binary","zero-dependencies"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/urmzd.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-08T02:29:20.000Z","updated_at":"2026-06-16T17:06:38.000Z","dependencies_parsed_at":"2026-06-03T08:03:21.182Z","dependency_job_id":null,"html_url":"https://github.com/urmzd/sr","commit_stats":null,"previous_names":["urmzd/semantic-release","urmzd/sr"],"tags_count":97,"template":false,"template_full_name":null,"purl":"pkg:github/urmzd/sr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/urmzd","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34821764,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-26T02:00:06.560Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"owner_record":{"login":"urmzd","name":"Urmzd Mukhammadnaim","uuid":"45431570","kind":"user","description":"“A reader lives a thousand lives before he dies. The man who never reads lives only one.” ~ George R.R. Martin.","email":"","website":"https://www.linkedin.com/in/urmzd","location":"Toronto, Ontario, Canada","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/45431570?u=0f648d8d381b8e6fe9437d5a06048240b10c22af\u0026v=4","repositories_count":29,"last_synced_at":"2024-04-16T19:36:07.272Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/urmzd","funding_links":[],"total_stars":20,"followers":20,"following":20,"created_at":"2022-11-16T13:50:37.660Z","updated_at":"2024-04-16T19:36:11.400Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/urmzd","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/urmzd/repositories"},"tags":[]},"repo_metadata_updated_at":"2026-06-26T15:28:08.173Z","dependent_packages_count":0,"downloads":732,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":91.72603750285661,"dependent_repos_count":16.4805689977989,"dependent_packages_count":21.772825864702654,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":43.326477455119395},"purl":"pkg:cargo/sr-ai","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/sr-ai","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/sr-ai","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/sr-ai/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-04-19T09:04:26.025Z","issues_count":0,"pull_requests_count":14,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":258131.72727272726,"issues_closed_count":0,"pull_requests_closed_count":11,"pull_request_authors_count":2,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.0,"merged_pull_requests_count":11,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":0,"past_year_pull_requests_count":14,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":258131.72727272726,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":4,"past_year_merged_pull_requests_count":11,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/issues","maintainers":[{"login":"urmzd","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/urmzd"}],"active_maintainers":[{"login":"urmzd","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/urmzd"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/sr-ai/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/sr-ai/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/sr-ai/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/sr-ai/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/sr-ai/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/sr-ai/codemeta","maintainers":[{"uuid":"386174","login":"urmzd","name":"Urmzd Mukhammadnaim","email":null,"url":"https://github.com/urmzd","packages_count":48,"html_url":"https://crates.io/users/urmzd","role":null,"created_at":"2026-03-19T02:33:40.560Z","updated_at":"2026-03-19T02:33:40.560Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/urmzd/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":311035,"maintainers_count":68046,"namespaces_count":0,"keywords_count":64623,"github":"rust-lang","metadata":{"funded_packages_count":23027},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-06-10T05:14:50.751Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":13854625,"name":"sr-git","ecosystem":"cargo","description":"Git operations for sr (native git CLI)","homepage":"https://github.com/urmzd/sr","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/urmzd/sr","keywords_array":["git","semantic-release","versioning"],"namespace":null,"versions_count":55,"first_release_published_at":"2026-02-08T10:28:22.431Z","latest_release_published_at":"2026-04-11T19:06:50.368Z","latest_release_number":"3.4.0","last_synced_at":"2026-06-26T15:03:35.677Z","created_at":"2026-02-19T05:33:03.990Z","updated_at":"2026-06-26T15:28:08.167Z","registry_url":"https://crates.io/crates/sr-git/","install_command":"cargo install sr-git","documentation_url":"https://docs.rs/sr-git/","metadata":{"categories":["development-tools"]},"repo_metadata":{"id":337170228,"uuid":"1152531115","full_name":"urmzd/sr","owner":"urmzd","description":"Release engineering CLI — single static binary, zero runtime dependencies, fully configurable. Automated semantic versioning from conventional commits.","archived":false,"fork":false,"pushed_at":"2026-06-24T20:43:17.000Z","size":1626,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-26T13:52:48.392Z","etag":null,"topics":["agent-skill","ai-commits","changelog","cli","configurable","conventional-commits","github-action","release-automation","release-management","rust","semantic-release","semver","showcase","static-binary","zero-dependencies"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/urmzd.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-08T02:29:20.000Z","updated_at":"2026-06-16T17:06:38.000Z","dependencies_parsed_at":"2026-06-03T08:03:21.182Z","dependency_job_id":null,"html_url":"https://github.com/urmzd/sr","commit_stats":null,"previous_names":["urmzd/semantic-release","urmzd/sr"],"tags_count":97,"template":false,"template_full_name":null,"purl":"pkg:github/urmzd/sr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/urmzd","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34821764,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-26T02:00:06.560Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"owner_record":{"login":"urmzd","name":"Urmzd Mukhammadnaim","uuid":"45431570","kind":"user","description":"“A reader lives a thousand lives before he dies. The man who never reads lives only one.” ~ George R.R. Martin.","email":"","website":"https://www.linkedin.com/in/urmzd","location":"Toronto, Ontario, Canada","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/45431570?u=0f648d8d381b8e6fe9437d5a06048240b10c22af\u0026v=4","repositories_count":29,"last_synced_at":"2024-04-16T19:36:07.272Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/urmzd","funding_links":[],"total_stars":20,"followers":20,"following":20,"created_at":"2022-11-16T13:50:37.660Z","updated_at":"2024-04-16T19:36:11.400Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/urmzd","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/urmzd/repositories"},"tags":[]},"repo_metadata_updated_at":"2026-06-26T15:28:08.166Z","dependent_packages_count":0,"downloads":986,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":88.45301090844592,"dependent_repos_count":17.349618346392866,"dependent_packages_count":22.932991083490947,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":42.911873446109915},"purl":"pkg:cargo/sr-git","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/sr-git","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/sr-git","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/sr-git/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-04-19T09:04:26.025Z","issues_count":0,"pull_requests_count":14,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":258131.72727272726,"issues_closed_count":0,"pull_requests_closed_count":11,"pull_request_authors_count":2,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.0,"merged_pull_requests_count":11,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":0,"past_year_pull_requests_count":14,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":258131.72727272726,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":4,"past_year_merged_pull_requests_count":11,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/issues","maintainers":[{"login":"urmzd","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/urmzd"}],"active_maintainers":[{"login":"urmzd","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/urmzd"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/sr-git/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/sr-git/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/sr-git/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/sr-git/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/sr-git/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/sr-git/codemeta","maintainers":[{"uuid":"386174","login":"urmzd","name":"Urmzd Mukhammadnaim","email":null,"url":"https://github.com/urmzd","packages_count":48,"html_url":"https://crates.io/users/urmzd","role":null,"created_at":"2026-02-19T05:33:12.390Z","updated_at":"2026-02-19T05:33:12.390Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/urmzd/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":311035,"maintainers_count":68046,"namespaces_count":0,"keywords_count":64623,"github":"rust-lang","metadata":{"funded_packages_count":23027},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-06-10T05:14:50.751Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":13854626,"name":"sr-core","ecosystem":"cargo","description":"Core library for sr — a release-state reconciler","homepage":"https://github.com/urmzd/sr","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/urmzd/sr","keywords_array":["changelog","versioning","release","conventional-commits","reconciler"],"namespace":null,"versions_count":75,"first_release_published_at":"2026-02-08T10:27:48.799Z","latest_release_published_at":"2026-07-15T22:29:49.666Z","latest_release_number":"8.1.0","last_synced_at":"2026-07-15T22:33:15.891Z","created_at":"2026-02-19T05:33:04.043Z","updated_at":"2026-07-15T22:57:10.276Z","registry_url":"https://crates.io/crates/sr-core/","install_command":"cargo install sr-core","documentation_url":"https://docs.rs/sr-core/","metadata":{"categories":["development-tools"]},"repo_metadata":{"id":337170228,"uuid":"1152531115","full_name":"urmzd/sr","owner":"urmzd","description":"AI-powered release engineering CLI — from commit to release. Single binary, language-agnostic, zero-config defaults with full configurability.","archived":false,"fork":false,"pushed_at":"2026-04-13T05:40:03.000Z","size":1686,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-13T07:37:40.024Z","etag":null,"topics":["ai","ai-commits","automation","changelog","cli","code-review","conventional-commits","git","github-actions","release-automation","release-engineering","rust","semantic-release","semver","versioning"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/urmzd.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-08T02:29:20.000Z","updated_at":"2026-04-13T05:40:06.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/urmzd/sr","commit_stats":null,"previous_names":["urmzd/semantic-release","urmzd/sr"],"tags_count":75,"template":false,"template_full_name":null,"purl":"pkg:github/urmzd/sr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/urmzd","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31857625,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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"},"owner_record":{"login":"urmzd","name":"Urmzd Mukhammadnaim","uuid":"45431570","kind":"user","description":"“A reader lives a thousand lives before he dies. The man who never reads lives only one.” ~ George R.R. Martin.","email":"","website":"https://www.linkedin.com/in/urmzd","location":"Toronto, Ontario, Canada","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/45431570?u=0f648d8d381b8e6fe9437d5a06048240b10c22af\u0026v=4","repositories_count":29,"last_synced_at":"2024-04-16T19:36:07.272Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/urmzd","funding_links":[],"total_stars":20,"followers":20,"following":20,"created_at":"2022-11-16T13:50:37.660Z","updated_at":"2024-04-16T19:36:11.400Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/urmzd","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/urmzd/repositories"},"tags":[]},"repo_metadata_updated_at":"2026-07-15T22:57:10.253Z","dependent_packages_count":0,"downloads":1858,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":87.97987296177887,"dependent_repos_count":17.349618346392866,"dependent_packages_count":22.932991083490947,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":42.75416079722089},"purl":"pkg:cargo/sr-core","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/sr-core","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/sr-core","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/sr-core/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-04-06T05:04:00.793Z","issues_count":0,"pull_requests_count":11,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":348354.375,"issues_closed_count":0,"pull_requests_closed_count":8,"pull_request_authors_count":2,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.0,"merged_pull_requests_count":8,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":0,"past_year_pull_requests_count":11,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":348354.375,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":8,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":4,"past_year_merged_pull_requests_count":8,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/issues","maintainers":[{"login":"urmzd","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/urmzd"}],"active_maintainers":[{"login":"urmzd","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/urmzd"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/sr-core/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/sr-core/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/sr-core/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/sr-core/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/sr-core/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/sr-core/codemeta","maintainers":[{"uuid":"386174","login":"urmzd","name":"Urmzd Mukhammadnaim","email":null,"url":"https://github.com/urmzd","packages_count":48,"html_url":"https://crates.io/users/urmzd","role":null,"created_at":"2026-02-19T05:33:12.503Z","updated_at":"2026-02-19T05:33:12.503Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/urmzd/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":311035,"maintainers_count":68046,"namespaces_count":0,"keywords_count":64623,"github":"rust-lang","metadata":{"funded_packages_count":23027},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-06-10T05:14:50.751Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":13606960,"name":"sr-cli","ecosystem":"cargo","description":"sr — a release-state reconciler. Define desired state; sr reconciles.","homepage":"https://github.com/urmzd/sr","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/urmzd/sr","keywords_array":["cli","changelog","release","conventional-commits","reconciler"],"namespace":null,"versions_count":69,"first_release_published_at":"2026-02-08T10:28:58.686Z","latest_release_published_at":"2026-07-15T22:30:02.955Z","latest_release_number":"8.1.0","last_synced_at":"2026-07-15T22:33:13.338Z","created_at":"2026-02-11T12:05:22.583Z","updated_at":"2026-07-15T22:57:10.282Z","registry_url":"https://crates.io/crates/sr-cli/","install_command":"cargo install sr-cli","documentation_url":"https://docs.rs/sr-cli/","metadata":{"categories":["command-line-utilities","development-tools"]},"repo_metadata":{"id":337170228,"uuid":"1152531115","full_name":"urmzd/sr","owner":"urmzd","description":"Release engineering CLI — single static binary, zero runtime dependencies, fully configurable. Automated semantic versioning from conventional commits.","archived":false,"fork":false,"pushed_at":"2026-06-24T20:43:17.000Z","size":1626,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-26T13:52:48.392Z","etag":null,"topics":["agent-skill","ai-commits","changelog","cli","configurable","conventional-commits","github-action","release-automation","release-management","rust","semantic-release","semver","showcase","static-binary","zero-dependencies"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/urmzd.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-08T02:29:20.000Z","updated_at":"2026-06-16T17:06:38.000Z","dependencies_parsed_at":"2026-06-03T08:03:21.182Z","dependency_job_id":null,"html_url":"https://github.com/urmzd/sr","commit_stats":null,"previous_names":["urmzd/semantic-release","urmzd/sr"],"tags_count":97,"template":false,"template_full_name":null,"purl":"pkg:github/urmzd/sr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/urmzd","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34821764,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-26T02:00:06.560Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"owner_record":{"login":"urmzd","name":"Urmzd Mukhammadnaim","uuid":"45431570","kind":"user","description":"“A reader lives a thousand lives before he dies. The man who never reads lives only one.” ~ George R.R. Martin.","email":"","website":"https://www.linkedin.com/in/urmzd","location":"Toronto, Ontario, Canada","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/45431570?u=0f648d8d381b8e6fe9437d5a06048240b10c22af\u0026v=4","repositories_count":29,"last_synced_at":"2024-04-16T19:36:07.272Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/urmzd","funding_links":[],"total_stars":20,"followers":20,"following":20,"created_at":"2022-11-16T13:50:37.660Z","updated_at":"2024-04-16T19:36:11.400Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/urmzd","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/urmzd/repositories"},"tags":[{"name":"v8.0.9","sha":"be3186cb51f712caf89086b30a24e5fd094a9237","kind":"tag","published_at":"2026-06-03T06:08:13.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v8.0.9","html_url":"https://github.com/urmzd/sr/releases/tag/v8.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v8.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8.0.9/manifests"},{"name":"v8.0.8","sha":"3b1969b20334efc6a5bbad9f58ba86083cb08829","kind":"tag","published_at":"2026-04-28T22:15:23.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v8.0.8","html_url":"https://github.com/urmzd/sr/releases/tag/v8.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v8.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8.0.8/manifests"},{"name":"v8.0.7","sha":"5600b5c7335e70baaacfa6109b1df624cdb31f51","kind":"tag","published_at":"2026-04-25T05:16:23.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v8.0.7","html_url":"https://github.com/urmzd/sr/releases/tag/v8.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v8.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8.0.7/manifests"},{"name":"v8.0.6","sha":"497a2f218e120ca7e8aa80cb109195bad18019b7","kind":"tag","published_at":"2026-04-20T03:54:16.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v8.0.6","html_url":"https://github.com/urmzd/sr/releases/tag/v8.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v8.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8.0.6/manifests"},{"name":"v8","sha":"497a2f218e120ca7e8aa80cb109195bad18019b7","kind":"commit","published_at":"2026-04-20T03:54:16.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v8","html_url":"https://github.com/urmzd/sr/releases/tag/v8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8/manifests"},{"name":"v8.0.5","sha":"378b2addb9590a3a12d77cffc84331f94d15d290","kind":"tag","published_at":"2026-04-20T03:43:49.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v8.0.5","html_url":"https://github.com/urmzd/sr/releases/tag/v8.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v8.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8.0.5/manifests"},{"name":"v8.0.4","sha":"7c70a4023d7396a8c8a37ccac82f1ff07805ae12","kind":"tag","published_at":"2026-04-20T03:21:05.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v8.0.4","html_url":"https://github.com/urmzd/sr/releases/tag/v8.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v8.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8.0.4/manifests"},{"name":"v8.0.3","sha":"2cc62ede9986fc69d631cbc80090084e54c99f9d","kind":"tag","published_at":"2026-04-20T03:16:39.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v8.0.3","html_url":"https://github.com/urmzd/sr/releases/tag/v8.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v8.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8.0.3/manifests"},{"name":"v8.0.2","sha":"09f95727b02b7a67b1b840f2874e8b33a66aee17","kind":"tag","published_at":"2026-04-20T02:43:05.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v8.0.2","html_url":"https://github.com/urmzd/sr/releases/tag/v8.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v8.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8.0.2/manifests"},{"name":"v8.0.1","sha":"ccff7cdbf37e6084e9a2d5326475787aded83df9","kind":"tag","published_at":"2026-04-20T02:35:52.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v8.0.1","html_url":"https://github.com/urmzd/sr/releases/tag/v8.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v8.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8.0.1/manifests"},{"name":"v8.0.0","sha":"69b2b5a804ede22aa940193835d7abd59f253fde","kind":"tag","published_at":"2026-04-20T02:28:11.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v8.0.0","html_url":"https://github.com/urmzd/sr/releases/tag/v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8.0.0/manifests"},{"name":"v7.1.2","sha":"f9392cfd271e3cdbfa468fae6919ec8a92fa18b9","kind":"tag","published_at":"2026-04-19T19:42:56.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v7.1.2","html_url":"https://github.com/urmzd/sr/releases/tag/v7.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v7.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v7.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v7.1.2/manifests"},{"name":"v7","sha":"f9392cfd271e3cdbfa468fae6919ec8a92fa18b9","kind":"commit","published_at":"2026-04-19T19:42:56.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v7","html_url":"https://github.com/urmzd/sr/releases/tag/v7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v7/manifests"},{"name":"v7.1.1","sha":"69847eb57428fdd2d2dcc21e9b3214031263034c","kind":"tag","published_at":"2026-04-19T00:48:03.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v7.1.1","html_url":"https://github.com/urmzd/sr/releases/tag/v7.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v7.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v7.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v7.1.1/manifests"},{"name":"v7.1.0","sha":"ac24d7f462dd02874df2a442b739291c984b27b4","kind":"tag","published_at":"2026-04-18T23:15:32.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v7.1.0","html_url":"https://github.com/urmzd/sr/releases/tag/v7.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v7.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v7.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v7.1.0/manifests"},{"name":"v7.0.0","sha":"80cb074631fcb8542a570756b5ff13a6000448c2","kind":"tag","published_at":"2026-04-15T20:01:30.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v7.0.0","html_url":"https://github.com/urmzd/sr/releases/tag/v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v7.0.0/manifests"},{"name":"v6.0.1","sha":"d52dd215e6c09e8a539718d23ce23259987f0b73","kind":"tag","published_at":"2026-04-14T01:35:56.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v6.0.1","html_url":"https://github.com/urmzd/sr/releases/tag/v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v6.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v6.0.1/manifests"},{"name":"v6","sha":"d52dd215e6c09e8a539718d23ce23259987f0b73","kind":"commit","published_at":"2026-04-14T01:35:56.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v6","html_url":"https://github.com/urmzd/sr/releases/tag/v6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v6/manifests"},{"name":"v6.0.0","sha":"ae6e992c1b9027d09d60cdc3bebe4e15f742e683","kind":"tag","published_at":"2026-04-14T01:26:05.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v6.0.0","html_url":"https://github.com/urmzd/sr/releases/tag/v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v6.0.0/manifests"},{"name":"v5.1.0","sha":"f74a733c6413e2e5e628e9558bd07e4884af083d","kind":"tag","published_at":"2026-04-13T19:58:54.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v5.1.0","html_url":"https://github.com/urmzd/sr/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v5.1.0/manifests"},{"name":"v5","sha":"f74a733c6413e2e5e628e9558bd07e4884af083d","kind":"commit","published_at":"2026-04-13T19:58:54.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v5","html_url":"https://github.com/urmzd/sr/releases/tag/v5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v5/manifests"},{"name":"v5.0.0","sha":"3dd5e9decff7b683a6c2113c1c7548cbfcd3c949","kind":"tag","published_at":"2026-04-13T18:49:55.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v5.0.0","html_url":"https://github.com/urmzd/sr/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v5.0.0/manifests"},{"name":"v4.1.0","sha":"082d473f8e36ee92c86f7175b88cad672430ca1a","kind":"tag","published_at":"2026-04-13T05:40:00.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v4.1.0","html_url":"https://github.com/urmzd/sr/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v4.1.0/manifests"},{"name":"v4","sha":"082d473f8e36ee92c86f7175b88cad672430ca1a","kind":"commit","published_at":"2026-04-13T05:40:00.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v4","html_url":"https://github.com/urmzd/sr/releases/tag/v4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v4/manifests"},{"name":"v4.0.0","sha":"13aa9080f2eaf9a95a6d32b1c03e55e48bf39493","kind":"tag","published_at":"2026-04-13T01:51:05.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v4.0.0","html_url":"https://github.com/urmzd/sr/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v4.0.0/manifests"},{"name":"v3.4.0","sha":"f47bbaa812f9cde69e0679a5c815a8f17b5832e8","kind":"tag","published_at":"2026-04-11T19:05:41.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.4.0","html_url":"https://github.com/urmzd/sr/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.4.0/manifests"},{"name":"v3.3.7","sha":"459a078f7facd58d405de0bdb9aa4b7a655cf372","kind":"tag","published_at":"2026-04-09T04:55:55.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.3.7","html_url":"https://github.com/urmzd/sr/releases/tag/v3.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.3.7/manifests"},{"name":"v3.3.6","sha":"91969ab75dfb4e2322fb7c71e489920dafed3171","kind":"tag","published_at":"2026-04-09T03:17:14.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.3.6","html_url":"https://github.com/urmzd/sr/releases/tag/v3.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.3.6/manifests"},{"name":"v3.3.5","sha":"ca83236c342df9974e8e881fdea60257abbb6819","kind":"tag","published_at":"2026-04-06T14:55:34.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.3.5","html_url":"https://github.com/urmzd/sr/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.3.5/manifests"},{"name":"v3.3.4","sha":"61054150af48b605785adff802b06ca523e206af","kind":"tag","published_at":"2026-04-06T03:28:28.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.3.4","html_url":"https://github.com/urmzd/sr/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"218b926122a8e78e4a9702087339c0ca577fdc65","kind":"tag","published_at":"2026-04-06T02:30:36.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.3.3","html_url":"https://github.com/urmzd/sr/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"bf7e5a1d88568c6206f6df460999ea04dd87431c","kind":"tag","published_at":"2026-04-03T22:08:30.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.3.2","html_url":"https://github.com/urmzd/sr/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"937dffcbee9df3e1e1a02cce377cc890555294ff","kind":"tag","published_at":"2026-04-03T21:33:02.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.3.1","html_url":"https://github.com/urmzd/sr/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"3854c5002ccc769e2b3eb78b94bbc4b1dd9574e7","kind":"tag","published_at":"2026-04-02T13:53:10.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.3.0","html_url":"https://github.com/urmzd/sr/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.3.0/manifests"},{"name":"v3.2.5","sha":"ce9844a2c4816c7ff33586ef5a0c9f7824124284","kind":"tag","published_at":"2026-04-01T16:48:46.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.2.5","html_url":"https://github.com/urmzd/sr/releases/tag/v3.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.2.5/manifests"},{"name":"v3.2.4","sha":"84b8bd3ca03a0fceee6ce4c3c787bacc8ad4f233","kind":"tag","published_at":"2026-04-01T07:28:27.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.2.4","html_url":"https://github.com/urmzd/sr/releases/tag/v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.2.4/manifests"},{"name":"v3.2.3","sha":"beb799f8788e03eb7818181f19f16b37dd00d1d2","kind":"tag","published_at":"2026-04-01T06:36:03.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.2.3","html_url":"https://github.com/urmzd/sr/releases/tag/v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.2.3/manifests"},{"name":"v3.2.2","sha":"f4431a10d5b211bb1f6283bb556e23e4b6bed58c","kind":"tag","published_at":"2026-04-01T05:54:25.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.2.2","html_url":"https://github.com/urmzd/sr/releases/tag/v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.2.2/manifests"},{"name":"v3.2.1","sha":"cb92d4de4201b5330141661b9ee0cc773496397b","kind":"tag","published_at":"2026-04-01T02:58:05.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.2.1","html_url":"https://github.com/urmzd/sr/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"f2894c498e8af0a828b52db44f1b8d93d69789ba","kind":"tag","published_at":"2026-04-01T00:07:42.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.2.0","html_url":"https://github.com/urmzd/sr/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"83273fb3b4cdc9bd9e14c7250270cb52c75816d9","kind":"tag","published_at":"2026-03-30T08:20:46.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.1.0","html_url":"https://github.com/urmzd/sr/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.1.0/manifests"},{"name":"v3.0.2","sha":"f975749ddcc3a9532d105a9648fbb25663d88c34","kind":"tag","published_at":"2026-03-30T07:29:04.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.0.2","html_url":"https://github.com/urmzd/sr/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.0.2/manifests"},{"name":"v3","sha":"f975749ddcc3a9532d105a9648fbb25663d88c34","kind":"commit","published_at":"2026-03-30T07:29:04.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3","html_url":"https://github.com/urmzd/sr/releases/tag/v3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3/manifests"},{"name":"v3.0.1","sha":"b01dc6f4016f2a408512b09da63c7f489412ca50","kind":"tag","published_at":"2026-03-30T07:17:42.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.0.1","html_url":"https://github.com/urmzd/sr/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"d6137583f18cd138e45ade4c7a885afbc03e9b9e","kind":"tag","published_at":"2026-03-30T06:15:11.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.0.0","html_url":"https://github.com/urmzd/sr/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.0.0/manifests"},{"name":"v2.4.8","sha":"ae9d5d4b5d7781716c9840c40aa52d2b20b61904","kind":"tag","published_at":"2026-03-30T05:11:32.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v2.4.8","html_url":"https://github.com/urmzd/sr/releases/tag/v2.4.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v2.4.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.4.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.4.8/manifests"},{"name":"v2.4.7","sha":"212f15cb26eb665cb7fdbb6e6197baaabec8dc09","kind":"tag","published_at":"2026-03-30T04:21:37.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v2.4.7","html_url":"https://github.com/urmzd/sr/releases/tag/v2.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v2.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.4.7/manifests"},{"name":"v2.4.6","sha":"39937d9ebfd8cac85dfa505b74f23c3bf8c5ca57","kind":"tag","published_at":"2026-03-30T02:19:31.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v2.4.6","html_url":"https://github.com/urmzd/sr/releases/tag/v2.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v2.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.4.6/manifests"},{"name":"v2.4.5","sha":"3243af19371ac57f1a9aecd664dff6aa148814f0","kind":"tag","published_at":"2026-03-30T01:29:09.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v2.4.5","html_url":"https://github.com/urmzd/sr/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"513ffebde3c19d19883c03f4d2e9279be6d1a379","kind":"tag","published_at":"2026-03-29T04:17:56.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v2.4.4","html_url":"https://github.com/urmzd/sr/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"263564bd6f6a39fbccb4cec9de6aaca1bd706a2e","kind":"tag","published_at":"2026-03-27T15:12:04.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v2.4.3","html_url":"https://github.com/urmzd/sr/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"775c0cb82804c67a8955e3b41ec9f12a986cc1fe","kind":"tag","published_at":"2026-03-26T05:37:08.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v2.4.2","html_url":"https://github.com/urmzd/sr/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.4.2/manifests"},{"name":"v2.4.1","sha":"e5eb8e284684dd99539087e582e644f84caf7ba1","kind":"tag","published_at":"2026-03-23T19:02:44.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v2.4.1","html_url":"https://github.com/urmzd/sr/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"e6b6835a3f756eead1032af34f950e7bfe7d7d5e","kind":"tag","published_at":"2026-03-23T09:37:02.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v2.4.0","html_url":"https://github.com/urmzd/sr/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.4.0/manifests"},{"name":"v2.3.2","sha":"7021936c30100cfbab7e4e6519c4b97bd3c5de69","kind":"tag","published_at":"2026-03-23T08:38:08.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v2.3.2","html_url":"https://github.com/urmzd/sr/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.3.2/manifests"},{"name":"v2.3.1","sha":"213701a4c8c75eba3b74ee5ad127af29300cc3a4","kind":"tag","published_at":"2026-03-23T08:34:36.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v2.3.1","html_url":"https://github.com/urmzd/sr/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"8f3762d07186b6fb04fd63786e35c59c3a1464e5","kind":"tag","published_at":"2026-03-22T20:43:14.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v2.3.0","html_url":"https://github.com/urmzd/sr/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.3.0/manifests"},{"name":"v2","sha":"21051685902059a7dc975e31dbc6175a105f25f4","kind":"tag","published_at":"2026-03-22T05:14:17.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v2","html_url":"https://github.com/urmzd/sr/releases/tag/v2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2/manifests"},{"name":"v2.2.0","sha":"21051685902059a7dc975e31dbc6175a105f25f4","kind":"tag","published_at":"2026-03-22T05:14:15.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v2.2.0","html_url":"https://github.com/urmzd/sr/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"1ee7f61670c05ae4010c18be31640d5c7437ed23","kind":"tag","published_at":"2026-03-21T21:53:01.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v2.1.0","html_url":"https://github.com/urmzd/sr/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"e81630d02bfc534b9a7989e228519dc6b434e6c0","kind":"tag","published_at":"2026-03-21T21:24:37.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v2.0.0","html_url":"https://github.com/urmzd/sr/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.0.0/manifests"},{"name":"v1.13.0","sha":"b975d508b644b6407c2da6d8f9728eaf9acc1f0c","kind":"tag","published_at":"2026-03-20T19:54:52.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.13.0","html_url":"https://github.com/urmzd/sr/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.13.0/manifests"},{"name":"v1.12.0","sha":"6780c03269f84a9ac9d1b88e35a961c3570cc9c5","kind":"tag","published_at":"2026-03-20T19:48:25.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.12.0","html_url":"https://github.com/urmzd/sr/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.12.0/manifests"},{"name":"v1.11.0","sha":"35c1327ac3e281bd5382fc82874b523e1418db8d","kind":"tag","published_at":"2026-03-20T15:57:51.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.11.0","html_url":"https://github.com/urmzd/sr/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.11.0/manifests"},{"name":"v1.10.0","sha":"017b1f6eabb527cefc4021de943aaaa39b57135e","kind":"tag","published_at":"2026-03-20T07:29:37.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.10.0","html_url":"https://github.com/urmzd/sr/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.10.0/manifests"},{"name":"v1.9.0","sha":"479aebec0d7dd377215ac602eb73eb7a0c494210","kind":"tag","published_at":"2026-03-19T22:20:57.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.9.0","html_url":"https://github.com/urmzd/sr/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.9.0/manifests"},{"name":"v1.8.2","sha":"711eb379d3ced21e042f478ffde80938f6e19789","kind":"tag","published_at":"2026-03-19T02:37:33.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.8.2","html_url":"https://github.com/urmzd/sr/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"08747bd8f47c12e272958a5b3ff00974b382a036","kind":"tag","published_at":"2026-03-19T02:26:49.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.8.1","html_url":"https://github.com/urmzd/sr/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"f700b932c84f53837ecb64006c6a06fc8a0889e1","kind":"tag","published_at":"2026-03-19T02:11:45.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.8.0","html_url":"https://github.com/urmzd/sr/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.8.0/manifests"},{"name":"v1.7.2","sha":"8e6b79269f3bcc28e77319c1aa3f3ed2fe7f432d","kind":"tag","published_at":"2026-03-16T05:52:29.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.7.2","html_url":"https://github.com/urmzd/sr/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"b042520d5798cc30c13cbc434e055b38ac2391df","kind":"tag","published_at":"2026-03-16T05:02:53.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.7.1","html_url":"https://github.com/urmzd/sr/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"7c600299b1c79909b76ad0ce02cfe56afead85dc","kind":"tag","published_at":"2026-03-14T21:33:31.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.7.0","html_url":"https://github.com/urmzd/sr/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.7.0/manifests"},{"name":"v1.6.1","sha":"adcf2f1a581ec6cae2503743de5da3a69d386e98","kind":"tag","published_at":"2026-03-14T03:30:15.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.6.1","html_url":"https://github.com/urmzd/sr/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"4f1a46ef219ebc2c9d3c5264b841260fc9519a59","kind":"tag","published_at":"2026-03-14T03:15:41.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.6.0","html_url":"https://github.com/urmzd/sr/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.6.0/manifests"},{"name":"v1.5.1","sha":"d9fa59ba2017cbd9871235a89e3df73b06ed189f","kind":"tag","published_at":"2026-03-10T02:31:25.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.5.1","html_url":"https://github.com/urmzd/sr/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"ee07d0cb7a12888b286a5f1b6d951a6f10d1a4d0","kind":"tag","published_at":"2026-03-10T01:35:37.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.5.0","html_url":"https://github.com/urmzd/sr/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.5.0/manifests"},{"name":"v1.4.4","sha":"77da2119e184471cd36a3fbf13a1325c48aacd99","kind":"tag","published_at":"2026-02-25T04:04:15.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.4.4","html_url":"https://github.com/urmzd/sr/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"96772c5286b6741668416effcd0b192d4e5f66ad","kind":"tag","published_at":"2026-02-25T03:39:22.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.4.3","html_url":"https://github.com/urmzd/sr/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"f0b117974df48e617f97a3e59c3da110d0518495","kind":"tag","published_at":"2026-02-25T03:15:47.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.4.2","html_url":"https://github.com/urmzd/sr/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"42a0172b7e8bbd60a4c5a4da5bd6d47395988c53","kind":"tag","published_at":"2026-02-25T03:09:55.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.4.1","html_url":"https://github.com/urmzd/sr/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"d9a7f3a07f8eac1361fa0db5f0e746d68707accf","kind":"tag","published_at":"2026-02-25T02:55:53.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.4.0","html_url":"https://github.com/urmzd/sr/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.4.0/manifests"},{"name":"v1.3.0","sha":"3bbcc781d44fab58cd7d12e1baacb0250fc29d65","kind":"tag","published_at":"2026-02-21T23:51:26.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.3.0","html_url":"https://github.com/urmzd/sr/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.3.0/manifests"},{"name":"v1","sha":"d5f53f64912098b9c8bdb05499a511d19eaa7148","kind":"tag","published_at":"2026-02-19T05:28:56.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1","html_url":"https://github.com/urmzd/sr/releases/tag/v1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1/manifests"},{"name":"v1.2.0","sha":"d5f53f64912098b9c8bdb05499a511d19eaa7148","kind":"tag","published_at":"2026-02-19T05:28:54.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.2.0","html_url":"https://github.com/urmzd/sr/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"a96bc8c3061a6eab72876f6ffe10c5dc466738cb","kind":"tag","published_at":"2026-02-18T23:40:22.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.1.0","html_url":"https://github.com/urmzd/sr/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"89d3d8bb4e2710c1e4c2015d7c6d8e658e482191","kind":"tag","published_at":"2026-02-11T07:53:13.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.0.0","html_url":"https://github.com/urmzd/sr/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.0.0/manifests"},{"name":"v0.10.0","sha":"8e9f6ba6c05df20c28fde3cddd3f62b4dc05d0be","kind":"tag","published_at":"2026-02-11T03:52:52.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v0.10.0","html_url":"https://github.com/urmzd/sr/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"a4008022fe01f38fbf4fc39d0b2f57850f0f7313","kind":"tag","published_at":"2026-02-09T02:36:43.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v0.9.0","html_url":"https://github.com/urmzd/sr/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"3f2358d35a9301187cc16dd814d2eca10ef78b2b","kind":"tag","published_at":"2026-02-08T10:27:32.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v0.8.0","html_url":"https://github.com/urmzd/sr/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.8.0/manifests"},{"name":"v0","sha":"3f2358d35a9301187cc16dd814d2eca10ef78b2b","kind":"commit","published_at":"2026-02-08T10:27:32.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v0","html_url":"https://github.com/urmzd/sr/releases/tag/v0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0/manifests"},{"name":"v0.7.0","sha":"757e3d1759ff5e31607c2f0801d1c0ae6f6ecd4f","kind":"tag","published_at":"2026-02-08T09:06:13.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v0.7.0","html_url":"https://github.com/urmzd/sr/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"758de56ce4cef93d0753c48a51836800a2a56bee","kind":"tag","published_at":"2026-02-08T07:06:44.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v0.6.0","html_url":"https://github.com/urmzd/sr/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"b7dbe2e6d070703c7219d55c60111ebdb7d17fa3","kind":"tag","published_at":"2026-02-08T06:48:19.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v0.5.0","html_url":"https://github.com/urmzd/sr/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"afe401599423ff73b3dd30ff17366b2fb613e033","kind":"tag","published_at":"2026-02-08T06:15:43.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v0.4.0","html_url":"https://github.com/urmzd/sr/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"e0d6396e2dddd414780dbd13f8f42956ab4b802f","kind":"tag","published_at":"2026-02-08T05:25:13.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v0.3.0","html_url":"https://github.com/urmzd/sr/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"0a8cabc47f34e637e779f56da46e000e6ef22005","kind":"tag","published_at":"2026-02-08T05:13:29.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v0.2.0","html_url":"https://github.com/urmzd/sr/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"3d76f38211cd0c5b78de9b937cc317fae57cd302","kind":"tag","published_at":"2026-02-08T04:59:01.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v0.1.0","html_url":"https://github.com/urmzd/sr/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-07-15T22:57:10.259Z","dependent_packages_count":0,"downloads":1052,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":90.58257072791434,"dependent_repos_count":17.559172861659402,"dependent_packages_count":23.214987610014525,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":43.78557706652942},"purl":"pkg:cargo/sr-cli","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/sr-cli","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/sr-cli","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/sr-cli/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-06-26T15:02:07.078Z","issues_count":1,"pull_requests_count":19,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":189693.06666666668,"issues_closed_count":0,"pull_requests_closed_count":15,"pull_request_authors_count":2,"issue_authors_count":1,"avg_comments_per_issue":0.0,"avg_comments_per_pull_request":0.0,"merged_pull_requests_count":15,"bot_issues_count":0,"bot_pull_requests_count":5,"past_year_issues_count":1,"past_year_pull_requests_count":19,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":189693.06666666668,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":15,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":5,"past_year_merged_pull_requests_count":15,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/issues","maintainers":[{"login":"urmzd","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/urmzd"}],"active_maintainers":[{"login":"urmzd","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/urmzd"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/sr-cli/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/sr-cli/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/sr-cli/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/sr-cli/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/sr-cli/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/sr-cli/codemeta","maintainers":[{"uuid":"386174","login":"urmzd","name":"Urmzd Mukhammadnaim","email":null,"url":"https://github.com/urmzd","packages_count":48,"html_url":"https://crates.io/users/urmzd","role":null,"created_at":"2026-02-11T15:18:26.347Z","updated_at":"2026-02-11T15:18:26.347Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/urmzd/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":311035,"maintainers_count":68046,"namespaces_count":0,"keywords_count":64623,"github":"rust-lang","metadata":{"funded_packages_count":23027},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-06-10T05:14:50.751Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":13606958,"name":"sr-github","ecosystem":"cargo","description":"GitHub VCS provider for sr","homepage":"https://github.com/urmzd/sr","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/urmzd/sr","keywords_array":["github","release","semantic-release"],"namespace":null,"versions_count":55,"first_release_published_at":"2026-02-08T10:28:24.830Z","latest_release_published_at":"2026-04-11T19:06:53.542Z","latest_release_number":"3.4.0","last_synced_at":"2026-06-24T10:57:57.292Z","created_at":"2026-02-11T12:05:22.562Z","updated_at":"2026-06-24T10:57:57.293Z","registry_url":"https://crates.io/crates/sr-github/","install_command":"cargo install sr-github","documentation_url":"https://docs.rs/sr-github/","metadata":{"categories":["development-tools"]},"repo_metadata":{"id":337170228,"uuid":"1152531115","full_name":"urmzd/sr","owner":"urmzd","description":"AI-powered release engineering CLI — from commit to release. Single binary, language-agnostic, zero-config defaults with full configurability.","archived":false,"fork":false,"pushed_at":"2026-04-13T05:40:03.000Z","size":1686,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-13T07:37:40.024Z","etag":null,"topics":["ai","ai-commits","automation","changelog","cli","code-review","conventional-commits","git","github-actions","release-automation","release-engineering","rust","semantic-release","semver","versioning"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/urmzd.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-08T02:29:20.000Z","updated_at":"2026-04-13T05:40:06.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/urmzd/sr","commit_stats":null,"previous_names":["urmzd/semantic-release","urmzd/sr"],"tags_count":94,"template":false,"template_full_name":null,"purl":"pkg:github/urmzd/sr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/urmzd","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32032314,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"owner_record":{"login":"urmzd","name":"Urmzd Mukhammadnaim","uuid":"45431570","kind":"user","description":"“A reader lives a thousand lives before he dies. The man who never reads lives only one.” ~ George R.R. Martin.","email":"","website":"https://www.linkedin.com/in/urmzd","location":"Toronto, Ontario, Canada","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/45431570?u=0f648d8d381b8e6fe9437d5a06048240b10c22af\u0026v=4","repositories_count":29,"last_synced_at":"2024-04-16T19:36:07.272Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/urmzd","funding_links":[],"total_stars":20,"followers":20,"following":20,"created_at":"2022-11-16T13:50:37.660Z","updated_at":"2024-04-16T19:36:11.400Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/urmzd","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/urmzd/repositories"},"tags":[{"name":"v8.0.6","sha":"497a2f218e120ca7e8aa80cb109195bad18019b7","kind":"tag","published_at":"2026-04-20T03:54:16.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v8.0.6","html_url":"https://github.com/urmzd/sr/releases/tag/v8.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v8.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8.0.6/manifests"},{"name":"v8","sha":"497a2f218e120ca7e8aa80cb109195bad18019b7","kind":"commit","published_at":"2026-04-20T03:54:16.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v8","html_url":"https://github.com/urmzd/sr/releases/tag/v8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8/manifests"},{"name":"v8.0.5","sha":"378b2addb9590a3a12d77cffc84331f94d15d290","kind":"tag","published_at":"2026-04-20T03:43:49.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v8.0.5","html_url":"https://github.com/urmzd/sr/releases/tag/v8.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v8.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8.0.5/manifests"},{"name":"v8.0.4","sha":"7c70a4023d7396a8c8a37ccac82f1ff07805ae12","kind":"tag","published_at":"2026-04-20T03:21:05.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v8.0.4","html_url":"https://github.com/urmzd/sr/releases/tag/v8.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v8.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8.0.4/manifests"},{"name":"v8.0.3","sha":"2cc62ede9986fc69d631cbc80090084e54c99f9d","kind":"tag","published_at":"2026-04-20T03:16:39.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v8.0.3","html_url":"https://github.com/urmzd/sr/releases/tag/v8.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v8.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8.0.3/manifests"},{"name":"v8.0.2","sha":"09f95727b02b7a67b1b840f2874e8b33a66aee17","kind":"tag","published_at":"2026-04-20T02:43:05.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v8.0.2","html_url":"https://github.com/urmzd/sr/releases/tag/v8.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v8.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8.0.2/manifests"},{"name":"v8.0.1","sha":"ccff7cdbf37e6084e9a2d5326475787aded83df9","kind":"tag","published_at":"2026-04-20T02:35:52.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v8.0.1","html_url":"https://github.com/urmzd/sr/releases/tag/v8.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v8.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8.0.1/manifests"},{"name":"v8.0.0","sha":"69b2b5a804ede22aa940193835d7abd59f253fde","kind":"tag","published_at":"2026-04-20T02:28:11.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v8.0.0","html_url":"https://github.com/urmzd/sr/releases/tag/v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v8.0.0/manifests"},{"name":"v7.1.2","sha":"f9392cfd271e3cdbfa468fae6919ec8a92fa18b9","kind":"tag","published_at":"2026-04-19T19:42:56.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v7.1.2","html_url":"https://github.com/urmzd/sr/releases/tag/v7.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v7.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v7.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v7.1.2/manifests"},{"name":"v7","sha":"f9392cfd271e3cdbfa468fae6919ec8a92fa18b9","kind":"commit","published_at":"2026-04-19T19:42:56.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v7","html_url":"https://github.com/urmzd/sr/releases/tag/v7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v7/manifests"},{"name":"v7.1.1","sha":"69847eb57428fdd2d2dcc21e9b3214031263034c","kind":"tag","published_at":"2026-04-19T00:48:03.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v7.1.1","html_url":"https://github.com/urmzd/sr/releases/tag/v7.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v7.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v7.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v7.1.1/manifests"},{"name":"v7.1.0","sha":"ac24d7f462dd02874df2a442b739291c984b27b4","kind":"tag","published_at":"2026-04-18T23:15:32.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v7.1.0","html_url":"https://github.com/urmzd/sr/releases/tag/v7.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v7.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v7.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v7.1.0/manifests"},{"name":"v7.0.0","sha":"80cb074631fcb8542a570756b5ff13a6000448c2","kind":"tag","published_at":"2026-04-15T20:01:30.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v7.0.0","html_url":"https://github.com/urmzd/sr/releases/tag/v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v7.0.0/manifests"},{"name":"v6.0.1","sha":"d52dd215e6c09e8a539718d23ce23259987f0b73","kind":"tag","published_at":"2026-04-14T01:35:56.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v6.0.1","html_url":"https://github.com/urmzd/sr/releases/tag/v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v6.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v6.0.1/manifests"},{"name":"v6","sha":"d52dd215e6c09e8a539718d23ce23259987f0b73","kind":"commit","published_at":"2026-04-14T01:35:56.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v6","html_url":"https://github.com/urmzd/sr/releases/tag/v6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v6/manifests"},{"name":"v6.0.0","sha":"ae6e992c1b9027d09d60cdc3bebe4e15f742e683","kind":"tag","published_at":"2026-04-14T01:26:05.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v6.0.0","html_url":"https://github.com/urmzd/sr/releases/tag/v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v6.0.0/manifests"},{"name":"v5.1.0","sha":"f74a733c6413e2e5e628e9558bd07e4884af083d","kind":"tag","published_at":"2026-04-13T19:58:54.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v5.1.0","html_url":"https://github.com/urmzd/sr/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v5.1.0/manifests"},{"name":"v5","sha":"f74a733c6413e2e5e628e9558bd07e4884af083d","kind":"commit","published_at":"2026-04-13T19:58:54.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v5","html_url":"https://github.com/urmzd/sr/releases/tag/v5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v5/manifests"},{"name":"v5.0.0","sha":"3dd5e9decff7b683a6c2113c1c7548cbfcd3c949","kind":"tag","published_at":"2026-04-13T18:49:55.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v5.0.0","html_url":"https://github.com/urmzd/sr/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v5.0.0/manifests"},{"name":"v4.1.0","sha":"082d473f8e36ee92c86f7175b88cad672430ca1a","kind":"tag","published_at":"2026-04-13T05:40:00.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v4.1.0","html_url":"https://github.com/urmzd/sr/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v4.1.0/manifests"},{"name":"v4","sha":"082d473f8e36ee92c86f7175b88cad672430ca1a","kind":"commit","published_at":"2026-04-13T05:40:00.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v4","html_url":"https://github.com/urmzd/sr/releases/tag/v4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v4/manifests"},{"name":"v4.0.0","sha":"13aa9080f2eaf9a95a6d32b1c03e55e48bf39493","kind":"tag","published_at":"2026-04-13T01:51:05.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v4.0.0","html_url":"https://github.com/urmzd/sr/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v4.0.0/manifests"},{"name":"v3.4.0","sha":"f47bbaa812f9cde69e0679a5c815a8f17b5832e8","kind":"tag","published_at":"2026-04-11T19:05:41.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.4.0","html_url":"https://github.com/urmzd/sr/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.4.0/manifests"},{"name":"v3.3.7","sha":"459a078f7facd58d405de0bdb9aa4b7a655cf372","kind":"tag","published_at":"2026-04-09T04:55:55.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.3.7","html_url":"https://github.com/urmzd/sr/releases/tag/v3.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.3.7/manifests"},{"name":"v3.3.6","sha":"91969ab75dfb4e2322fb7c71e489920dafed3171","kind":"tag","published_at":"2026-04-09T03:17:14.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.3.6","html_url":"https://github.com/urmzd/sr/releases/tag/v3.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.3.6/manifests"},{"name":"v3.3.5","sha":"ca83236c342df9974e8e881fdea60257abbb6819","kind":"tag","published_at":"2026-04-06T14:55:34.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.3.5","html_url":"https://github.com/urmzd/sr/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.3.5/manifests"},{"name":"v3.3.4","sha":"61054150af48b605785adff802b06ca523e206af","kind":"tag","published_at":"2026-04-06T03:28:28.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.3.4","html_url":"https://github.com/urmzd/sr/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"218b926122a8e78e4a9702087339c0ca577fdc65","kind":"tag","published_at":"2026-04-06T02:30:36.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.3.3","html_url":"https://github.com/urmzd/sr/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"bf7e5a1d88568c6206f6df460999ea04dd87431c","kind":"tag","published_at":"2026-04-03T22:08:30.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.3.2","html_url":"https://github.com/urmzd/sr/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"937dffcbee9df3e1e1a02cce377cc890555294ff","kind":"tag","published_at":"2026-04-03T21:33:02.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.3.1","html_url":"https://github.com/urmzd/sr/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"3854c5002ccc769e2b3eb78b94bbc4b1dd9574e7","kind":"tag","published_at":"2026-04-02T13:53:10.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.3.0","html_url":"https://github.com/urmzd/sr/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.3.0/manifests"},{"name":"v3.2.5","sha":"ce9844a2c4816c7ff33586ef5a0c9f7824124284","kind":"tag","published_at":"2026-04-01T16:48:46.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.2.5","html_url":"https://github.com/urmzd/sr/releases/tag/v3.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.2.5/manifests"},{"name":"v3.2.4","sha":"84b8bd3ca03a0fceee6ce4c3c787bacc8ad4f233","kind":"tag","published_at":"2026-04-01T07:28:27.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.2.4","html_url":"https://github.com/urmzd/sr/releases/tag/v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.2.4/manifests"},{"name":"v3.2.3","sha":"beb799f8788e03eb7818181f19f16b37dd00d1d2","kind":"tag","published_at":"2026-04-01T06:36:03.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.2.3","html_url":"https://github.com/urmzd/sr/releases/tag/v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.2.3/manifests"},{"name":"v3.2.2","sha":"f4431a10d5b211bb1f6283bb556e23e4b6bed58c","kind":"tag","published_at":"2026-04-01T05:54:25.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.2.2","html_url":"https://github.com/urmzd/sr/releases/tag/v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.2.2/manifests"},{"name":"v3.2.1","sha":"cb92d4de4201b5330141661b9ee0cc773496397b","kind":"tag","published_at":"2026-04-01T02:58:05.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.2.1","html_url":"https://github.com/urmzd/sr/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"f2894c498e8af0a828b52db44f1b8d93d69789ba","kind":"tag","published_at":"2026-04-01T00:07:42.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.2.0","html_url":"https://github.com/urmzd/sr/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"83273fb3b4cdc9bd9e14c7250270cb52c75816d9","kind":"tag","published_at":"2026-03-30T08:20:46.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.1.0","html_url":"https://github.com/urmzd/sr/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.1.0/manifests"},{"name":"v3.0.2","sha":"f975749ddcc3a9532d105a9648fbb25663d88c34","kind":"tag","published_at":"2026-03-30T07:29:04.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.0.2","html_url":"https://github.com/urmzd/sr/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.0.2/manifests"},{"name":"v3","sha":"f975749ddcc3a9532d105a9648fbb25663d88c34","kind":"commit","published_at":"2026-03-30T07:29:04.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3","html_url":"https://github.com/urmzd/sr/releases/tag/v3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3/manifests"},{"name":"v3.0.1","sha":"b01dc6f4016f2a408512b09da63c7f489412ca50","kind":"tag","published_at":"2026-03-30T07:17:42.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.0.1","html_url":"https://github.com/urmzd/sr/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"d6137583f18cd138e45ade4c7a885afbc03e9b9e","kind":"tag","published_at":"2026-03-30T06:15:11.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v3.0.0","html_url":"https://github.com/urmzd/sr/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v3.0.0/manifests"},{"name":"v2.4.8","sha":"ae9d5d4b5d7781716c9840c40aa52d2b20b61904","kind":"tag","published_at":"2026-03-30T05:11:32.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v2.4.8","html_url":"https://github.com/urmzd/sr/releases/tag/v2.4.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v2.4.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.4.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.4.8/manifests"},{"name":"v2.4.7","sha":"212f15cb26eb665cb7fdbb6e6197baaabec8dc09","kind":"tag","published_at":"2026-03-30T04:21:37.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v2.4.7","html_url":"https://github.com/urmzd/sr/releases/tag/v2.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v2.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.4.7/manifests"},{"name":"v2.4.6","sha":"39937d9ebfd8cac85dfa505b74f23c3bf8c5ca57","kind":"tag","published_at":"2026-03-30T02:19:31.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v2.4.6","html_url":"https://github.com/urmzd/sr/releases/tag/v2.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v2.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.4.6/manifests"},{"name":"v2.4.5","sha":"3243af19371ac57f1a9aecd664dff6aa148814f0","kind":"tag","published_at":"2026-03-30T01:29:09.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v2.4.5","html_url":"https://github.com/urmzd/sr/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"513ffebde3c19d19883c03f4d2e9279be6d1a379","kind":"tag","published_at":"2026-03-29T04:17:56.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v2.4.4","html_url":"https://github.com/urmzd/sr/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"263564bd6f6a39fbccb4cec9de6aaca1bd706a2e","kind":"tag","published_at":"2026-03-27T15:12:04.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v2.4.3","html_url":"https://github.com/urmzd/sr/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"775c0cb82804c67a8955e3b41ec9f12a986cc1fe","kind":"tag","published_at":"2026-03-26T05:37:08.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v2.4.2","html_url":"https://github.com/urmzd/sr/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.4.2/manifests"},{"name":"v2.4.1","sha":"e5eb8e284684dd99539087e582e644f84caf7ba1","kind":"tag","published_at":"2026-03-23T19:02:44.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v2.4.1","html_url":"https://github.com/urmzd/sr/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"e6b6835a3f756eead1032af34f950e7bfe7d7d5e","kind":"tag","published_at":"2026-03-23T09:37:02.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v2.4.0","html_url":"https://github.com/urmzd/sr/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.4.0/manifests"},{"name":"v2.3.2","sha":"7021936c30100cfbab7e4e6519c4b97bd3c5de69","kind":"tag","published_at":"2026-03-23T08:38:08.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v2.3.2","html_url":"https://github.com/urmzd/sr/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.3.2/manifests"},{"name":"v2.3.1","sha":"213701a4c8c75eba3b74ee5ad127af29300cc3a4","kind":"tag","published_at":"2026-03-23T08:34:36.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v2.3.1","html_url":"https://github.com/urmzd/sr/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"8f3762d07186b6fb04fd63786e35c59c3a1464e5","kind":"tag","published_at":"2026-03-22T20:43:14.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v2.3.0","html_url":"https://github.com/urmzd/sr/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.3.0/manifests"},{"name":"v2","sha":"21051685902059a7dc975e31dbc6175a105f25f4","kind":"tag","published_at":"2026-03-22T05:14:17.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v2","html_url":"https://github.com/urmzd/sr/releases/tag/v2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2/manifests"},{"name":"v2.2.0","sha":"21051685902059a7dc975e31dbc6175a105f25f4","kind":"tag","published_at":"2026-03-22T05:14:15.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v2.2.0","html_url":"https://github.com/urmzd/sr/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"1ee7f61670c05ae4010c18be31640d5c7437ed23","kind":"tag","published_at":"2026-03-21T21:53:01.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v2.1.0","html_url":"https://github.com/urmzd/sr/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"e81630d02bfc534b9a7989e228519dc6b434e6c0","kind":"tag","published_at":"2026-03-21T21:24:37.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v2.0.0","html_url":"https://github.com/urmzd/sr/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v2.0.0/manifests"},{"name":"v1.13.0","sha":"b975d508b644b6407c2da6d8f9728eaf9acc1f0c","kind":"tag","published_at":"2026-03-20T19:54:52.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.13.0","html_url":"https://github.com/urmzd/sr/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.13.0/manifests"},{"name":"v1.12.0","sha":"6780c03269f84a9ac9d1b88e35a961c3570cc9c5","kind":"tag","published_at":"2026-03-20T19:48:25.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.12.0","html_url":"https://github.com/urmzd/sr/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.12.0/manifests"},{"name":"v1.11.0","sha":"35c1327ac3e281bd5382fc82874b523e1418db8d","kind":"tag","published_at":"2026-03-20T15:57:51.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.11.0","html_url":"https://github.com/urmzd/sr/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.11.0/manifests"},{"name":"v1.10.0","sha":"017b1f6eabb527cefc4021de943aaaa39b57135e","kind":"tag","published_at":"2026-03-20T07:29:37.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.10.0","html_url":"https://github.com/urmzd/sr/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.10.0/manifests"},{"name":"v1.9.0","sha":"479aebec0d7dd377215ac602eb73eb7a0c494210","kind":"tag","published_at":"2026-03-19T22:20:57.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.9.0","html_url":"https://github.com/urmzd/sr/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.9.0/manifests"},{"name":"v1.8.2","sha":"711eb379d3ced21e042f478ffde80938f6e19789","kind":"tag","published_at":"2026-03-19T02:37:33.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.8.2","html_url":"https://github.com/urmzd/sr/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"08747bd8f47c12e272958a5b3ff00974b382a036","kind":"tag","published_at":"2026-03-19T02:26:49.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.8.1","html_url":"https://github.com/urmzd/sr/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"f700b932c84f53837ecb64006c6a06fc8a0889e1","kind":"tag","published_at":"2026-03-19T02:11:45.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.8.0","html_url":"https://github.com/urmzd/sr/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.8.0/manifests"},{"name":"v1.7.2","sha":"8e6b79269f3bcc28e77319c1aa3f3ed2fe7f432d","kind":"tag","published_at":"2026-03-16T05:52:29.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.7.2","html_url":"https://github.com/urmzd/sr/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"b042520d5798cc30c13cbc434e055b38ac2391df","kind":"tag","published_at":"2026-03-16T05:02:53.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.7.1","html_url":"https://github.com/urmzd/sr/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"7c600299b1c79909b76ad0ce02cfe56afead85dc","kind":"tag","published_at":"2026-03-14T21:33:31.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.7.0","html_url":"https://github.com/urmzd/sr/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.7.0/manifests"},{"name":"v1.6.1","sha":"adcf2f1a581ec6cae2503743de5da3a69d386e98","kind":"tag","published_at":"2026-03-14T03:30:15.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.6.1","html_url":"https://github.com/urmzd/sr/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"4f1a46ef219ebc2c9d3c5264b841260fc9519a59","kind":"tag","published_at":"2026-03-14T03:15:41.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.6.0","html_url":"https://github.com/urmzd/sr/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.6.0/manifests"},{"name":"v1.5.1","sha":"d9fa59ba2017cbd9871235a89e3df73b06ed189f","kind":"tag","published_at":"2026-03-10T02:31:25.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.5.1","html_url":"https://github.com/urmzd/sr/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"ee07d0cb7a12888b286a5f1b6d951a6f10d1a4d0","kind":"tag","published_at":"2026-03-10T01:35:37.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.5.0","html_url":"https://github.com/urmzd/sr/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.5.0/manifests"},{"name":"v1.4.4","sha":"77da2119e184471cd36a3fbf13a1325c48aacd99","kind":"tag","published_at":"2026-02-25T04:04:15.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.4.4","html_url":"https://github.com/urmzd/sr/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"96772c5286b6741668416effcd0b192d4e5f66ad","kind":"tag","published_at":"2026-02-25T03:39:22.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.4.3","html_url":"https://github.com/urmzd/sr/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"f0b117974df48e617f97a3e59c3da110d0518495","kind":"tag","published_at":"2026-02-25T03:15:47.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.4.2","html_url":"https://github.com/urmzd/sr/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"42a0172b7e8bbd60a4c5a4da5bd6d47395988c53","kind":"tag","published_at":"2026-02-25T03:09:55.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.4.1","html_url":"https://github.com/urmzd/sr/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"d9a7f3a07f8eac1361fa0db5f0e746d68707accf","kind":"tag","published_at":"2026-02-25T02:55:53.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.4.0","html_url":"https://github.com/urmzd/sr/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.4.0/manifests"},{"name":"v1.3.0","sha":"3bbcc781d44fab58cd7d12e1baacb0250fc29d65","kind":"tag","published_at":"2026-02-21T23:51:26.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.3.0","html_url":"https://github.com/urmzd/sr/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.3.0/manifests"},{"name":"v1","sha":"d5f53f64912098b9c8bdb05499a511d19eaa7148","kind":"tag","published_at":"2026-02-19T05:28:56.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1","html_url":"https://github.com/urmzd/sr/releases/tag/v1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1/manifests"},{"name":"v1.2.0","sha":"d5f53f64912098b9c8bdb05499a511d19eaa7148","kind":"tag","published_at":"2026-02-19T05:28:54.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.2.0","html_url":"https://github.com/urmzd/sr/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"a96bc8c3061a6eab72876f6ffe10c5dc466738cb","kind":"tag","published_at":"2026-02-18T23:40:22.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.1.0","html_url":"https://github.com/urmzd/sr/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"89d3d8bb4e2710c1e4c2015d7c6d8e658e482191","kind":"tag","published_at":"2026-02-11T07:53:13.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v1.0.0","html_url":"https://github.com/urmzd/sr/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v1.0.0/manifests"},{"name":"v0.10.0","sha":"8e9f6ba6c05df20c28fde3cddd3f62b4dc05d0be","kind":"tag","published_at":"2026-02-11T03:52:52.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v0.10.0","html_url":"https://github.com/urmzd/sr/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"a4008022fe01f38fbf4fc39d0b2f57850f0f7313","kind":"tag","published_at":"2026-02-09T02:36:43.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v0.9.0","html_url":"https://github.com/urmzd/sr/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"3f2358d35a9301187cc16dd814d2eca10ef78b2b","kind":"tag","published_at":"2026-02-08T10:27:32.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v0.8.0","html_url":"https://github.com/urmzd/sr/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.8.0/manifests"},{"name":"v0","sha":"3f2358d35a9301187cc16dd814d2eca10ef78b2b","kind":"commit","published_at":"2026-02-08T10:27:32.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v0","html_url":"https://github.com/urmzd/sr/releases/tag/v0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0/manifests"},{"name":"v0.7.0","sha":"757e3d1759ff5e31607c2f0801d1c0ae6f6ecd4f","kind":"tag","published_at":"2026-02-08T09:06:13.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v0.7.0","html_url":"https://github.com/urmzd/sr/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"758de56ce4cef93d0753c48a51836800a2a56bee","kind":"tag","published_at":"2026-02-08T07:06:44.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v0.6.0","html_url":"https://github.com/urmzd/sr/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"b7dbe2e6d070703c7219d55c60111ebdb7d17fa3","kind":"tag","published_at":"2026-02-08T06:48:19.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v0.5.0","html_url":"https://github.com/urmzd/sr/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"afe401599423ff73b3dd30ff17366b2fb613e033","kind":"tag","published_at":"2026-02-08T06:15:43.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v0.4.0","html_url":"https://github.com/urmzd/sr/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"e0d6396e2dddd414780dbd13f8f42956ab4b802f","kind":"tag","published_at":"2026-02-08T05:25:13.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v0.3.0","html_url":"https://github.com/urmzd/sr/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"0a8cabc47f34e637e779f56da46e000e6ef22005","kind":"tag","published_at":"2026-02-08T05:13:29.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v0.2.0","html_url":"https://github.com/urmzd/sr/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"3d76f38211cd0c5b78de9b937cc317fae57cd302","kind":"tag","published_at":"2026-02-08T04:59:01.000Z","download_url":"https://codeload.github.com/urmzd/sr/tar.gz/v0.1.0","html_url":"https://github.com/urmzd/sr/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/urmzd/sr@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-05-20T05:34:02.781Z","dependent_packages_count":0,"downloads":926,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":90.09467415173498,"dependent_repos_count":17.559172861659402,"dependent_packages_count":23.214987610014525,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":43.62294487446963},"purl":"pkg:cargo/sr-github","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/sr-github","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/sr-github","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/sr-github/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-04-19T09:04:26.025Z","issues_count":0,"pull_requests_count":14,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":258131.72727272726,"issues_closed_count":0,"pull_requests_closed_count":11,"pull_request_authors_count":2,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.0,"merged_pull_requests_count":11,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":0,"past_year_pull_requests_count":14,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":258131.72727272726,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":4,"past_year_merged_pull_requests_count":11,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/issues","maintainers":[{"login":"urmzd","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/urmzd"}],"active_maintainers":[{"login":"urmzd","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/urmzd"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/sr-github/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/sr-github/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/sr-github/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/sr-github/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/sr-github/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/sr-github/codemeta","maintainers":[{"uuid":"386174","login":"urmzd","name":"Urmzd Mukhammadnaim","email":null,"url":"https://github.com/urmzd","packages_count":48,"html_url":"https://crates.io/users/urmzd","role":null,"created_at":"2026-02-11T15:18:26.145Z","updated_at":"2026-02-11T15:18:26.145Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/urmzd/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":311035,"maintainers_count":68046,"namespaces_count":0,"keywords_count":64623,"github":"rust-lang","metadata":{"funded_packages_count":23027},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-06-10T05:14:50.751Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}}],"commits":{"id":11690738,"full_name":"urmzd/sr","default_branch":"master","total_commits":349,"total_committers":4,"total_bot_commits":90,"total_bot_committers":3,"mean_commits":87.25,"dds":0.2578796561604585,"past_year_total_commits":349,"past_year_total_committers":4,"past_year_total_bot_commits":90,"past_year_total_bot_committers":3,"past_year_mean_commits":87.25,"past_year_dds":0.2578796561604585,"last_synced_at":"2026-07-11T04:03:56.403Z","last_synced_commit":"8edb124aaf638025d8bfa0d189b28977c616b5ef","created_at":"2026-03-21T22:04:25.194Z","updated_at":"2026-07-11T04:03:42.479Z","committers":[{"name":"Urmzd Mukhammadnaim","email":"hello@urmzd.com","login":"urmzd","count":259},{"name":"sr-releaser[bot]","email":"sr-releaser[bot]","login":"sr-releaser[bot]","count":45},{"name":"github-actions[bot]","email":"41898282+github-actions[bot]","login":"github-actions[bot]","count":41},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":4}],"past_year_committers":[{"name":"Urmzd Mukhammadnaim","email":"hello@urmzd.com","login":"urmzd","count":259},{"name":"sr-releaser[bot]","email":"sr-releaser[bot]","login":"sr-releaser[bot]","count":45},{"name":"github-actions[bot]","email":"41898282+github-actions[bot]","login":"github-actions[bot]","count":41},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":4}],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-07-20T00:00:13.349Z","repositories_count":6385681,"commits_count":867647968,"contributors_count":35890093,"owners_count":1227691,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues":{"table":{"full_name":"urmzd/sr","html_url":"https://github.com/urmzd/sr","last_synced_at":"2026-06-26T15:02:07.078Z","status":"active","issues_count":1,"pull_requests_count":19,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":189693.06666666668,"issues_closed_count":0,"pull_requests_closed_count":15,"pull_request_authors_count":2,"issue_authors_count":1,"avg_comments_per_issue":0.0,"avg_comments_per_pull_request":0.0,"merged_pull_requests_count":15,"bot_issues_count":0,"bot_pull_requests_count":5,"past_year_issues_count":1,"past_year_pull_requests_count":19,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":189693.06666666668,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":15,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":5,"past_year_merged_pull_requests_count":15,"created_at":"2026-03-29T07:00:11.807Z","updated_at":"2026-06-26T15:02:07.078Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/urmzd%2Fsr/issues","issue_labels_count":{"table":{}},"pull_request_labels_count":{"table":{"github_actions":5,"dependencies":5}},"issue_author_associations_count":{"table":{"OWNER":1}},"pull_request_author_associations_count":{"table":{"OWNER":14,"CONTRIBUTOR":5}},"issue_authors":{"table":{"urmzd":1}},"pull_request_authors":{"table":{"urmzd":14,"dependabot[bot]":5}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-07-20T00:00:19.754Z","repositories_count":14860325,"issues_count":32128135,"pull_requests_count":105657239,"authors_count":11351718,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"}},"past_year_issue_labels_count":{"table":{}},"past_year_pull_request_labels_count":{"table":{"dependencies":5,"github_actions":5}},"past_year_issue_author_associations_count":{"table":{"OWNER":1}},"past_year_pull_request_author_associations_count":{"table":{"OWNER":14,"CONTRIBUTOR":5}},"past_year_issue_authors":{"table":{"urmzd":1}},"past_year_pull_request_authors":{"table":{"urmzd":14,"dependabot[bot]":5}},"maintainers":[{"table":{"login":"urmzd","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/urmzd"}}],"active_maintainers":[{"table":{"login":"urmzd","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/urmzd"}}]}},"events":{"total":{"ReleaseEvent":13,"DeleteEvent":10,"PullRequestEvent":8,"PushEvent":91,"CreateEvent":13},"last_year":{"ReleaseEvent":13,"DeleteEvent":10,"PullRequestEvent":8,"PushEvent":91,"CreateEvent":13}},"keywords":["agent-skill","changelog","cli","configurable","conventional-commits","github-action","release-automation","release-management","rust","semantic-release","semver","showcase","static-binary","zero-dependencies"],"dependencies":[{"ecosystem":"cargo","filepath":"Cargo.lock","sha":null,"kind":"lockfile","created_at":"2026-06-03T08:03:17.129Z","updated_at":"2026-06-03T08:03:17.129Z","repository_link":"https://github.com/urmzd/sr/blob/main/Cargo.lock","dependencies":[{"id":25871298271,"package_name":"windows_i686_gnullvm","ecosystem":"cargo","requirements":"0.52.6","direct":false,"kind":"runtime","optional":false},{"id":25871298272,"package_name":"windows_i686_msvc","ecosystem":"cargo","requirements":"0.52.6","direct":false,"kind":"runtime","optional":false},{"id":25871298273,"package_name":"windows_x86_64_gnu","ecosystem":"cargo","requirements":"0.52.6","direct":false,"kind":"runtime","optional":false},{"id":25871298274,"package_name":"windows_x86_64_gnullvm","ecosystem":"cargo","requirements":"0.52.6","direct":false,"kind":"runtime","optional":false},{"id":25871298275,"package_name":"windows_x86_64_msvc","ecosystem":"cargo","requirements":"0.52.6","direct":false,"kind":"runtime","optional":false},{"id":25871298276,"package_name":"winnow","ecosystem":"cargo","requirements":"0.7.14","direct":false,"kind":"runtime","optional":false},{"id":25871298277,"package_name":"wit-bindgen","ecosystem":"cargo","requirements":"0.51.0","direct":false,"kind":"runtime","optional":false},{"id":25871298278,"package_name":"writeable","ecosystem":"cargo","requirements":"0.6.2","direct":false,"kind":"runtime","optional":false},{"id":25871298279,"package_name":"yoke","ecosystem":"cargo","requirements":"0.8.1","direct":false,"kind":"runtime","optional":false},{"id":25871298280,"package_name":"yoke-derive","ecosystem":"cargo","requirements":"0.8.1","direct":false,"kind":"runtime","optional":false},{"id":25871297869,"package_name":"adler2","ecosystem":"cargo","requirements":"2.0.1","direct":false,"kind":"runtime","optional":false},{"id":25871297870,"package_name":"aho-corasick","ecosystem":"cargo","requirements":"1.1.4","direct":false,"kind":"runtime","optional":false},{"id":25871297871,"package_name":"anstream","ecosystem":"cargo","requirements":"0.6.21","direct":false,"kind":"runtime","optional":false},{"id":25871297872,"package_name":"anstyle","ecosystem":"cargo","requirements":"1.0.13","direct":false,"kind":"runtime","optional":false},{"id":25871297873,"package_name":"anstyle-parse","ecosystem":"cargo","requirements":"0.2.7","direct":false,"kind":"runtime","optional":false},{"id":25871297874,"package_name":"anstyle-query","ecosystem":"cargo","requirements":"1.1.5","direct":false,"kind":"runtime","optional":false},{"id":25871297875,"package_name":"anstyle-wincon","ecosystem":"cargo","requirements":"3.0.11","direct":false,"kind":"runtime","optional":false},{"id":25871297876,"package_name":"anyhow","ecosystem":"cargo","requirements":"1.0.101","direct":false,"kind":"runtime","optional":false},{"id":25871297877,"package_name":"base64","ecosystem":"cargo","requirements":"0.22.1","direct":false,"kind":"runtime","optional":false},{"id":25871297878,"package_name":"bitflags","ecosystem":"cargo","requirements":"2.10.0","direct":false,"kind":"runtime","optional":false},{"id":25871297879,"package_name":"block-buffer","ecosystem":"cargo","requirements":"0.10.4","direct":false,"kind":"runtime","optional":false},{"id":25871297880,"package_name":"bytes","ecosystem":"cargo","requirements":"1.11.1","direct":false,"kind":"runtime","optional":false},{"id":25871297881,"package_name":"cc","ecosystem":"cargo","requirements":"1.2.56","direct":false,"kind":"runtime","optional":false},{"id":25871297882,"package_name":"cfg-if","ecosystem":"cargo","requirements":"1.0.4","direct":false,"kind":"runtime","optional":false},{"id":25871297883,"package_name":"clap","ecosystem":"cargo","requirements":"4.5.57","direct":false,"kind":"runtime","optional":false},{"id":25871297884,"package_name":"clap_builder","ecosystem":"cargo","requirements":"4.5.57","direct":false,"kind":"runtime","optional":false},{"id":25871297885,"package_name":"clap_complete","ecosystem":"cargo","requirements":"4.5.65","direct":false,"kind":"runtime","optional":false},{"id":25871297892,"package_name":"clap_derive","ecosystem":"cargo","requirements":"4.5.55","direct":false,"kind":"runtime","optional":false},{"id":25871297893,"package_name":"clap_lex","ecosystem":"cargo","requirements":"0.7.7","direct":false,"kind":"runtime","optional":false},{"id":25871297894,"package_name":"colorchoice","ecosystem":"cargo","requirements":"1.0.4","direct":false,"kind":"runtime","optional":false},{"id":25871297895,"package_name":"cookie","ecosystem":"cargo","requirements":"0.18.1","direct":false,"kind":"runtime","optional":false},{"id":25871297896,"package_name":"cookie_store","ecosystem":"cargo","requirements":"0.22.1","direct":false,"kind":"runtime","optional":false},{"id":25871297897,"package_name":"cpufeatures","ecosystem":"cargo","requirements":"0.2.17","direct":false,"kind":"runtime","optional":false},{"id":25871297898,"package_name":"crc32fast","ecosystem":"cargo","requirements":"1.5.0","direct":false,"kind":"runtime","optional":false},{"id":25871297899,"package_name":"crypto-common","ecosystem":"cargo","requirements":"0.1.7","direct":false,"kind":"runtime","optional":false},{"id":25871297900,"package_name":"deranged","ecosystem":"cargo","requirements":"0.5.6","direct":false,"kind":"runtime","optional":false},{"id":25871297901,"package_name":"digest","ecosystem":"cargo","requirements":"0.10.7","direct":false,"kind":"runtime","optional":false},{"id":25871297902,"package_name":"dirs","ecosystem":"cargo","requirements":"6.0.0","direct":false,"kind":"runtime","optional":false},{"id":25871297903,"package_name":"dirs-sys","ecosystem":"cargo","requirements":"0.5.0","direct":false,"kind":"runtime","optional":false},{"id":25871297904,"package_name":"displaydoc","ecosystem":"cargo","requirements":"0.2.5","direct":false,"kind":"runtime","optional":false},{"id":25871297905,"package_name":"document-features","ecosystem":"cargo","requirements":"0.2.12","direct":false,"kind":"runtime","optional":false},{"id":25871297906,"package_name":"equivalent","ecosystem":"cargo","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":25871297907,"package_name":"errno","ecosystem":"cargo","requirements":"0.3.14","direct":false,"kind":"runtime","optional":false},{"id":25871297908,"package_name":"fastrand","ecosystem":"cargo","requirements":"2.3.0","direct":false,"kind":"runtime","optional":false},{"id":25871297909,"package_name":"find-msvc-tools","ecosystem":"cargo","requirements":"0.1.9","direct":false,"kind":"runtime","optional":false},{"id":25871297910,"package_name":"flate2","ecosystem":"cargo","requirements":"1.1.9","direct":false,"kind":"runtime","optional":false},{"id":25871297911,"package_name":"form_urlencoded","ecosystem":"cargo","requirements":"1.2.2","direct":false,"kind":"runtime","optional":false},{"id":25871297912,"package_name":"generic-array","ecosystem":"cargo","requirements":"0.14.7","direct":false,"kind":"runtime","optional":false},{"id":25871297913,"package_name":"getrandom","ecosystem":"cargo","requirements":"0.2.17","direct":false,"kind":"runtime","optional":false},{"id":25871297914,"package_name":"getrandom","ecosystem":"cargo","requirements":"0.3.4","direct":false,"kind":"runtime","optional":false},{"id":25871297915,"package_name":"glob","ecosystem":"cargo","requirements":"0.3.3","direct":false,"kind":"runtime","optional":false},{"id":25871297916,"package_name":"hashbrown","ecosystem":"cargo","requirements":"0.16.1","direct":false,"kind":"runtime","optional":false},{"id":25871297917,"package_name":"heck","ecosystem":"cargo","requirements":"0.5.0","direct":false,"kind":"runtime","optional":false},{"id":25871297918,"package_name":"http","ecosystem":"cargo","requirements":"1.4.0","direct":false,"kind":"runtime","optional":false},{"id":25871297919,"package_name":"httparse","ecosystem":"cargo","requirements":"1.10.1","direct":false,"kind":"runtime","optional":false},{"id":25871297920,"package_name":"icu_collections","ecosystem":"cargo","requirements":"2.1.1","direct":false,"kind":"runtime","optional":false},{"id":25871297921,"package_name":"icu_locale_core","ecosystem":"cargo","requirements":"2.1.1","direct":false,"kind":"runtime","optional":false},{"id":25871297922,"package_name":"icu_normalizer","ecosystem":"cargo","requirements":"2.1.1","direct":false,"kind":"runtime","optional":false},{"id":25871297923,"package_name":"icu_normalizer_data","ecosystem":"cargo","requirements":"2.1.1","direct":false,"kind":"runtime","optional":false},{"id":25871297924,"package_name":"icu_properties","ecosystem":"cargo","requirements":"2.1.2","direct":false,"kind":"runtime","optional":false},{"id":25871297925,"package_name":"icu_properties_data","ecosystem":"cargo","requirements":"2.1.2","direct":false,"kind":"runtime","optional":false},{"id":25871297926,"package_name":"icu_provider","ecosystem":"cargo","requirements":"2.1.1","direct":false,"kind":"runtime","optional":false},{"id":25871297927,"package_name":"idna","ecosystem":"cargo","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":25871297928,"package_name":"idna_adapter","ecosystem":"cargo","requirements":"1.2.1","direct":false,"kind":"runtime","optional":false},{"id":25871297929,"package_name":"indexmap","ecosystem":"cargo","requirements":"2.13.0","direct":false,"kind":"runtime","optional":false},{"id":25871297930,"package_name":"is_terminal_polyfill","ecosystem":"cargo","requirements":"1.70.2","direct":false,"kind":"runtime","optional":false},{"id":25871297931,"package_name":"itoa","ecosystem":"cargo","requirements":"1.0.17","direct":false,"kind":"runtime","optional":false},{"id":25871297932,"package_name":"libc","ecosystem":"cargo","requirements":"0.2.180","direct":false,"kind":"runtime","optional":false},{"id":25871297933,"package_name":"libredox","ecosystem":"cargo","requirements":"0.1.14","direct":false,"kind":"runtime","optional":false},{"id":25871297934,"package_name":"linux-raw-sys","ecosystem":"cargo","requirements":"0.11.0","direct":false,"kind":"runtime","optional":false},{"id":25871297935,"package_name":"litemap","ecosystem":"cargo","requirements":"0.8.1","direct":false,"kind":"runtime","optional":false},{"id":25871297936,"package_name":"litrs","ecosystem":"cargo","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":25871297937,"package_name":"log","ecosystem":"cargo","requirements":"0.4.29","direct":false,"kind":"runtime","optional":false},{"id":25871297938,"package_name":"memchr","ecosystem":"cargo","requirements":"2.8.0","direct":false,"kind":"runtime","optional":false},{"id":25871297939,"package_name":"minijinja","ecosystem":"cargo","requirements":"2.15.1","direct":false,"kind":"runtime","optional":false},{"id":25871297950,"package_name":"miniz_oxide","ecosystem":"cargo","requirements":"0.8.9","direct":false,"kind":"runtime","optional":false},{"id":25871297951,"package_name":"num-conv","ecosystem":"cargo","requirements":"0.2.0","direct":false,"kind":"runtime","optional":false},{"id":25871297952,"package_name":"once_cell","ecosystem":"cargo","requirements":"1.21.3","direct":false,"kind":"runtime","optional":false},{"id":25871297953,"package_name":"once_cell_polyfill","ecosystem":"cargo","requirements":"1.70.2","direct":false,"kind":"runtime","optional":false},{"id":25871297954,"package_name":"option-ext","ecosystem":"cargo","requirements":"0.2.0","direct":false,"kind":"runtime","optional":false},{"id":25871297955,"package_name":"percent-encoding","ecosystem":"cargo","requirements":"2.3.2","direct":false,"kind":"runtime","optional":false},{"id":25871297956,"package_name":"potential_utf","ecosystem":"cargo","requirements":"0.1.4","direct":false,"kind":"runtime","optional":false},{"id":25871297957,"package_name":"powerfmt","ecosystem":"cargo","requirements":"0.2.0","direct":false,"kind":"runtime","optional":false},{"id":25871297958,"package_name":"proc-macro2","ecosystem":"cargo","requirements":"1.0.106","direct":false,"kind":"runtime","optional":false},{"id":25871297959,"package_name":"quote","ecosystem":"cargo","requirements":"1.0.44","direct":false,"kind":"runtime","optional":false},{"id":25871297960,"package_name":"r-efi","ecosystem":"cargo","requirements":"5.3.0","direct":false,"kind":"runtime","optional":false},{"id":25871297961,"package_name":"redox_users","ecosystem":"cargo","requirements":"0.5.2","direct":false,"kind":"runtime","optional":false},{"id":25871297975,"package_name":"regex","ecosystem":"cargo","requirements":"1.12.3","direct":false,"kind":"runtime","optional":false},{"id":25871297976,"package_name":"regex-automata","ecosystem":"cargo","requirements":"0.4.14","direct":false,"kind":"runtime","optional":false},{"id":25871297977,"package_name":"regex-syntax","ecosystem":"cargo","requirements":"0.8.9","direct":false,"kind":"runtime","optional":false},{"id":25871297978,"package_name":"ring","ecosystem":"cargo","requirements":"0.17.14","direct":false,"kind":"runtime","optional":false},{"id":25871297979,"package_name":"rustix","ecosystem":"cargo","requirements":"1.1.3","direct":false,"kind":"runtime","optional":false},{"id":25871297980,"package_name":"rustls","ecosystem":"cargo","requirements":"0.23.36","direct":false,"kind":"runtime","optional":false},{"id":25871297981,"package_name":"rustls-pki-types","ecosystem":"cargo","requirements":"1.14.0","direct":false,"kind":"runtime","optional":false},{"id":25871297982,"package_name":"rustls-webpki","ecosystem":"cargo","requirements":"0.103.12","direct":false,"kind":"runtime","optional":false},{"id":25871297983,"package_name":"ryu","ecosystem":"cargo","requirements":"1.0.22","direct":false,"kind":"runtime","optional":false},{"id":25871297994,"package_name":"semver","ecosystem":"cargo","requirements":"1.0.27","direct":false,"kind":"runtime","optional":false},{"id":25871297995,"package_name":"serde","ecosystem":"cargo","requirements":"1.0.228","direct":false,"kind":"runtime","optional":false},{"id":25871297996,"package_name":"serde_core","ecosystem":"cargo","requirements":"1.0.228","direct":false,"kind":"runtime","optional":false},{"id":25871297997,"package_name":"serde_derive","ecosystem":"cargo","requirements":"1.0.228","direct":false,"kind":"runtime","optional":false},{"id":25871297998,"package_name":"serde_json","ecosystem":"cargo","requirements":"1.0.149","direct":false,"kind":"runtime","optional":false},{"id":25871297999,"package_name":"serde_yaml_ng","ecosystem":"cargo","requirements":"0.10.0","direct":false,"kind":"runtime","optional":false},{"id":25871298000,"package_name":"sha2","ecosystem":"cargo","requirements":"0.10.9","direct":false,"kind":"runtime","optional":false},{"id":25871298001,"package_name":"shlex","ecosystem":"cargo","requirements":"1.3.0","direct":false,"kind":"runtime","optional":false},{"id":25871298002,"package_name":"simd-adler32","ecosystem":"cargo","requirements":"0.3.8","direct":false,"kind":"runtime","optional":false},{"id":25871298003,"package_name":"smallvec","ecosystem":"cargo","requirements":"1.15.1","direct":false,"kind":"runtime","optional":false},{"id":25871298004,"package_name":"stable_deref_trait","ecosystem":"cargo","requirements":"1.2.1","direct":false,"kind":"runtime","optional":false},{"id":25871298005,"package_name":"strsim","ecosystem":"cargo","requirements":"0.11.1","direct":false,"kind":"runtime","optional":false},{"id":25871298006,"package_name":"subtle","ecosystem":"cargo","requirements":"2.6.1","direct":false,"kind":"runtime","optional":false},{"id":25871298007,"package_name":"syn","ecosystem":"cargo","requirements":"2.0.114","direct":false,"kind":"runtime","optional":false},{"id":25871298008,"package_name":"synstructure","ecosystem":"cargo","requirements":"0.13.2","direct":false,"kind":"runtime","optional":false},{"id":25871298009,"package_name":"tempfile","ecosystem":"cargo","requirements":"3.24.0","direct":false,"kind":"runtime","optional":false},{"id":25871298010,"package_name":"thiserror","ecosystem":"cargo","requirements":"2.0.18","direct":false,"kind":"runtime","optional":false},{"id":25871298011,"package_name":"thiserror-impl","ecosystem":"cargo","requirements":"2.0.18","direct":false,"kind":"runtime","optional":false},{"id":25871298012,"package_name":"time","ecosystem":"cargo","requirements":"0.3.47","direct":false,"kind":"runtime","optional":false},{"id":25871298013,"package_name":"time-core","ecosystem":"cargo","requirements":"0.1.8","direct":false,"kind":"runtime","optional":false},{"id":25871298014,"package_name":"time-macros","ecosystem":"cargo","requirements":"0.2.27","direct":false,"kind":"runtime","optional":false},{"id":25871298039,"package_name":"tinystr","ecosystem":"cargo","requirements":"0.8.2","direct":false,"kind":"runtime","optional":false},{"id":25871298040,"package_name":"toml_datetime","ecosystem":"cargo","requirements":"0.6.11","direct":false,"kind":"runtime","optional":false},{"id":25871298041,"package_name":"toml_edit","ecosystem":"cargo","requirements":"0.22.27","direct":false,"kind":"runtime","optional":false},{"id":25871298042,"package_name":"toml_write","ecosystem":"cargo","requirements":"0.1.2","direct":false,"kind":"runtime","optional":false},{"id":25871298056,"package_name":"typenum","ecosystem":"cargo","requirements":"1.19.0","direct":false,"kind":"runtime","optional":false},{"id":25871298057,"package_name":"unicode-ident","ecosystem":"cargo","requirements":"1.0.22","direct":false,"kind":"runtime","optional":false},{"id":25871298058,"package_name":"unsafe-libyaml","ecosystem":"cargo","requirements":"0.2.11","direct":false,"kind":"runtime","optional":false},{"id":25871298059,"package_name":"untrusted","ecosystem":"cargo","requirements":"0.9.0","direct":false,"kind":"runtime","optional":false},{"id":25871298060,"package_name":"ureq","ecosystem":"cargo","requirements":"3.2.0","direct":false,"kind":"runtime","optional":false},{"id":25871298061,"package_name":"ureq-proto","ecosystem":"cargo","requirements":"0.5.3","direct":false,"kind":"runtime","optional":false},{"id":25871298062,"package_name":"url","ecosystem":"cargo","requirements":"2.5.8","direct":false,"kind":"runtime","optional":false},{"id":25871298075,"package_name":"utf-8","ecosystem":"cargo","requirements":"0.7.6","direct":false,"kind":"runtime","optional":false},{"id":25871298131,"package_name":"utf8_iter","ecosystem":"cargo","requirements":"1.0.4","direct":false,"kind":"runtime","optional":false},{"id":25871298132,"package_name":"utf8parse","ecosystem":"cargo","requirements":"0.2.2","direct":false,"kind":"runtime","optional":false},{"id":25871298133,"package_name":"version_check","ecosystem":"cargo","requirements":"0.9.5","direct":false,"kind":"runtime","optional":false},{"id":25871298134,"package_name":"wasi","ecosystem":"cargo","requirements":"0.11.1+wasi-snapshot-preview1","direct":false,"kind":"runtime","optional":false},{"id":25871298135,"package_name":"wasip2","ecosystem":"cargo","requirements":"1.0.2+wasi-0.2.9","direct":false,"kind":"runtime","optional":false},{"id":25871298136,"package_name":"webpki-roots","ecosystem":"cargo","requirements":"1.0.6","direct":false,"kind":"runtime","optional":false},{"id":25871298137,"package_name":"windows-link","ecosystem":"cargo","requirements":"0.2.1","direct":false,"kind":"runtime","optional":false},{"id":25871298138,"package_name":"windows-sys","ecosystem":"cargo","requirements":"0.52.0","direct":false,"kind":"runtime","optional":false},{"id":25871298139,"package_name":"windows-sys","ecosystem":"cargo","requirements":"0.61.2","direct":false,"kind":"runtime","optional":false},{"id":25871298140,"package_name":"windows-targets","ecosystem":"cargo","requirements":"0.52.6","direct":false,"kind":"runtime","optional":false},{"id":25871298141,"package_name":"windows_aarch64_gnullvm","ecosystem":"cargo","requirements":"0.52.6","direct":false,"kind":"runtime","optional":false},{"id":25871298142,"package_name":"windows_aarch64_msvc","ecosystem":"cargo","requirements":"0.52.6","direct":false,"kind":"runtime","optional":false},{"id":25871298148,"package_name":"windows_i686_gnu","ecosystem":"cargo","requirements":"0.52.6","direct":false,"kind":"runtime","optional":false},{"id":25871298281,"package_name":"zerofrom","ecosystem":"cargo","requirements":"0.1.6","direct":false,"kind":"runtime","optional":false},{"id":25871298282,"package_name":"zerofrom-derive","ecosystem":"cargo","requirements":"0.1.6","direct":false,"kind":"runtime","optional":false},{"id":25871298283,"package_name":"zeroize","ecosystem":"cargo","requirements":"1.8.2","direct":false,"kind":"runtime","optional":false},{"id":25871298284,"package_name":"zerotrie","ecosystem":"cargo","requirements":"0.2.3","direct":false,"kind":"runtime","optional":false},{"id":25871298285,"package_name":"zerovec","ecosystem":"cargo","requirements":"0.11.5","direct":false,"kind":"runtime","optional":false},{"id":25871298286,"package_name":"zerovec-derive","ecosystem":"cargo","requirements":"0.11.2","direct":false,"kind":"runtime","optional":false},{"id":25871298287,"package_name":"zmij","ecosystem":"cargo","requirements":"1.0.19","direct":false,"kind":"runtime","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/release.yml","sha":null,"kind":"manifest","created_at":"2026-06-03T08:03:14.502Z","updated_at":"2026-06-03T08:03:14.502Z","repository_link":"https://github.com/urmzd/sr/blob/main/.github/workflows/release.yml","dependencies":[{"id":25871297636,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v6","direct":true,"kind":"composite","optional":false},{"id":25871297637,"package_name":"dtolnay/rust-toolchain","ecosystem":"actions","requirements":"stable","direct":true,"kind":"composite","optional":false},{"id":25871297638,"package_name":"actions/upload-artifact","ecosystem":"actions","requirements":"v7","direct":true,"kind":"composite","optional":false},{"id":25871297639,"package_name":"actions/download-artifact","ecosystem":"actions","requirements":"v8","direct":true,"kind":"composite","optional":false},{"id":25871297640,"package_name":"Swatinem/rust-cache","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":25871297641,"package_name":"actions/create-github-app-token","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":25871297642,"package_name":"rust-lang/crates-io-auth-action","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/ci.yml","sha":null,"kind":"manifest","created_at":"2026-06-03T08:03:13.782Z","updated_at":"2026-06-03T08:03:13.782Z","repository_link":"https://github.com/urmzd/sr/blob/main/.github/workflows/ci.yml","dependencies":[{"id":25871297584,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v6","direct":true,"kind":"composite","optional":false},{"id":25871297585,"package_name":"dtolnay/rust-toolchain","ecosystem":"actions","requirements":"stable","direct":true,"kind":"composite","optional":false},{"id":25871297586,"package_name":"Swatinem/rust-cache","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":25871297587,"package_name":"urmzd/fsrc","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":"action.yml","sha":null,"kind":"manifest","created_at":"2026-06-03T08:03:16.144Z","updated_at":"2026-06-03T08:03:16.144Z","repository_link":"https://github.com/urmzd/sr/blob/main/action.yml","dependencies":[]},{"ecosystem":"cargo","filepath":"Cargo.toml","sha":null,"kind":"manifest","created_at":"2026-06-03T08:03:19.394Z","updated_at":"2026-06-03T08:03:19.394Z","repository_link":"https://github.com/urmzd/sr/blob/main/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"crates/cli/Cargo.toml","sha":null,"kind":"manifest","created_at":"2026-06-03T08:03:19.628Z","updated_at":"2026-06-03T08:03:19.628Z","repository_link":"https://github.com/urmzd/sr/blob/main/crates/cli/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"crates/core/Cargo.toml","sha":null,"kind":"manifest","created_at":"2026-06-03T08:03:20.163Z","updated_at":"2026-06-03T08:03:20.163Z","repository_link":"https://github.com/urmzd/sr/blob/main/crates/core/Cargo.toml","dependencies":[]},{"ecosystem":"npm","filepath":"crates/cli/templates/pnpm-workspace.yaml","sha":null,"kind":"manifest","created_at":"2026-06-03T08:03:20.390Z","updated_at":"2026-06-03T08:03:20.390Z","repository_link":"https://github.com/urmzd/sr/blob/main/crates/cli/templates/pnpm-workspace.yaml","dependencies":[]},{"ecosystem":"npm","filepath":"examples/pnpm-workspace.yaml","sha":null,"kind":"manifest","created_at":"2026-06-03T08:03:20.910Z","updated_at":"2026-06-03T08:03:20.910Z","repository_link":"https://github.com/urmzd/sr/blob/main/examples/pnpm-workspace.yaml","dependencies":[]}],"score":10.701895243753567,"created_at":"2026-06-26T15:01:47.832Z","updated_at":"2026-07-23T13:08:55.419Z","avatar_url":"https://github.com/urmzd.png","language":"Rust","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/377229","html_url":"https://summary.ecosyste.ms/projects/377229"}