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 v0.5.1 #139

Merged
merged 1 commit into from
Oct 24, 2024
Merged

chore: release v0.5.1 #139

merged 1 commit into from
Oct 24, 2024

Conversation

sd2k
Copy link
Collaborator

@sd2k sd2k commented Oct 22, 2024

πŸ€– New release

  • augurs: 0.5.0 -> 0.5.1 (βœ“ API compatible changes)
  • augurs-changepoint: 0.5.0 -> 0.5.1 (βœ“ API compatible changes)
  • augurs-core: 0.5.0 -> 0.5.1 (βœ“ API compatible changes)
  • augurs-clustering: 0.5.0 -> 0.5.1 (βœ“ API compatible changes)
  • augurs-dtw: 0.5.0 -> 0.5.1 (βœ“ API compatible changes)
  • augurs-ets: 0.5.0 -> 0.5.1 (βœ“ API compatible changes)
  • augurs-mstl: 0.5.0 -> 0.5.1 (βœ“ API compatible changes)
  • augurs-forecaster: 0.5.0 -> 0.5.1 (βœ“ API compatible changes)
  • augurs-outlier: 0.5.0 -> 0.5.1 (βœ“ API compatible changes)
  • augurs-prophet: 0.5.0 -> 0.5.1 (βœ“ API compatible changes)
  • augurs-seasons: 0.5.0 -> 0.5.1 (βœ“ API compatible changes)
Changelog

augurs

0.5.1 - 2024-10-24

Other

  • define lints in Cargo.toml instead of each crate's lib.rs (#138)

augurs-changepoint

0.5.1 - 2024-10-24

Other

  • define lints in Cargo.toml instead of each crate's lib.rs (#138)

augurs-core

0.5.1 - 2024-10-24

Other

  • define lints in Cargo.toml instead of each crate's lib.rs (#138)

augurs-clustering

0.5.1 - 2024-10-24

Other

  • define lints in Cargo.toml instead of each crate's lib.rs (#138)

augurs-dtw

0.5.1 - 2024-10-24

Other

  • define lints in Cargo.toml instead of each crate's lib.rs (#138)

augurs-ets

0.5.1 - 2024-10-24

Other

  • define lints in Cargo.toml instead of each crate's lib.rs (#138)

augurs-mstl

0.5.1 - 2024-10-24

Other

  • define lints in Cargo.toml instead of each crate's lib.rs (#138)

augurs-forecaster

0.5.1 - 2024-10-24

Other

  • define lints in Cargo.toml instead of each crate's lib.rs (#138)

augurs-outlier

0.5.1 - 2024-10-24

Other

  • define lints in Cargo.toml instead of each crate's lib.rs (#138)

augurs-prophet

0.5.1 - 2024-10-24

Fixed

  • do matrix multiplication for feature calculation properly

Other

  • define lints in Cargo.toml instead of each crate's lib.rs (#138)

augurs-seasons

0.5.1 - 2024-10-24

Other

  • define lints in Cargo.toml instead of each crate's lib.rs (#138)


This PR was generated with release-plz.

Summary by CodeRabbit

  • New Features

    • Updated all workspace package dependencies to version 0.5.1, ensuring consistency across components.
  • Bug Fixes

    • Resolved issues related to lint definitions by moving them to the Cargo.toml file for better management.
  • Documentation

    • Changelogs for all components updated to reflect new version entries and significant changes.

Copy link
Contributor

coderabbitai bot commented Oct 22, 2024

Walkthrough

The pull request includes updates to the Cargo.toml file, reflecting a version increment of the workspace package from 0.5.0 to 0.5.1. All workspace dependencies have also been updated to this new version. Additionally, the changelogs for various crates within the workspace have been modified to document the new version, emphasizing a change in lint configuration management, which now occurs in the Cargo.toml instead of individual crate files.

Changes

