Sha256: 8a19baa45d782eba106bf37c2813d16f03f72e6e106401b0caa50b3a2d8d9257
Contents?: true
Size: 1.37 KB
Versions: 1
Compression:
Stored size: 1.37 KB
Contents
# Changes by Version ## Unreleased ## [0.4.0] - 2016-07-12 ### 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 ### Fixed * The library path in the generated tarballs is relative ## [0.3.0] - 2016-07-03 ### 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] - 2016-06-30 ### 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] - 2016-06-28 Initial release. [0.4.0]: https://github.com/malept/thermite/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/malept/thermite/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/malept/thermite/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/malept/thermite/releases/tag/v0.1.0
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
thermite-0.4.0 | NEWS.md |