Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #64

Merged
merged 1 commit into from
Mar 2, 2024
Merged

chore: release #64

merged 1 commit into from
Mar 2, 2024

Conversation

simonsan
Copy link
Contributor

@simonsan simonsan commented Mar 1, 2024

🤖 New release

  • pace_core: 0.13.0 -> 0.14.0 (⚠️ API breaking changes)
  • pace-rs: 0.11.1 -> 0.12.0 (✓ API compatible changes)

⚠️ pace_core breaking changes

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.29.1/src/lints/inherent_method_missing.ron

Failed in:
  EndCommandOptions::end, previously in file /tmp/.tmpVP22r1/pace_core/src/commands/end.rs:12
  EndCommandOptions::only_last, previously in file /tmp/.tmpVP22r1/pace_core/src/commands/end.rs:12

--- failure trait_method_missing: pub trait method removed or renamed ---

Description:
A trait method is no longer callable, and may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#major-any-change-to-trait-item-signatures
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.29.1/src/lints/trait_method_missing.ron

Failed in:
  method end_all_unfinished_activities of trait ActivityStateManagement, previously in file /tmp/.tmpVP22r1/pace_core/src/storage.rs:346
Changelog

pace_core

0.14.0 - 2024-03-02

Added

  • add opening documentation on configuration
  • (commands) [breaking] remove only-last option for end and replace --start/--end with --at/-a for setting times

Fixed

  • make sure, there are never any held activities without an active intermission
  • (deps) update rust crate open to 5.1.0 (#63)

Other

  • reimplement logic to end and activity for in-memory storage to make it easier for error handling
  • check if activities to resume is none
  • add test for beginning activies on top of held ones
  • refactor tests to use results
  • use is_future validator for extract_time_or_now to make sure the user doesn't use times laying in the future
  • add doc comment to is_endable()

pace-rs

0.12.0 - 2024-03-02

Added

  • add opening documentation on configuration
  • (commands) [breaking] remove only-last option for end and replace --start/--end with --at/-a for setting times

Fixed

  • make sure, there are never any held activities without an active intermission
  • (deps) update rust crate open to 5.1.0 (#63)

Other

  • reimplement logic to end and activity for in-memory storage to make it easier for error handling
  • check if activities to resume is none
  • add test for beginning activies on top of held ones
  • add comment about use cases still to test via cli
  • refactor tests to use results
  • use is_future validator for extract_time_or_now to make sure the user doesn't use times laying in the future
  • add doc comment to is_endable()


This PR was generated with release-plz.

@simonsan simonsan force-pushed the release-plz-2024-03-01T18-00-40Z branch from 47aeef7 to 89fa587 Compare March 2, 2024 12:05
Signed-off-by: simonsan <[email protected]>
@simonsan simonsan force-pushed the release-plz-2024-03-01T18-00-40Z branch from 89fa587 to d4879a9 Compare March 2, 2024 16:05
@simonsan simonsan marked this pull request as ready for review March 2, 2024 16:09
@simonsan simonsan added this pull request to the merge queue Mar 2, 2024
Merged via the queue into main with commit 27d5090 Mar 2, 2024
35 checks passed
@simonsan simonsan deleted the release-plz-2024-03-01T18-00-40Z branch March 2, 2024 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant