v1.0.2
Frequenz Core Library Release Notes
Bug Fixes
BaseIdwill now log instead of raising a warning when a duplicate prefix is detected. This is to fix a problem with code examples being tested using sybil and the class being imported multiple times, which caused the exception to be raised. We first tried to usewarn()but that complicated the building process for all downstream projects, requiring them to add an exception for exactly this warning.
What's Changed
Full Changelog: v1.0.1...v1.0.2