FrameworkComputer / framework-system

Rust libraries and tools to interact with the Framework Computer systems
BSD 3-Clause "New" or "Revised" License
106 stars 6 forks source link

Tag proper releases, and include compiled binaries and installers #14

Open DeflateAwning opened 8 months ago

DeflateAwning commented 8 months ago

A compiled window binary release (perhaps even built automatically with CI) would be great!

JohnAZoidberg commented 8 months ago

Yep, once we distribute the windows driver, we'll distribute compiled binaries as well. The CI builds binaries already, you can fetch them yourself if you want.

DeflateAwning commented 8 months ago

Why not proper releases with semantic versioning?

JohnAZoidberg commented 8 months ago

We will, but without a signed driver it's not very useful on Windows, yet. I uploaded the v0.1.0 binaries: https://github.com/FrameworkComputer/framework-system/releases/tag/v0.1.0 But it's not a meaningful release yet, just a debug build of the first available code.

DeflateAwning commented 8 months ago

Consider tagging a release of the latest version with the latest changes