Releases: malept/thermite
Releases · malept/thermite
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.4.0
0.3.0
Added
github_release_type
, to add'cargo'
releases viaCargo.toml
(default) in addition to the
existing'latest'
functionality
Changed
git_tag_format
option introduced in 0.2.0 renamed togit_tag_regex
-git_tag_format
is
specific togithub_release_type: 'cargo'
, whilegit_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 theThermite::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