Skip to content

v1.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Sep 13:15
· 14 commits to v1.x.x since this release
Immutable release. Only release title and notes can be modified.
v1.3.0
3bc144e

Frequenz Core Library Release Notes

Upgrading

  • If you used enum.DeprecatedMember directly anywhere, you should probably switch to using enum.deprecated_member instead, which will tag the member value with the appropriate type.

New Features

  • A new enum.deprecated_member function has been added to create deprecated enum members with proper typing.

What's Changed

  • Clear release notes by @llucax in #97
  • Add a deprecated_member() function to fix typing by @llucax in #98

Full Changelog: v1.2.0...v1.3.0