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: upgrade to dev5 #491

Merged
merged 1 commit into from
Dec 20, 2024
Merged

chore: upgrade to dev5 #491

merged 1 commit into from
Dec 20, 2024

Conversation

jamescalam
Copy link
Member

@jamescalam jamescalam commented Dec 20, 2024

PR Type

enhancement


Description

  • Updated the release version in the Sphinx documentation configuration file (conf.py) to 0.1.0.dev5.
  • Updated the __version__ variable in semantic_router/__init__.py to 0.1.0.dev5.
  • Updated the version field in pyproject.toml to 0.1.0.dev5.
  • These changes collectively upgrade the project version to 0.1.0.dev5.

Changes walkthrough 📝

Relevant files
Enhancement
conf.py
Update Sphinx documentation configuration for new release version

docs/source/conf.py

  • Updated the release variable from 0.1.0.dev4 to 0.1.0.dev5.
+1/-1     
__init__.py
Update package version in module initialization                   

semantic_router/init.py

  • Updated the __version__ variable from 0.1.0.dev4 to 0.1.0.dev5.
  • +1/-1     
    pyproject.toml
    Update project version in pyproject.toml                                 

    pyproject.toml

    • Updated the version field from 0.1.0.dev4 to 0.1.0.dev5.
    +1/-1     

    💡 PR-Agent usage: Comment /help "your question" on any pull request to receive relevant information

    Copy link

    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 Update
    Ensure that the release version update to 0.1.0.dev5 is consistent with the intended project versioning strategy and does not break any documentation references or links.

    Version Update
    Verify that the __version__ update to 0.1.0.dev5 aligns with the intended project versioning and does not introduce any compatibility issues.

    Version Update
    Confirm that the version field update to 0.1.0.dev5 is correctly reflected in the build and deployment processes.

    Copy link

    PR Code Suggestions ✨

    No code suggestions found for the PR.

    @jamescalam jamescalam merged commit 616d105 into main Dec 20, 2024
    7 checks passed
    @jamescalam jamescalam deleted the james/dev5 branch December 20, 2024 14:01
    Copy link

    codecov bot commented Dec 20, 2024

    Codecov Report

    All modified and coverable lines are covered by tests ✅

    Project coverage is 73.74%. Comparing base (6320f6d) to head (462b300).
    Report is 3 commits behind head on main.

    Additional details and impacted files
    @@            Coverage Diff             @@
    ##             main     #491      +/-   ##
    ==========================================
    - Coverage   73.77%   73.74%   -0.03%     
    ==========================================
      Files          43       43              
      Lines        3596     3596              
    ==========================================
    - Hits         2653     2652       -1     
    - Misses        943      944       +1     

    ☔ View full report in Codecov by Sentry.
    📢 Have feedback on the report? Share it here.

    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.

    1 participant