v0.2.0
Notice
If you have ever used previous versions, make sure to remove configuration files under the dynein directory (e.g. rm -rf ~/.dynein/
). It's required because #24 changed some field names in these configuration files.
What's Changed
- apply cargo fmt by @thash in #12
- fix tests by @KeenS in #14
- New feature: interactive shell by @KeenS in #13
- resolve clippy warnings by @thash in #16
- [fix] add --locked option to the cargo install command by @itazur in #25
- Add port option for
--region local
by @hhatto in #22 - cargo clippy & cargo fmt for #22 by @hhatto in #27
- [clean] clean up code to be compatible with 2018 edition by @itazur in #30
- Update dependencies and toolchain to pass tests on aarch64-apple-darwin by @StoneDot in #24
- Add a GitHub action to build dynein binaries on the new release created by @thash in #32
- Bump version to v0.2.0 by @thash in #33
New Contributors
- @KeenS made their first contribution in #14
- @itazur made their first contribution in #25
- @hhatto made their first contribution in #22
- @StoneDot made their first contribution in #24
Full Changelog: v0.1.2...v0.2.0