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.6.7 #1086

Merged
merged 2 commits into from
Dec 24, 2024
Merged

chore: Release v0.6.7 #1086

merged 2 commits into from
Dec 24, 2024

Conversation

tushar-composio
Copy link
Collaborator

@tushar-composio tushar-composio commented Dec 24, 2024

Important

Bump version to 0.6.7 across core package, plugins, and Dockerfile for new release.

  • Version Update:
    • Bump version to 0.6.7 in __version__.py.
    • Update composio_core version to 0.6.7 in setup.py and Dockerfile.
    • Update version to 0.6.7 in setup.py for plugins: autogen, camel, claude, crew_ai, google, griptape, julep, langchain, langgraph, llamaindex, lyzr, openai, phidata, praisonai.
    • Update swekit version to 0.3.8 in swe/setup.py.

This description was created by Ellipsis for 6e2f9f8. It will automatically update as commits are pushed.

Copy link

vercel bot commented Dec 24, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
composio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 24, 2024 1:55pm

Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

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

👍 Looks good to me! Reviewed everything up to 6e2f9f8 in 12 seconds

More details
  • Looked at 245 lines of code in 18 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. python/dockerfiles/Dockerfile:19
  • Draft comment:
    The RUN export PATH=$PATH:$(pwd)/.composio/venv/bin command will not persist the PATH update across different RUN commands. Consider using ENV to set the PATH variable instead.
  • Reason this comment was not posted:
    Confidence changes required: 50%
    The PR is primarily about version updates across multiple files. The changes are consistent and align with the PR title. However, there is a minor issue in the Dockerfile regarding the PATH update which won't persist across RUN commands.

Workflow ID: wflow_CkGZ4sicZZ9IaxEl


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

@shreysingla11
Copy link
Collaborator

Code Review Summary

This PR implements version bumps across all components of the Composio ecosystem:

  1. Core Changes:

    • Main package version: 0.6.6 → 0.6.7
    • SWE kit version: 0.3.7 → 0.3.8
    • All plugins version: 0.6.6 → 0.6.7
  2. Files Modified:

    • Core version file
    • Docker configuration
    • 14 plugin setup files
    • Main setup.py
    • SWE setup.py
  3. Quality Assessment:
    ✅ Version numbers are consistently updated
    ✅ Changes follow semantic versioning
    ✅ All dependent components are properly aligned
    ✅ No breaking changes introduced

Overall, this is a clean and well-structured version bump PR that maintains consistency across all components. The changes are minimal and focused on version updates only.

@tushar-composio tushar-composio merged commit 6594302 into master Dec 24, 2024
23 checks passed
@tushar-composio tushar-composio deleted the release/v0.6.7 branch December 24, 2024 13:57
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.

2 participants