aurae-runtime / aurae

Distributed systems runtime daemon written in Rust.
https://aurae.io
Apache License 2.0
1.85k stars 91 forks source link

Make auraed "warn" about early development and change all versions to 0.0.0 #378

Closed krisnova closed 1 year ago

krisnova commented 1 year ago

Given the recent uptick in users/contributors it is probably wise to just make the main daemon self describe the current state of the project.

This PR introduces a hard-coded warning in the BANNER of the project that sets expectations with API and feature stability.

We can remove this warning when we are confident that Aurae has stabilized a bit further.

Signed-off-by: Kris Nóva kris@nivenly.com