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

bump: version 1.0.0-b1 → 1.0.0-b2 #35

Merged
merged 1 commit into from
Jan 20, 2025
Merged

bump: version 1.0.0-b1 → 1.0.0-b2 #35

merged 1 commit into from
Jan 20, 2025

Conversation

tsandrini
Copy link
Owner

@tsandrini tsandrini commented Jan 20, 2025

Overview

Testing

Dependencies

Screenshots

Checklist

  • I have tested the relevant changes locally.
  • I have checked that nix flake check passes.
  • I have ensured my commits follow the project's commits guidelines.
  • I have checked that the changes follow a linear history.
  • (If applicable) I have commented any relevant parts of my code.
  • (If applicable) I have added appropriate unit/feature tests.
  • (If applicable) I have updated the documentation accordingly (in English).

Additional Notes

Summary by Sourcery

Update project to version 1.0.0-b2, including adding a deploy-rs flake part, updating pre-commit hooks and treefmt defaults, and adding a nix-fast-build system doc. Fix issues with the builder hash, version typo, grammar, treefmt projectRootFile, and mapModules function. Refactor .envrc to include a shebang, resolve clippy warnings, and rename the PR template.

New Features:

  • Add a deploy-rs flake part.
  • Update pre-commit hooks and treefmt defaults.
  • Add a nix-fast-build system doc.
  • Add shebang to .envrc.
  • Update issue templates.
  • Add gh-actions-dependabot.

Tests:

  • Use SRI cargo hash instead.

Copy link

sourcery-ai bot commented Jan 20, 2025

Reviewer's Guide by Sourcery

This pull request bumps the version from 1.0.0-b1 to 1.0.0-b2 and includes several feature additions, fixes, and refactors. The changes primarily focus on updating the flake-parts, bootstrap, and builder components.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Added new features to flake-parts, including deploy-rs part, updated pre-commit-hooks and treefmt defaults, issue templates, gh-actions-dependabot, and nix-fast-build system documentation.
  • Added deploy-rs part to flake-parts.
  • Updated pre-commit-hooks default in flake-parts.
  • Updated treefmt defaults in flake-parts.
  • Updated issue templates in flake-parts.
  • Added gh-actions-dependabot to flake-parts.
  • Added nix-fast-build system documentation to flake-parts.
CHANGELOG.md
Implemented several fixes, including updating an old builder hash, correcting a version typo in the flake, fixing grammar in issues, correcting treefmt projectRootFile, fixing a mapModules function, and using an SRI cargo hash.
  • Updated old builder hash.
  • Fixed version typo in the flake.
  • Corrected grammar in issues.
  • Fixed treefmt projectRootFile in flake-parts.
  • Fixed mapModules function in _bootstrap.
  • Used SRI cargo hash in builder.
CHANGELOG.md
Refactored several components, including adding a shebang to .envrc, resolving clippy warnings in the builder, and renaming PR templates and gh-dependabot.
  • Added shebang to .envrc.
  • Resolved clippy warnings in builder.
  • Renamed PR template in project.
  • Renamed PR template in flake-parts.
  • Renamed to gh-dependabot in flake-parts.
CHANGELOG.md
Added .pre-commit-config.yaml to gitignore.
  • Added .pre-commit-config.yaml to gitignore.
CHANGELOG.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@tsandrini tsandrini merged commit 81641ef into main Jan 20, 2025
2 checks passed
@tsandrini tsandrini deleted the updates branch January 20, 2025 23:54
Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Hey @tsandrini - I've reviewed your changes - here's some feedback:

Overall Comments:

  • Please fill out the PR description template with details about testing and verification of these changes. This will help reviewers understand the context and impact of this version bump.
Here's what I looked at during the review
  • 🟡 General issues: 1 issue found
  • 🟢 Security: all looks good
  • 🟢 Testing: all looks good
  • 🟢 Complexity: all looks good
  • 🟢 Documentation: all looks good

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

- **bootstrap**: add shebang to .envrc
- **flake-parts**: update issue templates
- **flake-parts**: add gh-actions-dependabot
- **flake-parts**: add nix-fast-build system doc
Copy link

Choose a reason for hiding this comment

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

issue (typo): Typo: "doc" should be "docs"

Suggested change
- **flake-parts**: add nix-fast-build system doc
- **flake-parts**: add nix-fast-build system docs

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