{"id":18752713,"url":"https://github.com/broothie/bump","last_synced_at":"2025-07-09T05:03:44.594Z","repository":{"id":82279743,"uuid":"555688775","full_name":"broothie/bump","owner":"broothie","description":"A SemVer version bumper","archived":false,"fork":false,"pushed_at":"2022-10-23T21:25:28.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-09T05:03:40.385Z","etag":null,"topics":["semver","versioning","versions"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/broothie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2022-10-22T04:54:16.000Z","updated_at":"2023-03-05T07:44:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"60d229c9-601c-4d95-9bec-cd32dde14465","html_url":"https://github.com/broothie/bump","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/broothie/bump","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/broothie%2Fbump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/broothie%2Fbump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/broothie%2Fbump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/broothie%2Fbump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/broothie","download_url":"https://codeload.github.com/broothie/bump/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/broothie%2Fbump/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264396587,"owners_count":23601539,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["semver","versioning","versions"],"created_at":"2024-11-07T17:21:57.726Z","updated_at":"2025-07-09T05:03:44.576Z","avatar_url":"https://github.com/broothie.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `bump`\n\nA SemVer version bumper\n\n## Installation\n\n```shell script\ncargo install --git https://github.com/broothie/bump\n```\n\n## Usage\n\n### Example\n\n```console\n$ cat version.rb\nVERSION = 'v3.2.1'.freeze\n\n$ # Bump patch version\n$ bump version.rb\n3.2.1 -\u003e 3.2.2\n$ cat version.rb\nVERSION = 'v3.2.2'.freeze\n\n$ # Bump minor version\n$ bump version.rb -s minor\n3.2.2 -\u003e 3.3.0\n$ cat version.rb\nVERSION = 'v3.3.0'.freeze\n\n$ # Bump major version\n$ bump version.rb -s major\n3.3.0 -\u003e 4.0.0\n$ cat version.rb\nVERSION = 'v4.0.0'.freeze\n```\n\n### Options\n\n```console\n$ bump -h\nA SemVer version bumper\n\nUsage: bump [OPTIONS] \u003cFILENAME\u003e\n\nArguments:\n  \u003cFILENAME\u003e\n\nOptions:\n  -s, --segment \u003cSEGMENT\u003e  SemVer segment to bump [default: patch] [possible values: patch, minor, major]\n  -n, --number \u003cNUMBER\u003e    If the input contains multiple SemVer patterns, use this to target by occurrence (1-indexed) [default: 1]\n  -l, --line \u003cLINE\u003e        If the input contains multiple SemVer patterns, use this to target by line number (1-indexed)\n  -h, --help               Print help information\n  -V, --version            Print version information\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbroothie%2Fbump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbroothie%2Fbump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbroothie%2Fbump/lists"}