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 #104

Merged
merged 1 commit into from
Mar 24, 2024
Merged

chore: release #104

merged 1 commit into from
Mar 24, 2024

Conversation

simonsan
Copy link
Contributor

@simonsan simonsan commented Mar 23, 2024

🤖 New release

  • pace_core: 0.17.0 -> 0.18.0 (⚠️ API breaking changes)
  • pace_time: 0.1.1 -> 0.1.2 (✓ API compatible changes)
  • pace-rs: 0.15.0 -> 0.15.1 (✓ API compatible changes)

⚠️ pace_core breaking changes

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant that 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.30.0/src/lints/enum_variant_missing.ron

Failed in:
  variant ReflectionsFormatKind::Html, previously in file /tmp/.tmpLtFRm2/pace_core/src/domain/reflection.rs:27
  variant ReflectionsFormatKind::Markdown, previously in file /tmp/.tmpLtFRm2/pace_core/src/domain/reflection.rs:31
  variant ReflectionsFormatKind::PlainText, previously in file /tmp/.tmpLtFRm2/pace_core/src/domain/reflection.rs:34
Changelog

pace_core

0.18.0 - 2024-03-24

Added

  • (template) implement html and markdown templating for reflections (#105)
  • (commands) set short version of time zone arguments and case-sensitive

pace_time

0.1.2 - 2024-03-24

Added

  • (template) implement html and markdown templating for reflections (#105)

pace-rs

0.15.1 - 2024-03-24

Added

  • (template) implement html and markdown templating for reflections (#105)
  • (commands) set short version of time zone arguments and case-sensitive

Other

  • (deps) update rust crate rayon to 1.10.0 (#106)
  • update user docs pdf
  • update readme for docs directory
  • add documentation and embed in dist package + add updater command in justfile


This PR was generated with release-plz.

@simonsan simonsan force-pushed the release-plz-2024-03-23T19-09-21Z branch 2 times, most recently from 91e0569 to fdd8969 Compare March 23, 2024 20:00
@simonsan simonsan changed the title chore(pace-rs): release v0.15.1 chore: release Mar 23, 2024
@simonsan simonsan force-pushed the release-plz-2024-03-23T19-09-21Z branch 2 times, most recently from 9fb6288 to 64f790e Compare March 24, 2024 13:52
@simonsan simonsan marked this pull request as ready for review March 24, 2024 14:06
@simonsan simonsan added this pull request to the merge queue Mar 24, 2024
@simonsan simonsan removed this pull request from the merge queue due to a manual request Mar 24, 2024
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
@simonsan simonsan force-pushed the release-plz-2024-03-23T19-09-21Z branch from 64f790e to 12ce0ab Compare March 24, 2024 14:31
@simonsan simonsan added this pull request to the merge queue Mar 24, 2024
Merged via the queue into main with commit e04f32c Mar 24, 2024
39 checks passed
@simonsan simonsan deleted the release-plz-2024-03-23T19-09-21Z branch March 24, 2024 15:00
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