You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

196 lines
627 B

7 years ago
  1. # Changelog
  2. ## 0.2.0 (May 15, 2017)
  3. BREAKING CHANGES:
  4. - [common] NewBaseService takes the new logger
  5. FEATURES:
  6. - [cli] New library to standardize building command line tools
  7. - [log] New logging library
  8. BUG FIXES:
  9. - [autofile] Close file before rotating
  10. ## 0.1.0 (May 1, 2017)
  11. Initial release, combines what were previously independent repos:
  12. - go-autofile
  13. - go-clist
  14. - go-common
  15. - go-db
  16. - go-events
  17. - go-flowrate
  18. - go-logger
  19. - go-merkle
  20. - go-process