Skip to content

v1.0.0

Compare
Choose a tag to compare
@bytexenon bytexenon released this 15 Nov 00:37
· 12 commits to main since this release

🚀 Enhancements

  • Initial commit (e21c6ba)
  • Add .gitignore file (58f5f56)
  • Add MIT License (81310d7)
  • Add README.md with project description and installation instructions (6be4a22)
  • Update Github class to use gh CLI for authentication and API calls (440b8ac)

💅 Refactors

  • Move Github class to a separate module (2ff39bc)
  • Remove unused HTTPBasicAuth import (d01813c)
  • Restructure package and fix module import (610db20)

📖 Documentation

  • README: Update installation instructions (0085da0)
  • README: Improve feature descriptions (b12b867)
  • README: Improve phrasing for interactive actions (f71d394)

🏡 Chore

  • Reorganize project's file structure (34f841a)
  • Remove redundant .env file (27d6a4f)

🤖 CI

  • Add GitHub Actions workflow for publishing package to PyPi (74d7c8c)

❤️ Contributors