Skip to content

Latest commit

 

History

History
156 lines (94 loc) · 5.74 KB

CHANGELOG.md

File metadata and controls

156 lines (94 loc) · 5.74 KB

Change Log

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.

Unreleased - ReleaseDate

0.5.10 - 2024-02-25

Features

  • Add CargoBuild::bins

0.5.9 - 2024-02-09

Compatibility

  • Bumped MSRV to 1.72
  • Breaking change with (test_unstable) feature

Features

  • Add support for Diagnostic::message_type

Fixes

  • (test_unstable) Fixed spelling of Failure

0.5.8 - 2023-08-02

Features

  • CargoBuild::env_remove support

0.5.7 - 2021-12-15

Fixes

  • Update version requirements to minimum required

0.5.6 - 2021-11-08

Fixes

  • Get print feature compiling
  • Keep stdout clean with print by printing to stderr

0.5.5 - 2021-11-08

Features

  • Add some missing traits

0.5.4 - 2021-11-08

Features

  • Add CargoBuild::args

0.5.3 - 2021-11-08

Features

  • Add CargoBuild::examples
  • Add extra message fields

0.5.2 - 2021-03-27

Features

  • New env method for passing environment variables to the cargo calls.

0.5.1 - 2021-02-01

Features

  • Support build-finished message

0.5.0 - 2019-04-08

Features

  • Expose creating CommandMessages (49d8767e)
  • tests: Unstable support for running tests (31293d79)

Breaking Changes

  • Rename MessageIter -> CommandMessages (f4742d8e, breaks #)

Bug Fixes

  • Gracefully handle upcoming cargo features (a00f2408)

0.4.0 - 2018-12-31

Features

Bug Fixes

Breaking Changes

0.3.1 - 2018-08-07

Bug Fixes

0.3.0 - 2018-08-05

Features

Breaking Changes

  • current_target spelling is corrected (df4607a8)
  • Removed parts of CargoError (df4607a8)

[0.2.0] - 2018-06-27

Breaking Changes

  • Define concrete CargoError (445cb391, breaks #)