pace-rs / pace

Mindful Time Tracking: Simplify Your Focus and Boost Productivity Effortlessly.
https://pace.cli.rs
GNU Affero General Public License v3.0
21 stars 0 forks source link

chore: release #82

Closed simonsan closed 7 months ago

simonsan commented 7 months ago

🤖 New release

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


This PR was generated with release-plz.