Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 17 Mar 01:33
· 97 commits to master since this release
v0.6.0
f96a9c4
  • The UbiBuilder::github_token and UbiBuilder::gitlab_token methods are deprecated in favor of a new ``UbiBuilder::token` method. These deprecated methods will be removed in a future release.
  • Added support for release artifacts with a .jar extension. Based on PR #110 from @vemoo.
  • ubi could incorrectly pick a release for Android when running on Linux aarch64 platforms. Reported by @jahands (Jacob Hands). GH #111.