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.0 #137

Merged
merged 1 commit into from
Oct 18, 2024
Merged

chore: release v0.5.0 #137

merged 1 commit into from
Oct 18, 2024

Conversation

sd2k
Copy link
Collaborator

@sd2k sd2k commented Oct 18, 2024

🤖 New release

This release bumps the version of all packages to v0.5.0.

There are no changes to the Rust crates, but the JS library has had a significant API overhaul,
and the versions are currently all in sync.

Summary by CodeRabbit

  • New Features
    • Updated workspace version to 0.5.0 for improved consistency across dependencies.
    • Added changelog entries for version 0.5.0 across multiple components, documenting changes and enhancements.
  • Bug Fixes
    • Notable fixes in the associated JavaScript packages that may affect functionality.
  • Documentation
    • Changelogs have been updated to reflect the latest version changes and enhancements.

Copy link
Contributor

coderabbitai bot commented Oct 18, 2024

Walkthrough

The pull request involves significant updates to the Cargo.toml file, where the workspace package version is incremented from 0.4.3 to 0.5.0. All dependencies within the workspace, previously set to 0.4.3, are also updated to 0.5.0. Additionally, changelogs for various crates have been revised to reflect the new version, noting that the updates primarily address breaking changes in an associated JavaScript package rather than changes to the Rust crates themselves.

Changes

File Path Change Summary
Cargo.toml Updated workspace version from 0.4.3 to 0.5.0. Updated dependencies (augurs-*) to version 0.5.0.
crates/augurs-changepoint/CHANGELOG.md Added version entry for 0.5.0 (unreleased), noting no changes to the Rust crate.
crates/augurs-clustering/CHANGELOG.md Added version entry for 0.5.0 (unreleased), noting no changes to the Rust crate.
crates/augurs-core/CHANGELOG.md Added version entry for 0.5.0 (unreleased), noting no changes to the Rust crate.
crates/augurs-ets/CHANGELOG.md Added version entry for 0.5.0 (unreleased), noting no changes to the Rust crate.
crates/augurs-forecaster/CHANGELOG.md Added version entry for 0.5.0 (unreleased), noting no changes to the Rust crate.
crates/augurs-js/CHANGELOG.md Added version entry for 0.5.0, highlighting breaking changes in the JavaScript package.
crates/augurs-mstl/CHANGELOG.md Added version entry for 0.5.0 (unreleased), noting no changes to the Rust crate.
crates/augurs-outlier/CHANGELOG.md Added version entry for 0.5.0 (unreleased), noting no changes to the Rust crate.
crates/augurs-prophet/CHANGELOG.md Added version entry for 0.5.0 (unreleased), noting no changes to the Rust crate.
crates/augurs-seasons/CHANGELOG.md Added version entry for 0.5.0 (unreleased), noting no changes to the Rust crate.
crates/augurs-testing/CHANGELOG.md Added version entry for 0.5.0 (unreleased), noting no changes to the Rust crate.
crates/augurs/CHANGELOG.md Added version entry for 0.5.0, noting breaking changes in the JavaScript package.

Possibly related PRs

  • chore: release #96: Involves a version update in the Cargo.toml file for the augurs project, similar to the main PR's focus on updating versions across multiple dependencies.
  • chore: release v0.4.1 #132: Updates the Cargo.toml file to reflect a new version (0.4.1) for the workspace package and its dependencies, aligning with the version update theme of the main PR.
  • chore: release v0.4.3 #134: Continues the pattern of version updates, moving from 0.4.2 to 0.4.3 for the workspace package and its dependencies, directly relating to the versioning strategy outlined in the main PR.

🐰 In the meadow where bunnies hop,
New versions bloom, we can't stop!
From 0.4.3 to 0.5.0,
All dependencies in a row!
With changelogs bright and clear,
We celebrate with a happy cheer! 🎉


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.

@sd2k sd2k enabled auto-merge (squash) October 18, 2024 08:39
@sd2k sd2k merged commit 08d03d6 into main Oct 18, 2024
21 checks passed
@sd2k sd2k deleted the release-0.5.0 branch October 18, 2024 08:44
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: 0

🧹 Outside diff range and nitpick comments (4)
crates/augurs-js/CHANGELOG.md (2)

9-14: Version jump and changelog content review

The changelog entry for version 0.5.0 is a significant update from the previous 0.1.0-alpha.0 version. This aligns well with the PR objectives, which mention a "significant API overhaul" for the JavaScript library. The content effectively communicates the nature of changes:

  1. Breaking changes are mentioned, which is crucial for users updating their dependencies.
  2. API ergonomics improvements are highlighted, indicating a focus on usability.
  3. The addition of tests for JavaScript APIs is noted, suggesting improved reliability.

