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.13 - 2024-10-29
- Add support for new
debuginfo
values
0.5.12 - 2024-07-25
0.5.11 - 2024-06-06
- Dropped MSRV to 1.65
0.5.10 - 2024-02-25
- Add
CargoBuild::bins
0.5.9 - 2024-02-09
- Bumped MSRV to 1.72
- Breaking change with (test_unstable) feature
- Add support for
Diagnostic::message_type
- (test_unstable) Fixed spelling of
Failure
0.5.8 - 2023-08-02
CargoBuild::env_remove
support
0.5.7 - 2021-12-15
- Update version requirements to minimum required
0.5.6 - 2021-11-08
- Get
print
feature compiling - Keep stdout clean with
print
by printing to stderr
0.5.5 - 2021-11-08
- Add some missing traits
0.5.4 - 2021-11-08
- Add
CargoBuild::args
0.5.3 - 2021-11-08
- Add
CargoBuild::examples
- Add extra message fields
0.5.2 - 2021-03-27
- New
env
method for passing environment variables to thecargo
calls.
0.5.1 - 2021-02-01
- Support
build-finished
message
0.5.0 - 2019-04-08
- Gracefully handle upcoming cargo features (a00f2408)
0.4.0 - 2018-12-31
- Serialization formats (45f6e17a)
- Stream messages (343027d4, breaks #)
- Support CARGO env variable (89021bec, closes #12)
- build:
- Remove cargo-test support (7aecd540)
- Nest lesser details (e0133dbb, breaks #)
- Stream messages (343027d4, breaks #)
- MessageItr -> MessageIter (07c4b257, closes #9, breaks #)
0.3.1 - 2018-08-07
0.3.0 - 2018-08-05
- Emulate run subcommand (df4607a8)