Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 2.22 KB

CHANGELOG.md

File metadata and controls

40 lines (21 loc) · 2.22 KB

Changelog

1.1.3 (2024-07-30)

Bug Fixes

  • remove unused release-please param (#78) (383091d)

1.1.2 (2024-06-03)

Bug Fixes

  • update flush func to respect log level and add new line (#73) (e503488)

1.1.1 (2024-05-24)

Bug Fixes

  • remove bugged SetOuput and allow to create new logger instance (#71) (f8ec6fb)

1.1.0 (2024-05-21)

Features

Bug Fixes

  • change Manager interface, remove fatal with defer in place (24a0f6f)
  • Global scope in local scope (should be project) (fab3765)
  • success message and implicit dependencies (2ad5504)
  • traverse the whole path to find project config (0234848)
  • various fixes after refactor (bc081ef)
  • wrong logging on exit (ca1137e)