Release v0.0.12
Fix forecast lookup by parsing crop id as ObjectId.
- Parse the crop path parameter as a MongoDB ObjectId in /forecast/{crop}
- Return an empty list for invalid crop ids instead of erroring
- Remove debug logging from the forecast endpoint
Fix forecast lookup by parsing crop id as ObjectId.