Releases: google/omaha-client
Releases · google/omaha-client
v0.3.3
v0.3.2
This release:
- Removes the dependency on
async-net
in the mock-omaha-server - Bumps the version of mock-omaha-server to v0.3.2
v0.3.0
This release:
- Removes the hash module from mock-omaha-server, replacing a fairly Fuchsia-specific bit of package handling and naming by a generic mechanism
- Bumps the version of mock-omaha-server to v0.3.0
v0.2.2
This is a minor relase for mock-omaha-server:
- Fix dependencies for mock-omaha-server
- Remove unnecessary
use async-net
inmain.rs
v0.2.1
This is a minor release:
- No functional changes to the v0.2.0 release, but
- Updates to the main README, and an additional README for the mock-omaha-server:
- Illustrate how to use it, also in conjunction with the hello-world example
- Paves the way for publication to crates.io
v0.2.0
New features:
- This release moved to cargo workspaces.
- The repository contains two crates now:
- The
omaha_client
in v0.2.0 - The
mock-omaha-server
in v0.1.0
- The
- The
omaha_client
contains a "Hello world" example - The
mock-omaha-server
allows the development of applications and test them against this mock server.
v0.1.0
Initial release.