Comparing Changes: v0.4.0...v0.5.1
Feature
- 🌟 feat(README.md): Document reuse_agent parameter and behavior ca4dd54
- 🌟 feat(persistent_ssh_agent/core.py): Add reuse_agent parameter to PersistentSSHAgent constructor ec08e7a
Improve
- 🐝 refactor(persistent_ssh_agent/core.py): Refactor and clean up PersistentSSHAgent class d7dfb1d
Misc
- 💄 chore: Update GitHub Actions workflows for Codecov and MR Checks 62d7073
- 💄 chore: Update target versions in pyproject.toml to include py313 07bff98
- 💄 chore: Update GitHub Actions workflows for documentation and MR tests 5d6e946
- 💄 chore: Update pre-commit configuration and add Python 3.9 support
Update .pre-commit-config.yaml to use 'pre-commit' stage, add Python 3.9 compatibility checks in persistent_ssh_agent/core.py, update test_core.py with new tests, and modify pyproject.toml and README.md accordingly. 4493bf5 - 💄 chore: Refactor optional-dependencies to groups in pyproject.toml
Move optional-dependencies to groups for better organization and clarity. 869d601