Release v3.2.0 contains a breaking change: IntFlag previously used an int64, but now uses an int. Also see #2094 (comment)
Can you maybe release a 4.x version or mention this more prominently in release notes? Currently the only indicator is the exclamation mark in feat!: add more integers and unsigned integers, which is easy to miss.
If someone's searching how to fix this: simply change to Int64Flag
Release v3.2.0 contains a breaking change:
IntFlagpreviously used anint64, but now uses anint. Also see #2094 (comment)Can you maybe release a 4.x version or mention this more prominently in release notes? Currently the only indicator is the exclamation mark in
feat!: add more integers and unsigned integers, which is easy to miss.If someone's searching how to fix this: simply change to
Int64Flag