Cleanup for release

This commit is contained in:
Justin Hawkins 2023-03-15 04:33:48 +10:30
parent cf7efa70ee
commit c8f10e01c7
2 changed files with 1 additions and 4 deletions

View File

@ -2,9 +2,7 @@
All notable changes to this project will be documented in this file.
## [Unreleased]
## [v0.6.0] - 2023-03-09
## [v0.6.0] - 2023-03-15
- Configurable destinations for downloads
- Multiple destination directories can be configured

View File

@ -26,7 +26,6 @@ type Manager struct {
}
func (m *Manager) GetInfo() Info {
// log.Print("getting info... b4 lock")
m.lock.Lock()
defer m.lock.Unlock()