Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

v2.0.0 Alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@bharatari bharatari released this 16 Aug 17:25
· 18 commits to dev since this release

Notes

NewsHub is skipping directly to v2.0.0 to cleanly break from earlier versioning inconsistencies. With a new monorepo project structure, NewsHub versioning can now be far more consistent. All existing services will begin their versioning at v2.0.0, skipping v1.0.0. Services can continue to be versioned independently from this point and a NewsHub release (as in the cohesive product) will simply be a snapshot of all service versions at a specific point. The monorepo structure allows for this easy cross-service versioning as a single version tag snapshots all of the services at once.

For Example:

NewsHub v2.5.0 consists of newshub-authentication v2.3.7, newshub-reservations v2.6.0 etc.