1.48.1 • Published 8 months ago
rhyver v1.48.1
Rhythm Versioning System (RhyVer)
Rhythm versioning (RhyVer) helps teams maintain momentum and follow a release cadence. Using the format vMAJOR.YYQ#.WEEK.STORY
, it combines semantic versioning principles with granular temporal context, creating a natural rhythm for software releases.
For example, v2.24Q4.45.32
indicates a major version 2 release from the year 2024, Q4, ISO week 45, with 32 backward compatible changes, enabling predictable release cycles and better alignment with business goals.
Specification
vMAJOR.YYQ#.WEEK.STORY[-PRERELEASE][+BUILD]
Example: v2.24Q4.45.32-rc.2
│ │ │ └───── Stories
│ │ └──────── ISO week
│ └───────────── Year & quarter
└─────────────── Major version
Using with npm
{
"name": "package-name",
"rhyver": "v2.24Q4.45.32",
"version": "2.45.32",
}
Read the Full Documentation (๑•̀ㅂ•́)و✧
1.48.1
8 months ago
1.45.7
8 months ago
1.45.6
8 months ago
1.45.5
8 months ago
1.45.3
8 months ago
1.2404.4-5.2
9 months ago
1.2404.4-5.1
9 months ago