semver
Version, currently master branch1 version
- master branchlatestSep 21, 2015
github.com/rosylilly/semver
Semantic Versioning module for Crystal
3 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
semver:
github: rosylilly/semver
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
- no constraint declared
- License
- MIT
- Author
- Sho Kusano
Dependencies
Development Dependencies
- power_assert*github: rosylilly/power_assert.crdev
README
semver
Semantic Versioning module for Crystal.
Installation
Add this to your application's shard.yml:
dependencies:
semver:
github: rosylilly/semver
Usage
require "semver"
v1_0_0 = Semver::Version.new("1.0.0")
# or
v1_0_0 = Semver::Version.new(1, 0, 0)
Contributing
- Fork it ( https://github.com/rosylilly/semver/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- rosylilly(https://github.com/rosylilly) Sho Kusano - creator, maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Sep 21, 2015
- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/rosylilly/semver
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 13, 2026
- Synced
- Aug 13, 2026
- Versions
- 1