cargo-post 0.1.7

A `cargo` wrapper that executes a post build script after a successful build.
## Unreleased

# 0.1.7 – 2023-04-30

- Fix: Treat `-r` as `--release` ([#19]https://github.com/phil-opp/cargo-post/pull/19)

# 0.1.6 – 2020-12-17

- Use toml to escape post build script path ([#15]https://github.com/phil-opp/cargo-post/pull/15)

# 0.1.5 – 2020-07-19

- Fix use with workpaces ([#11]https://github.com/phil-opp/cargo-post/pull/11)

## 0.1.4

- Fix detection of --package arguments ([#8]https://github.com/phil-opp/cargo-post/pull/8)

## 0.1.3

- Fix dependency handling for local dependencies ([#6]https://github.com/phil-opp/cargo-post/pull/6)