这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: malept/thermite

Tags

v0.5.0

Toggle v0.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
malept Mark Lee
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

v0.4.0

Toggle v0.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
malept Mark Lee
0.4.0

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

v0.3.0

Toggle v0.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
malept Mark Lee
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'`

v0.2.0

Toggle v0.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
malept Mark Lee
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

v0.1.0

Toggle v0.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
malept Mark Lee
0.1.0

Initial release.