File Path Change Summary
Cargo.toml Updated workspace package version from 0.5.0 to 0.5.1. All dependencies updated from 0.5.0 to 0.5.1.
crates/augurs-changepoint/CHANGELOG.md Added version entry for 0.5.1, noting lint configuration change.
crates/augurs-clustering/CHANGELOG.md Added version entry for 0.5.1, noting lint configuration change.
crates/augurs-core/CHANGELOG.md Added version entry for 0.5.1, noting lint configuration change.
crates/augurs-dtw/CHANGELOG.md Added version entry for 0.5.1, noting lint configuration change.
crates/augurs-ets/CHANGELOG.md Added version entry for 0.5.1, noting lint configuration change.
crates/augurs-forecaster/CHANGELOG.md Added version entry for 0.5.1, noting lint configuration change.
crates/augurs-mstl/CHANGELOG.md Added version entry for 0.5.1, noting lint configuration change.
crates/augurs-outlier/CHANGELOG.md Added version entry for 0.5.1, noting lint configuration change.
crates/augurs-prophet/CHANGELOG.md Added version entry for 0.5.1, noting lint configuration change.
crates/augurs-seasons/CHANGELOG.md Added version entry for 0.5.1, noting lint configuration change.
crates/augurs/CHANGELOG.md Added version entry for 0.5.1, noting lint configuration change.

Possibly related PRs

  • chore: releaseΒ #96: This PR involves updating the Cargo.toml file for the augurs project, changing the version specifications for the main crate and its dependencies, similar to the version updates in the main PR.
  • chore: bump to v0.3.1Β #103: This PR also updates the Cargo.toml file, incrementing the version numbers for the workspace package and its dependencies, which aligns with the version increments in the main PR.
  • chore: release v0.4.1Β #132: This PR reflects a version bump for the workspace package and its dependencies, consistent with the changes made in the main PR.
  • chore: release v0.4.2Β #133: Similar to the main PR, this PR updates the Cargo.toml file to reflect a new versioning scheme for the workspace and its dependencies.
  • chore: release v0.5.0Β #137: This PR updates the Cargo.toml file to increment the version of the workspace package and its dependencies, mirroring the version updates in the main PR.

πŸ‡ In the meadow, the rabbits hop,
With version numbers, they never stop.
From 0.5.0 to 0.5.1,
All dependencies, now in the sun!
Lints in Cargo.toml, oh what a sight,
Hopping with joy, everything feels right! 🌼


πŸ“œ Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL

πŸ“₯ Commits

Files that changed from the base of the PR and between d444df6 and 3e27b15.

