## [1.2.0](https://github.com/propeller-heads/tycho-execution/compare/1.1.0...1.2.0) (2025-01-17) ### Features * Add foundry environment and CI ([e16d7cc](e16d7ccb8e))
3.0 KiB
3.0 KiB
1.2.0 (2025-01-17)
Features
- Add foundry environment and CI (e16d7cc)
1.1.0 (2025-01-16)
Features
- Add builder pattern and registry for SwapEncoders (6d8cbcd)
- Add permit2 draft (5d79da4)
- Add StrategySelector (6e67875)
- Add Transaction as output of encoding (5a661ab)
- ApprovalsManager trait (4991883)
- Handle native actions (fa462ee)
- Initial draft of encoding module (36fe8f4)
- Make check amount optional (6f8bbd8)
- Remove batch execute logic from StrategyEncoder (68c5a91)
- Support encoding only the pool swap (3e609c7)
Bug Fixes
- Add expected_amount to Solution (f9f83b4)
- Add new to SwapEncoder trait (30f2ac9)
- Constrain new in SwapEncoder so it does not apply to trait objects (e93bf11)
- Simplify models. Delete Solution and rename Order->Solution (a25c56e)
- TokenApprovalsManager should not implement ApprovalsManager (93410b4)
1.0.0 (2025-01-16)
Features
- Add Cargo files, CI, configs and README (c27b253)
Bug Fixes
- Add temporary main function to lib.rs (1e54ea0)