However, consider the following suggestions to enhance the changelog:

  1. Provide more specific details about the breaking changes to help users with migration.
  2. Include examples of API improvements if possible.
  3. Consider adding a "Breaking Changes" section to clearly separate these from other updates.

Would you like assistance in expanding the changelog with more detailed information?


9-14: Formatting and adherence to changelog standards

The new entry follows the Keep a Changelog format correctly:

  1. It uses the correct header format: ## [0.5.0] - 2024-10-18
  2. The date is in the recommended YYYY-MM-DD format.
  3. The content is descriptive and focuses on the changes that matter to users.

To further improve adherence to the standard:

  1. Consider adding subsections like "Added", "Changed", or "Breaking Changes" to categorize the updates more clearly.
  2. If possible, include links to relevant issues or pull requests for each significant change.

Would you like assistance in restructuring the changelog entry to include these subsections?

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

9-13: LGTM with minor suggestions.

The new changelog entry is well-structured and consistent with the PR objectives. It clearly states that there are no changes to the Rust crate and explains the reason for the version bump. However, I have a couple of suggestions for improvement:

  1. The comparison URL in the header seems to be reversed. Consider changing it to:

    ## [0.5.0](https://github.com/grafana/augurs/compare/augurs-outlier-v0.4.3...augurs-outlier-v0.5.0) - 2024-10-18
  2. To enhance traceability, consider adding a link to the JavaScript package changes that necessitated this version bump. This could be helpful for users who want to understand the full context of the release.

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

9-13: LGTM! Consider adding a link to the JavaScript package changes.

The changelog entry for version 0.5.0 is well-formatted and clearly explains the reason for the version bump. It follows the Keep a Changelog format and is correctly placed at the top of the changelog.

To improve traceability, consider adding a link to the JavaScript package changes or the relevant pull request that introduced the breaking changes. This would help users understand the context of this version bump more easily.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

📥 Commits

Files that changed from the base of the PR and between 7fe33a8 and f390f70.

📒 Files selected for processing (13)
  • 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-ets/CHANGELOG.md (1 hunks)
  • crates/augurs-forecaster/CHANGELOG.md (1 hunks)
  • crates/augurs-js/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-testing/CHANGELOG.md (1 hunks)
  • crates/augurs/CHANGELOG.md (1 hunks)
✅ Files skipped from review due to trivial changes (9)
  • crates/augurs-changepoint/CHANGELOG.md
  • crates/augurs-clustering/CHANGELOG.md
  • crates/augurs-ets/CHANGELOG.md
  • crates/augurs-forecaster/CHANGELOG.md
  • crates/augurs-mstl/CHANGELOG.md
  • crates/augurs-prophet/CHANGELOG.md
  • crates/augurs-seasons/CHANGELOG.md
  • crates/augurs-testing/CHANGELOG.md
  • crates/augurs/CHANGELOG.md
🧰 Additional context used
🔇 Additional comments (3)
Cargo.toml (3)

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

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


Line range hint 1-77: Summary: Version updates are appropriate and consistent.

The changes in this file are limited to version updates, which is appropriate for a release PR. All relevant versions have been updated from 0.4.3 to 0.5.0, maintaining consistency across the workspace and its dependencies. These changes align well with the PR objectives of bumping all package versions to v0.5.0 and synchronizing versions.

Given that the PR description mentions no changes to the Rust crates, these version updates appear to be primarily for maintaining version consistency across the project, which is a good practice.


26-35: LGTM: Dependency versions consistently updated.

All augurs-related workspace dependencies have been correctly updated to version 0.5.0, maintaining consistency with the workspace package version. This is a good practice for version management within a workspace.

To ensure all necessary dependencies have been updated, please run the following verification script:

This script will search for any augurs-related dependencies that are not set to version 0.5.0. If the script returns no results, all dependencies have been correctly updated.

✅ Verification successful

Re-running Verification with PCRE2 Enabled

Please execute the following script to verify that all augurs-related dependencies are updated to version 0.5.0:


Verification Successful: All augurs-related dependencies are updated to version 0.5.0.

The verification script did not find any dependencies with versions other than 0.5.0, ensuring consistency across all augurs-related workspace dependencies.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify all augurs-related dependencies are updated to 0.5.0

# Test: Check for any remaining 0.4.3 versions or inconsistent versions
rg --type toml 'augurs-\w+ = \{ version = "(?!0\.5\.0)' Cargo.toml

Length of output: 337


Script:

#!/bin/bash
# Description: Verify all augurs-related dependencies are updated to 0.5.0 using PCRE2

# Test: Check for any remaining versions other than 0.5.0
rg --pcre2 --type toml 'augurs-\w+ = \{ version = "(?!0\.5\.0)' Cargo.toml

Length of output: 76

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