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 v3.0.0 #95

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Sep 9, 2024

🤖 New release

  • koji: 2.2.0 -> 3.0.0 (⚠️ API breaking changes)

⚠️ koji breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field ConfigArgs._user_config_path in /tmp/.tmpwm8ocC/koji/src/lib/config.rs:43
  field ConfigArgs._current_dir in /tmp/.tmpwm8ocC/koji/src/lib/config.rs:44

--- failure function_parameter_count_changed: pub fn parameter count changed ---

Description:
A publicly-visible function now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/function_parameter_count_changed.ron

Failed in:
  koji::questions::create_prompt now takes 2 parameters instead of 3, in /tmp/.tmpwm8ocC/koji/src/lib/questions.rs:261

--- failure pub_module_level_const_missing: pub module-level const is missing ---

Description:
A public const is missing, renamed, or changed from const to static.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/pub_module_level_const_missing.ron

Failed in:
  Q_IS_BREAKING_CHANGE in file /tmp/.tmp08SRCo/koji/src/lib/questions.rs:21
  Q_COMMIT_TYPE in file /tmp/.tmp08SRCo/koji/src/lib/questions.rs:17
  Q_HAS_OPEN_ISSUE in file /tmp/.tmp08SRCo/koji/src/lib/questions.rs:22
  Q_SCOPE in file /tmp/.tmp08SRCo/koji/src/lib/questions.rs:18
  Q_ISSUE_REFERENCE in file /tmp/.tmp08SRCo/koji/src/lib/questions.rs:23
  Q_SUMMARY in file /tmp/.tmp08SRCo/koji/src/lib/questions.rs:19
  Q_BODY in file /tmp/.tmp08SRCo/koji/src/lib/questions.rs:20
Changelog

3.0.0 - 2024-10-16

Added

  • (gitignore) add intellij, vim, vscode and git (#96)
  • (cargo) add documentation and repository links (#88)

Changed

  • breaking change footers (#101)
  • (readme) better badges (#100)
  • type filtering, multi-line body support (#99)
  • non-default vendored-openssl feature, pin cocogitto (#98)
  • shorter test asserts, vendored openssl, complete workflow overhaul (#94)
  • update repository url, badges and license (#93)
  • (readme) looking for maintainer
  • use asdf
  • use devenv


This PR was generated with release-plz.

Copy link

codecov bot commented Sep 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

@github-actions github-actions bot force-pushed the release-plz-2024-09-09T21-17-36Z branch 2 times, most recently from 5169085 to 27b548d Compare September 17, 2024 11:10
@github-actions github-actions bot changed the title chore: release v2.2.1 chore: release v3.0.0 Sep 24, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-09-09T21-17-36Z branch from 27b548d to b4fe175 Compare September 24, 2024 17:26
@github-actions github-actions bot force-pushed the release-plz-2024-09-09T21-17-36Z branch from b4fe175 to 05a7c4a Compare October 15, 2024 14:31
@cococonscious cococonscious linked an issue Oct 16, 2024 that may be closed by this pull request
@github-actions github-actions bot force-pushed the release-plz-2024-09-09T21-17-36Z branch from 05a7c4a to 523cc63 Compare October 16, 2024 08:09
Copy link
Owner

@cococonscious cococonscious left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: Remove obsolete lines in changelog

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.

Cannot enter the hash character #
1 participant