Skip to content

v0.5.0: Supporting Our Community

Compare
Choose a tag to compare
@ProgrammingIncluded ProgrammingIncluded released this 22 Nov 09:37
· 6 commits to main since this release
201259f

Many thanks to those who have contributed! This release attempts to modularize and add a few changes/guidelines to help aid in the community effort in this project. It also renames our project to make finding from existing tools easier.

Changes

  • Added modularization of code in src/.
  • Added binaries in bin/.
  • Changed project name from BirdWatch -> Twitter Bird Watcher (TBWatcher)
  • Added better logging support via logging module.
  • Added standardization for CHANGELOG.
  • Added better CLI help groups.
  • Fixed README Typos and Divide by Zero Error (@Jmallone).