Releases: hartwork/rust-for-it
Releases · hartwork/rust-for-it
2.0.0
What's Changed
README.md
: Get--help
output back in sync by @hartwork in #34Cargo.lock
: Mass-upgrade by @github-actions in #35- Use crate "log" for logging by @hartwork in #36
- Fix symbol visibility by @hartwork in #37
logging.rs
: Move log styling into logging module by @hartwork in #38
Full Changelog: 1.3.0...2.0.0
1.3.0
1.2.0
What's Changed
- Build release binaries by @hartwork in #16
- Add more tests by @hartwork in #17
- CI: Make CI send pull requests for
cargo update
by @hartwork in #21 - network.rs: Enrich in-code comment with link to Rust bug by @hartwork in #23
- Improve readme by @hartwork in #22
- Use
Error.exit_code
of clap >=4.3.4 (fixes #24) by @hartwork in #25 - Take control of clap's output for testability by @hartwork in #26
- Support
NO_COLOR
environment variable by @hartwork in #27 - Document positional arguments in --help output by @hartwork in #28
- Prepare release 1.2.0 by @hartwork in #29
New Contributors
- @github-actions made their first contribution in #20
Full Changelog: 1.1.0...1.2.0