Skip to content

Releases: teobiton/issue-tracking

issue-tracking v0.9.0

20 May 23:41
Compare
Choose a tag to compare

First release of issue-tracking:

  • Takes a JSON as input and writes serialized data to csv
  • Allows the user to chose output filename
  • Filtering capacities on labels
  • Functioning and tested

issue-tracking v1.0.0

11 Jul 22:21
Compare
Choose a tag to compare

Second release of issue-tracking:

  • Can now take a repository name as input with "get"/"g" flag
  • Filtering capacities on dates and state
  • New option to print all labels from a repository
  • Added more tests