Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.

Latest commit

 

History

History
96 lines (69 loc) · 3.14 KB

CHANGES.md

File metadata and controls

96 lines (69 loc) · 3.14 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.8.0 (2020-07-09)

Added

  • Ability to write the final rpm to a custom path (#71)
  • Post header in spec template (#69)
  • Option to disable cargo build during RPM builds (#66)
  • Support for RPM packages with different names than the crate name (#55)
  • Support for --target when cross compiling (#49)
  • Support for directories in [rpm.files] (#48)

Changed

  • Bump handlebars dependency to v3.0 (#76)
  • Bump abscissa dependency to v0.5 (#73)
  • Improved Rust target passing and RPM target architecture determination (#70)
  • MSRV 1.41+ (#68)
  • Use cargo_metadata to detect target directory (#46, #75)

Fixed

  • Error when adding a folder to files (#59)

0.7.0 (2019-11-30)

  • Upgrade to Abscissa v0.4 (#44)
  • Get rpmbuild from $PATH rather than hardcoding (#43)
  • Remove the assumption that service -> sbin (#42)
  • Fix issues with custom release/target usage (#41)

0.6.0 (2019-08-10)

  • Use cargo-release alpha version numbers if available (#31)

0.5.0 (2019-08-07)

  • Migrate from iq-cli to Abscissa application framework (#29)

0.4.0 (2019-03-15)

  • Add support for crates using license-file (#11, #25)
  • Support custom targets (#12, #24)
  • Fix RPM version for languages other than English (#18)

0.3.0 (2019-03-15)

  • Upgrade to Rust 2018 edition (#19)
  • Require license to be set (#9)

0.2.0 (2018-06-10)

  • Respect CARGO_TARGET_DIR env var (#1)

0.1.1 (2018-04-19)

  • Move documentation into README.md.

0.1.0 (2018-04-19)

  • Initial release