Skip to content

Releases: malept/thermite

0.5.0

19 Jul 06:14
v0.5.0
16f79ce
Compare
Choose a tag to compare

Added

  • Unit tests and code coverage (including new development dependencies)
  • CI support on OSX and Windows in addition to Linux
  • Successful CI builds on Linux trigger rusty_blank CI builds on Linux/OSX/Windows

Changed

  • Documentation uses YARD instead of RDoc
  • unpack_tarball is a public method

Fixed

  • Documentation for debug
  • Windows platform support

0.4.0

12 Jul 16:19
v0.4.0
faba62c
Compare
Choose a tag to compare

Added

  • Write debug output to file, if the THERMITE_DEBUG_FILENAME environment variable is set

Changed

  • Relaxed rake version requirement
  • Ruby version (major + minor) is considered when generating tarball names

0.3.0

04 Jul 00:52
v0.3.0
6e0ba26
Compare
Choose a tag to compare

Added

  • github_release_type, to add 'cargo' releases via Cargo.toml (default) in addition to the
    existing 'latest' functionality

Changed

  • git_tag_format option introduced in 0.2.0 renamed to git_tag_regex - git_tag_format is
    specific to github_release_type: 'cargo', while git_tag_regex is specific to
    github_release_type: 'latest'

0.2.0

30 Jun 15:46
v0.2.0
ec2f66d
Compare
Choose a tag to compare

Added

  • Config options can be set in Cargo.toml (and overrides the options set in the Thermite::Tasks
    constructor)

Changed

  • Git tag formats are configurable via git_tag_format - defaults to basic semver format

Fixed

  • Accessing the TOML config file when searching for Rust binaries

0.1.0

28 Jun 15:35
v0.1.0
717a644
Compare
Choose a tag to compare

Initial release.