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

Merged
merged 1 commit into from
Sep 6, 2024
Merged

chore: release #68

merged 1 commit into from
Sep 6, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 17, 2024

🤖 New release

  • konfigkoll: 0.1.6 -> 0.1.7
  • konfigkoll_core: 0.4.0 -> 0.4.1
  • konfigkoll_types: 0.2.0 -> 0.2.1
  • paketkoll_types: 0.1.4 -> 0.2.0
  • paketkoll_utils: 0.1.4 -> 0.1.5
  • konfigkoll_script: 0.1.4 -> 0.1.5
  • konfigkoll_hwinfo: 0.1.3 -> 0.1.4
  • konfigkoll_utils: 0.1.3 -> 0.1.4
  • paketkoll_cache: 0.2.3 -> 0.2.4
  • paketkoll_core: 0.5.4 -> 0.5.5
  • mtree2: 0.6.5 -> 0.6.6
  • systemd_tmpfiles: 0.1.6 -> 0.2.0
  • paketkoll: 0.3.4 -> 0.3.5
Changelog

konfigkoll

[0.1.7] - 2024-09-06

🩺 Diagnostics & output formatting

  • Change span log levels
  • Switch from anyhow to color-eyre for better (and prettier) error messages
  • Improve formatting of Rune runtime errors
  • Add spans to async functions exposed to Rune (should help get better errors with color-eyre)
  • Switch to custom error wrapper to better traverse the Rune callstacks
  • Limit file data that we store inline leading to less verbose debug logs

🚜 Refactoring

  • Switch to native eyre traits instead of anyhow compatibility (for Options)
  • Switch to native eyre traits instead of anyhow compatibility
  • Use anyhow::Result type alias consistently

⚙️ Other stuff

  • Apply auto fixable clippy lints
  • Use nightly import grouping in rustfmt

konfigkoll_core

[0.4.1] - 2024-09-06

🩺 Diagnostics & output formatting

  • Switch from anyhow to color-eyre for better (and prettier) error messages
  • Limit file data that we store inline leading to less verbose debug logs

🚜 Refactoring

  • Switch to native eyre traits instead of anyhow compatibility (for Options)
  • Switch to native eyre traits instead of anyhow compatibility
  • Use anyhow::Result type alias consistently

⚙️ Other stuff

  • Apply auto fixable clippy lints
  • Use nightly import grouping in rustfmt

konfigkoll_types

[0.2.1] - 2024-09-06

🩺 Diagnostics & output formatting

  • Switch from anyhow to color-eyre for better (and prettier) error messages

🚜 Refactoring

  • Switch to native eyre traits instead of anyhow compatibility

⚙️ Other stuff

  • Apply auto fixable clippy lints
  • Use nightly import grouping in rustfmt

paketkoll_types

[0.2.0] - 2024-09-06

🩺 Diagnostics & output formatting

  • Switch from anyhow to color-eyre for better (and prettier) error messages

🚜 Refactoring

  • Switch to native eyre traits instead of anyhow compatibility

⚙️ Other stuff

  • Apply auto fixable clippy lints
  • Use nightly import grouping in rustfmt

paketkoll_utils

[0.1.5] - 2024-09-06

🩺 Diagnostics & output formatting

  • Switch from anyhow to color-eyre for better (and prettier) error messages

🚜 Refactoring

  • Switch to native eyre traits instead of anyhow compatibility

⚙️ Other stuff

  • Apply auto fixable clippy lints
  • Use nightly import grouping in rustfmt

konfigkoll_script

[0.1.5] - 2024-09-06

🩺 Diagnostics & output formatting

  • Improve formatting of Rune runtime errors
  • Add spans to async functions exposed to Rune (should help get better errors with color-eyre)
  • Switch from anyhow to color-eyre for better (and prettier) error messages
  • Switch to custom error wrapper to better traverse the Rune callstacks

🚜 Refactoring

  • Switch to native eyre traits instead of anyhow compatibility

⚙️ Other stuff

  • Apply auto fixable clippy lints
  • Use nightly import grouping in rustfmt

konfigkoll_hwinfo

[0.1.4] - 2024-09-06

🩺 Diagnostics & output formatting

  • Switch from anyhow to color-eyre for better (and prettier) error messages

⚙️ Other stuff

  • Apply auto fixable clippy lints
  • Use nightly import grouping in rustfmt

konfigkoll_utils

[0.1.4] - 2024-09-06

⚙️ Other stuff

  • Apply auto fixable clippy lints
  • Use nightly import grouping in rustfmt

paketkoll_cache

[0.2.4] - 2024-09-06

🩺 Diagnostics & output formatting

  • Switch from anyhow to color-eyre for better (and prettier) error messages

🚜 Refactoring

  • Switch to native eyre traits instead of anyhow compatibility (for Options)
  • Switch to native eyre traits instead of anyhow compatibility

⚙️ Other stuff

  • Apply auto fixable clippy lints
  • Use nightly import grouping in rustfmt

paketkoll_core

[0.5.5] - 2024-09-06

🩺 Diagnostics & output formatting

  • Switch from anyhow to color-eyre for better (and prettier) error messages

🚜 Refactoring

  • Switch to native eyre traits instead of anyhow compatibility (for Options)
  • Switch to native eyre traits instead of anyhow compatibility
  • Use anyhow::Result type alias consistently

⚙️ Other stuff

  • Apply auto fixable clippy lints
  • Use nightly import grouping in rustfmt

mtree2

[0.6.6] - 2024-09-06

⚡ Performance improvements

  • Arch doesn't use device nodes at all in the mtree files, outline the data

⚙️ Other stuff

  • Apply auto fixable clippy lints
  • Use nightly import grouping in rustfmt

systemd_tmpfiles

[0.2.0] - 2024-09-06

⚙️ Other stuff

  • Apply auto fixable clippy lints
  • Use nightly import grouping in rustfmt

paketkoll

[0.3.5] - 2024-09-06

🩺 Diagnostics & output formatting

  • Switch from anyhow to color-eyre for better (and prettier) error messages

🚜 Refactoring

  • Switch to native eyre traits instead of anyhow compatibility
  • Use anyhow::Result type alias consistently

⚙️ Other stuff

  • Apply auto fixable clippy lints
  • Use nightly import grouping in rustfmt


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2024-08-17T16-48-19Z branch 5 times, most recently from 2c3a7b8 to d050154 Compare August 17, 2024 20:29
@VorpalBlade VorpalBlade force-pushed the release-plz-2024-08-17T16-48-19Z branch 6 times, most recently from f64e30b to 7531916 Compare August 21, 2024 21:08
@VorpalBlade VorpalBlade force-pushed the release-plz-2024-08-17T16-48-19Z branch 3 times, most recently from 826a68d to 4028a5f Compare August 28, 2024 18:49
@VorpalBlade VorpalBlade force-pushed the release-plz-2024-08-17T16-48-19Z branch 2 times, most recently from 22c05c5 to e2581d7 Compare September 6, 2024 06:28
@VorpalBlade VorpalBlade force-pushed the release-plz-2024-08-17T16-48-19Z branch from e2581d7 to 3eee8aa Compare September 6, 2024 19:33
@VorpalBlade VorpalBlade merged commit 9457f43 into main Sep 6, 2024
31 checks passed
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