πŸ“’ Files selected for processing (12)
  • Cargo.toml (2 hunks)
  • crates/augurs-changepoint/CHANGELOG.md (1 hunks)
  • crates/augurs-clustering/CHANGELOG.md (1 hunks)
  • crates/augurs-core/CHANGELOG.md (1 hunks)
  • crates/augurs-dtw/CHANGELOG.md (1 hunks)
  • crates/augurs-ets/CHANGELOG.md (1 hunks)
  • crates/augurs-forecaster/CHANGELOG.md (1 hunks)
  • crates/augurs-mstl/CHANGELOG.md (1 hunks)
  • crates/augurs-outlier/CHANGELOG.md (1 hunks)
  • crates/augurs-prophet/CHANGELOG.md (1 hunks)
  • crates/augurs-seasons/CHANGELOG.md (1 hunks)
  • crates/augurs/CHANGELOG.md (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (12)
  • Cargo.toml
  • crates/augurs-changepoint/CHANGELOG.md
  • crates/augurs-clustering/CHANGELOG.md
  • crates/augurs-core/CHANGELOG.md
  • crates/augurs-dtw/CHANGELOG.md
  • crates/augurs-ets/CHANGELOG.md
  • crates/augurs-forecaster/CHANGELOG.md
  • crates/augurs-mstl/CHANGELOG.md
  • crates/augurs-outlier/CHANGELOG.md
  • crates/augurs-prophet/CHANGELOG.md
  • crates/augurs-seasons/CHANGELOG.md
  • crates/augurs/CHANGELOG.md

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❀️ Share
πŸͺ§ Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🧹 Outside diff range and nitpick comments (3)
crates/augurs-core/CHANGELOG.md (1)

9-13: Suggest improvements to the changelog entry

The new changelog entry for version 0.5.1 is mostly correct and consistent with the PR objectives. However, there are a couple of minor improvements that could be made:

  1. The entry is currently under the [Unreleased] section. Since it has a specific release date (2024-10-22), it should be moved out of the [Unreleased] section.
  2. The change is categorized under "Other", which is not a standard category in the Keep a Changelog format. Consider using a more specific category like "Changed" or "Maintenance".

Here's a suggested revision:

## [0.5.1](https://github.com/grafana/augurs/compare/augurs-core-v0.5.0...augurs-core-v0.5.1) - 2024-10-22

### Changed

- Define lints in Cargo.toml instead of each crate's lib.rs ([#138](https://github.com/grafana/augurs/pull/138))

## [Unreleased]

This revision moves the 0.5.1 entry out of the [Unreleased] section and uses the "Changed" category, which better reflects the nature of the modification.

crates/augurs-mstl/CHANGELOG.md (1)

9-13: LGTM! Consider adding a brief explanation of the impact.

The changelog entry for version 0.5.1 is well-formatted and accurately describes the change. It follows the Keep a Changelog format and provides a clear reference to the related pull request.

Consider adding a brief explanation of the impact or benefit of this change. For example:

 ### Other

- define lints in Cargo.toml instead of each crate's lib.rs ([#138](https://github.com/grafana/augurs/pull/138))
+ - define lints in Cargo.toml instead of each crate's lib.rs, improving maintainability and consistency across the project ([#138](https://github.com/grafana/augurs/pull/138))

This addition would provide more context for users and developers about the rationale behind the change.

crates/augurs-ets/CHANGELOG.md (1)

9-13: LGTM! Consider adding more details to the changelog entry.

The new changelog entry for version 0.5.1 is well-structured and follows the Keep a Changelog format. It accurately reflects the changes mentioned in the PR objectives.

Consider adding a brief explanation of why this change was made and its potential impact on developers. For example:

### Other

- Define lints in Cargo.toml instead of each crate's lib.rs ([#138](https://github.com/grafana/augurs/pull/138))
  This change centralizes lint configurations, making it easier to maintain consistent code style across the project.

This additional context can help users understand the rationale behind the change.

πŸ“œ Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

πŸ“₯ Commits

Files that changed from the base of the PR and between 57f4d6b and d444df6.

πŸ“’ Files selected for processing (12)
  • Cargo.toml (2 hunks)
  • crates/augurs-changepoint/CHANGELOG.md (1 hunks)
  • crates/augurs-clustering/CHANGELOG.md (1 hunks)
  • crates/augurs-core/CHANGELOG.md (1 hunks)
  • crates/augurs-dtw/CHANGELOG.md (1 hunks)
  • crates/augurs-ets/CHANGELOG.md (1 hunks)
  • crates/augurs-forecaster/CHANGELOG.md (1 hunks)
  • crates/augurs-mstl/CHANGELOG.md (1 hunks)
  • crates/augurs-outlier/CHANGELOG.md (1 hunks)
  • crates/augurs-prophet/CHANGELOG.md (1 hunks)
  • crates/augurs-seasons/CHANGELOG.md (1 hunks)
  • crates/augurs/CHANGELOG.md (1 hunks)
βœ… Files skipped from review due to trivial changes (7)
  • crates/augurs-changepoint/CHANGELOG.md
  • crates/augurs-clustering/CHANGELOG.md
  • crates/augurs-dtw/CHANGELOG.md
  • crates/augurs-forecaster/CHANGELOG.md
  • crates/augurs-prophet/CHANGELOG.md
  • crates/augurs-seasons/CHANGELOG.md
  • crates/augurs/CHANGELOG.md
🧰 Additional context used
πŸ”‡ Additional comments (11)
Cargo.toml (11)

15-15: LGTM: Version update is consistent with release objectives.

The workspace package version has been correctly updated to "0.5.1", which aligns with the release objectives stated in the PR summary.


26-26: LGTM: Dependency version update is correct.

The augurs-changepoint dependency version has been properly updated to "0.5.1", maintaining consistency with the workspace package version.


27-27: LGTM: Dependency version update is correct.

The augurs-clustering dependency version has been properly updated to "0.5.1", maintaining consistency with the workspace package version.


28-28: LGTM: Dependency version update is correct.

The augurs-core dependency version has been properly updated to "0.5.1", maintaining consistency with the workspace package version.


29-29: LGTM: Dependency version update is correct.

The augurs-dtw dependency version has been properly updated to "0.5.1", maintaining consistency with the workspace package version.


30-30: LGTM: Dependency version update is correct.

The augurs-ets dependency version has been properly updated to "0.5.1", maintaining consistency with the workspace package version.


31-31: LGTM: Dependency version update is correct.

The augurs-forecaster dependency version has been properly updated to "0.5.1", maintaining consistency with the workspace package version.


32-32: LGTM: Dependency version update is correct.

The augurs-mstl dependency version has been properly updated to "0.5.1", maintaining consistency with the workspace package version.


33-33: LGTM: Dependency version update is correct.

The augurs-outlier dependency version has been properly updated to "0.5.1", maintaining consistency with the workspace package version.


34-34: LGTM: Dependency version update is correct.

The augurs-prophet dependency version has been properly updated to "0.5.1", maintaining consistency with the workspace package version.


35-35: LGTM: Dependency version update is correct.

The augurs-seasons dependency version has been properly updated to "0.5.1", maintaining consistency with the workspace package version.

Summary of Cargo.toml changes:
All version updates in this file are consistent and align with the PR objectives for releasing version 0.5.1. The workspace package version and all relevant dependency versions have been updated from 0.5.0 to 0.5.1. No unintended changes were observed.

Comment on lines 9 to 13
## [0.5.1](https://github.com/grafana/augurs/compare/augurs-outlier-v0.5.0...augurs-outlier-v0.5.1) - 2024-10-22

### Other

- define lints in Cargo.toml instead of each crate's lib.rs ([#138](https://github.com/grafana/augurs/pull/138))
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue

Approve the new changelog entry with a minor date correction.

The new changelog entry for version 0.5.1 is well-structured and follows the Keep a Changelog format. The content accurately reflects the changes mentioned in the PR objectives, specifically the change in lint definition location.

However, there's a minor issue to address:

The release date is set to 2024-10-22, which is in the future. Please update it to the current date or remove the date if the release is not yet published.

Consider applying this change:

-## [0.5.1](https://github.com/grafana/augurs/compare/augurs-outlier-v0.5.0...augurs-outlier-v0.5.1) - 2024-10-22
+## [0.5.1](https://github.com/grafana/augurs/compare/augurs-outlier-v0.5.0...augurs-outlier-v0.5.1) - 2024-10-23

Or, if the release is not yet published:

-## [0.5.1](https://github.com/grafana/augurs/compare/augurs-outlier-v0.5.0...augurs-outlier-v0.5.1) - 2024-10-22
+## [0.5.1](https://github.com/grafana/augurs/compare/augurs-outlier-v0.5.0...augurs-outlier-v0.5.1)
πŸ“ Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
## [0.5.1](https://github.com/grafana/augurs/compare/augurs-outlier-v0.5.0...augurs-outlier-v0.5.1) - 2024-10-22
### Other
- define lints in Cargo.toml instead of each crate's lib.rs ([#138](https://github.com/grafana/augurs/pull/138))
## [0.5.1](https://github.com/grafana/augurs/compare/augurs-outlier-v0.5.0...augurs-outlier-v0.5.1) - 2024-10-23
### Other
- define lints in Cargo.toml instead of each crate's lib.rs ([#138](https://github.com/grafana/augurs/pull/138))

@github-actions github-actions bot force-pushed the release-plz-2024-10-22T11-25-24Z branch from d444df6 to 3e27b15 Compare October 24, 2024 11:36
@sd2k sd2k closed this Oct 24, 2024
@sd2k sd2k reopened this Oct 24, 2024
@sd2k sd2k enabled auto-merge (squash) October 24, 2024 11:39
@sd2k sd2k merged commit b4a8cd9 into main Oct 24, 2024
21 checks passed
@sd2k sd2k deleted the release-plz-2024-10-22T11-25-24Z branch October 24, 2024 11:42
@coderabbitai coderabbitai bot mentioned this pull request Nov 21, 2024
This was referenced Dec 9, 2024
@coderabbitai coderabbitai bot mentioned this pull request Jan 6, 2025
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