v2.0.0
Immutable
release. Only release title and notes can be modified.
2.0.0 (2026-07-06)
⚠ BREAKING CHANGES
_preStake/_preWithdraw/_preDistributeare removed._stake,_withdraw,_distributenow acceptuint128liquidity directly, so consumers must narrow (e.g. viaSafeCast.toUint128) at the external boundary.InsufficientStakeis renamed toInsufficientLiquidityand now carries the rawuint256.
Features
- remove pre-hooks; internal API now takes uint128 directly (d05708a)
Documentation
- assorted README + CONTRIBUTING polish (f14814b)