amit-davidson / Chronos

Chronos - A static race detector for the go language
MIT License
424 stars 11 forks source link

Can a release tag or version be created? #11

Closed herbygillot closed 3 years ago

herbygillot commented 3 years ago

Would like to package Chronos but there are no releases or version tags currently.

amit-davidson commented 3 years ago

Sure, I'll fix the versioning.

amit-davidson commented 3 years ago

@herbygillot Done. https://github.com/amit-davidson/Chronos/releases/tag/v.0.1.0 Mind that the static code of analysis part of Chronos doesn't support all the language features. You can look in the release notes (and in the README as well) and see what is supported.

herbygillot commented 3 years ago

Thank you @amit-davidson