Skip to content

Conversation

@misrasaurabh1
Copy link
Contributor

@misrasaurabh1 misrasaurabh1 commented Jun 9, 2025

PR Type

Other


Description

  • Bump version to 0.14.0

  • Update LICENSE version to 0.14.x

  • Adjust license change date to 2029-06-09


Changes walkthrough 📝

Relevant files
Configuration changes
version.py
Version bump to 0.14.0                                                                     

codeflash/version.py

  • Updated __version__ to "0.14.0"
  • Updated __version_tuple__ to (0, 14, 0)
  • +2/-2     
    LICENSE
    Update license version and date                                                   

    codeflash/LICENSE

  • Updated Licensed Work version to 0.14.x
  • Changed license Change Date to 2029-06-09
  • +2/-2     

    Need help?
  • Type /help how to ... in the comments thread for any questions about PR-Agent usage.
  • Check out the documentation for more information.
  • @misrasaurabh1 misrasaurabh1 merged commit 62a4575 into main Jun 9, 2025
    17 checks passed
    @github-actions
    Copy link

    github-actions bot commented Jun 9, 2025

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ Recommended focus areas for review

    Version Consistency

    Ensure the bumped __version__ and __version_tuple__ align with your packaging and release automation (e.g., poetry-dynamic-versioning) and that all references elsewhere (docs, CI) have been updated accordingly.

    __version__ = "0.14.0"
    __version_tuple__ = (0, 14, 0)
    License Change Date

    Verify that the new Change Date: 2029-06-09 follows project policy and that any downstream processes consuming the license file recognize the updated date format.

    Change Date:          2029-06-09

    @github-actions
    Copy link

    github-actions bot commented Jun 9, 2025

    PR Code Suggestions ✨

    No code suggestions found for the PR.

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    2 participants