Skip to content

Releases: google/omaha-client

v0.3.3

04 Dec 18:51
7feeb27
Compare
Choose a tag to compare

This release:

  • Fixes a Fuchsia in-tree build issue of mock-omaha-server
  • Bumps the version of mock-omaha-server to v0.3.3

v0.3.2

03 Dec 21:13
13077eb
Compare
Choose a tag to compare

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

09 Aug 19:59
df3a268
Compare
Choose a tag to compare

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

07 Aug 18:58
360ba0d
Compare
Choose a tag to compare

This is a minor relase for mock-omaha-server:

  • Fix dependencies for mock-omaha-server
  • Remove unnecessary use async-net in main.rs

v0.2.1

05 Aug 15:24
31860b9
Compare
Choose a tag to compare

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

02 Aug 17:10
fd8c642
Compare
Choose a tag to compare

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 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

12 Mar 11:16
972544f
Compare
Choose a tag to compare

Initial release.