v0.5.0: Supporting Our Community
·
6 commits
to main
since this release
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).