Skip to content

Conversation

@osinjoku
Copy link
Contributor

@osinjoku osinjoku commented Jan 30, 2026

Description

Bump major version on main

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Checklist

Please delete options that are not relevant.

  • I have read the CONTRIBUTING document
  • My code follows the style guidelines of this project
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have updated the documentation accordingly
  • I have added a note to CHANGELOG.md describing my changes
  • My changes generate no new warnings
  • Any dependent changes have been merged and published

Testing

Please describe the tests that you ran to verify your changes.

# Example test code
def test_my_feature():
    synergy = Synergy()
    result = synergy.my_feature()
    assert result == expected_value

Additional Notes

Add any other context about the pull request here.

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