Tags: malept/thermite
Tags
0.5.0 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.3.0 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 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
PreviousNext