pace_cli: 0.4.3 -> 0.4.4 (✓ API compatible changes)
pace_core: 0.16.0 -> 0.16.1 (✓ API compatible changes)
pace_testing: 0.1.2 -> 0.1.3 (✓ API compatible changes)
pace-rs: 0.14.0 -> 0.14.1 (✓ API compatible changes)
Changelog
## `pace_cli`
## [0.4.4](https://github.com/pace-rs/pace/compare/pace_cli-v0.4.3...pace_cli-v0.4.4) - 2024-03-09
### Added
- *(ux)* provide a quick start guide post-setup with basic commands and usage tips. ([#11](https://github.com/pace-rs/pace/pull/11))
## `pace_core`
## [0.16.1](https://github.com/pace-rs/pace/compare/pace_core-v0.16.0...pace_core-v0.16.1) - 2024-03-09
### Other
- move journey test to integration tests
- *(deps)* add missing chrono feature to diesel
- cleanup after removing rusqlite and replacing with diesel
## `pace_testing`
## [0.1.3](https://github.com/pace-rs/pace/compare/pace_testing-v0.1.2...pace_testing-v0.1.3) - 2024-03-09
### Other
- *(coverage)* don't include unneeded functions in coverage
## `pace-rs`
## [0.14.1](https://github.com/pace-rs/pace/compare/pace-rs-v0.14.0...pace-rs-v0.14.1) - 2024-03-09
### Added
- *(ux)* provide a quick start guide post-setup with basic commands and usage tips. ([#11](https://github.com/pace-rs/pace/pull/11))
### Other
- update testing strategies
- *(coverage)* don't include unneeded functions in coverage
- move journey test to integration tests
- add more snapshot tests for cli
- remove whitespace to fix codecov badge looking weird
- add comment about coverage reporting
- change coverage command in .justfile to run for pace_core, as this contains mostly all logics
- ignore directories we don't deem important for coverage, such as pace_testing, pace_cli and the slim wrapper around pace_core, which is pace-rs itself.
- add workspace coverage command to .justfile
- try coverage build on windows
- don't use image anymore and install cargo-tarpaulin directly
- remove xtask from release-plz.toml as well
- remove nightly from coverage workflow as that seems to break the coverage build
- migrate xtask tasks to justfile commands
- *(deps)* add missing chrono feature to diesel
- cleanup after removing rusqlite and replacing with diesel
- *(readme)* add codecov badge to readme
- add code coverage reporting for codecov
- *(readme)* update state icon of implementation for `review` command
🤖 New release
pace_cli
: 0.4.3 -> 0.4.4 (✓ API compatible changes)pace_core
: 0.16.0 -> 0.16.1 (✓ API compatible changes)pace_testing
: 0.1.2 -> 0.1.3 (✓ API compatible changes)pace-rs
: 0.14.0 -> 0.14.1 (✓ API compatible changes)Changelog
## `pace_cli`
## `pace_core` ## `pace_testing` ## `pace-rs`This PR was generated with release-plz.