{"id":16027457,"url":"https://github.com/followtheprocess/semver","last_synced_at":"2025-07-05T09:03:56.639Z","repository":{"id":62866171,"uuid":"559262644","full_name":"FollowTheProcess/semver","owner":"FollowTheProcess","description":"Semver parsing and validation library for Go","archived":false,"fork":false,"pushed_at":"2025-06-20T12:13:59.000Z","size":90,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-20T13:27:04.595Z","etag":null,"topics":["go","semver","semver-parser"],"latest_commit_sha":null,"homepage":"","language":"Go","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/FollowTheProcess.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,"zenodo":null}},"created_at":"2022-10-29T15:10:41.000Z","updated_at":"2025-06-20T12:13:52.000Z","dependencies_parsed_at":"2023-02-18T23:10:25.642Z","dependency_job_id":"773e7e43-fc69-44ae-8674-905f58fea220","html_url":"https://github.com/FollowTheProcess/semver","commit_stats":{"total_commits":49,"total_committers":2,"mean_commits":24.5,"dds":"0.18367346938775508","last_synced_commit":"2e4762dff75caaba6e5546fd8fad5ad62614bdd6"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/FollowTheProcess/semver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FollowTheProcess%2Fsemver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FollowTheProcess%2Fsemver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FollowTheProcess%2Fsemver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FollowTheProcess%2Fsemver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FollowTheProcess","download_url":"https://codeload.github.com/FollowTheProcess/semver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FollowTheProcess%2Fsemver/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263715095,"owners_count":23500238,"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":["go","semver","semver-parser"],"created_at":"2024-10-08T20:21:44.270Z","updated_at":"2025-07-05T09:03:56.634Z","avatar_url":"https://github.com/FollowTheProcess.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Semver\n\n[![License](https://img.shields.io/github/license/FollowTheProcess/semver)](https://github.com/FollowTheProcess/semver)\n[![Go Reference](https://pkg.go.dev/badge/go.followtheprocess.codes/semver.svg)](https://pkg.go.dev/go.followtheprocess.codes/semver)\n[![Go Report Card](https://goreportcard.com/badge/github.com/FollowTheProcess/semver)](https://goreportcard.com/report/github.com/FollowTheProcess/semver)\n[![GitHub](https://img.shields.io/github/v/release/FollowTheProcess/semver?logo=github\u0026sort=semver)](https://github.com/FollowTheProcess/semver)\n[![CI](https://github.com/FollowTheProcess/semver/workflows/CI/badge.svg)](https://github.com/FollowTheProcess/semver/actions?query=workflow%3ACI)\n[![codecov](https://codecov.io/gh/FollowTheProcess/semver/branch/main/graph/badge.svg?token=Q8Y5KFA9ZK)](https://codecov.io/gh/FollowTheProcess/semver)\n\nSemver parsing and validation library for Go\n\n* Free software: MIT License\n\n## Project Description\n\nSemver is a small, simple [semver] parsing and validation library for Go\n\n## Installation\n\n```shell\ngo get go.followtheprocess.codes/semver@latest\n```\n\n## Quickstart\n\n### Create a New Version\n\n```go\nversion := semver.New(1, 2, 3, \"rc.1\", \"build.123\")\n```\n\n### Parse a Version from text\n\n```go\nversion, err := semver.Parse(\"v1.6.12\")\nif err != nil {\n    log.Fatal(err)\n}\n```\n\n### Check a version string\n\n```go\nok := semver.IsValid(\"1.19.0\")\n```\n\n### Credits\n\nThis package was created with [copier] and the [FollowTheProcess/go_copier] project template.\n\n[copier]: https://copier.readthedocs.io/en/stable/\n[FollowTheProcess/go_copier]: https://github.com/FollowTheProcess/go_copier\n[semver]: https://semver.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffollowtheprocess%2Fsemver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffollowtheprocess%2Fsemver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffollowtheprocess%2Fsemver/lists"}