SeleniumHQ / selenium

A browser automation framework and ecosystem.
https://selenium.dev
Apache License 2.0
29.73k stars 8.02k forks source link

[rust] Update Rust changelog for version 0.4.22 #14169

Closed bonigarcia closed 1 week ago

bonigarcia commented 1 week ago

User description

Description

This PR update the Rust changelog for version 0.4.22.

Motivation and Context

Part of the release 4.22.

Types of changes

Checklist


PR Type

Documentation


Description


Changes walkthrough 📝

Relevant files
Documentation
CHANGELOG.md
Update Rust changelog for version 0.4.22                                 

rust/CHANGELOG.md
  • Added changelog entries for version 0.4.22.
  • Listed new features, optimizations, and dependency updates.
  • +12/-0   

    💡 PR-Agent usage: Comment /help on the PR to get a list of all available PR-Agent tools and their descriptions

    codiumai-pr-agent-pro[bot] commented 1 week ago

    PR Reviewer Guide 🔍

    ⏱️ Estimated effort to review [1-5] 1
    🧪 Relevant tests No
    🔒 Security concerns No
    ⚡ Key issues to review None
    codiumai-pr-agent-pro[bot] commented 1 week ago

    PR Code Suggestions ✨

    CategorySuggestion                                                                                                                                    Score
    Best practice
    Add a date to the new version entry for consistency and clarity ___ **To maintain consistency with the previous version entries, consider adding a date for the
    new version 0.4.22. This helps users understand when the changes were made.** [rust/CHANGELOG.md [1-2]](https://github.com/SeleniumHQ/selenium/pull/14169/files#diff-9f0bc9212c4e423973a1e88a1ba3af413d42b4935ca6e2e42de677a8cf2fa4b6R1-R2) ```diff -0.4.22 +0.4.22 - YYYY-MM-DD ====== ``` - [ ] **Apply this suggestion**
    Suggestion importance[1-10]: 7 Why: Adding a date to the version entry in the changelog enhances clarity and maintains consistency with typical changelog formats, although the previous version shown does not include a date.
    7
    titusfortner commented 1 week ago

    Ooh, I changed the script then missed this piece. Thanks for catching, I'll figure out the fix for next time.