io.github.chrimle:semantic-versioning

https://github.com/chrimle/semantic-versioning

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.1%) to scientific vocabulary

Keywords

java semantic-versioning semver

Keywords from Contributors

java-record code-generation interactive packaging network-simulation hacking autograding embedded optim standardization
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 2
  • Releases: 5
Topics
java semantic-versioning semver
Created 7 months ago · Last pushed 6 months ago
Metadata Files
Readme Funding License Citation Codeowners

README.md

Semantic Versioning

Simple Project for Semantic Version Strings in Java!

Import Dependency

xml <dependency> <groupId>io.github.chrimle</groupId> <artifactId>semantic-versioning</artifactId> <version>1.1.0</version> </dependency>

Available on...

Example Usages

```java import io.github.chrimle.semver.Change; import io.github.chrimle.semver.SemVer;

static { var semVer12_3 = new SemVer(1, 2, 3);

// Prints "v1.2.3" System.out.println(semVer12_3.toCompleteVersionString());

var semVer200 = semVer123.incrementMajor();

// Prints "v2" System.out.println(semVer20_0.toShortVersionString());

var semVer210 = semVer200.incrementVersion(Change.MINOR);

// Prints "v2.1" System.out.println(semVer21_0.toShortVersionString()); } ```

JavaDocs

Refer to the JavaDocs for more information.

Owner

  • Name: Christopher Molin
  • Login: Chrimle
  • Kind: user
  • Location: Gothenburg
  • Company: Chrimle.com

Software Engineer

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you want to reference this project, you could cite it as below."
authors:
- family-names: "Molin"
  given-names: "Christopher"
  orcid: "https://orcid.org/0009-0002-1005-3942"
title: "Semantic Versioning"
version: 1.1.0
date-released: 2025-08-02
url: "https://github.com/Chrimle/Semantic-Versioning"

GitHub Events

Total
  • Release event: 4
  • Delete event: 12
  • Push event: 17
  • Pull request event: 26
  • Pull request review event: 2
  • Create event: 17
Last Year
  • Release event: 4
  • Delete event: 12
  • Push event: 17
  • Pull request event: 26
  • Pull request review event: 2
  • Create event: 17

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 14
  • Total Committers: 2
  • Avg Commits per committer: 7.0
  • Development Distribution Score (DDS): 0.071
Past Year
  • Commits: 14
  • Committers: 2
  • Avg Commits per committer: 7.0
  • Development Distribution Score (DDS): 0.071
Top Committers
Name Email Commits
Christopher Molin 2****e 13
dependabot[bot] 4****] 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 18
  • Average time to close issues: N/A
  • Average time to close pull requests: 38 minutes
  • Total issue authors: 0
  • Total pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 11
  • Bot issues: 0
  • Bot pull requests: 4
Past Year
  • Issues: 0
  • Pull requests: 18
  • Average time to close issues: N/A
  • Average time to close pull requests: 38 minutes
  • Issue authors: 0
  • Pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 11
  • Bot issues: 0
  • Bot pull requests: 4
Top Authors
Issue Authors
Pull Request Authors
  • Chrimle (14)
  • dependabot[bot] (4)
Top Labels
Issue Labels
Pull Request Labels
meta (8) dependencies (6) PATCH (3) feature (2) bug (2) java (2) MINOR (1) MAJOR (1)

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 5
repo1.maven.org: io.github.chrimle:semantic-versioning

Simple Project for Semantic Version Strings in Java!

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 33.0%
Dependent packages count: 47.2%
Average: 49.9%
Stargazers count: 59.7%
Forks count: 59.9%
Last synced: 6 months ago

Dependencies

.github/workflows/maven-publish.yml actions
  • actions/checkout v4 composite
  • actions/setup-java v4 composite
.github/workflows/maven.yml actions
  • actions/checkout v4 composite
  • actions/setup-java v4 composite
.github/workflows/pullRequestAudit.yml actions
  • actions/github-script v6 composite
pom.xml maven