Skip to content

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 29 Jan 14:41
Immutable release. Only release title and notes can be modified.
7c8a52f

view diff

Fixed

  • Installing resources from their default GitHub branch.

Crates

dxm-artifacts v0.2.0

Added

  • Constants for channels names.

Changed

  • Updated channel::ArtifactsChannel to derive from Debug.
dxm-init v0.2.0

Added

  • SERVER_CFG_NAME constant.

Changed

  • Breaking: updated VcsOption::init to accept a manifest instead of hard-coding paths.
  • Breaking: updated server to use paths from the manifest instead of hard-coded paths.
  • Updated vcs::VcsOption to derive from Debug, PartialEq and Eq.
dxm-manifest v0.3.0

Added

  • MANIFEST_NAME constant.
  • lockfile::LOCKFILE_NAME constant.
  • sourcefile::SOURCEFILE_NAME constant.
dxm-resources v0.2.0

Changed

  • Breaking: updated github::resolve_download_url to return None given a non-GitHub URL.
  • Breaking: updated resolve_download_url to receive Into<String> instead of AsRef<str>.

Fixed

  • github::resolve_download_url to return an error with an empty github.com string without an ending slash.
  • github::api::get_default_branch_archive_url returning the default branch name rather than the archive URL.