@@ -161,3 +161,45 @@ npx ts-node scripts/squad-closebuffer.ts \
161161 --keypair~ /.config/solana/id.json \
162162 --program" BhV84MZrRnEvtWLdWMRJGJr1GbusxfVMHAwc3pq92g4z"
163163```
164+
165+ #Release v0.2.1
166+
167+ ##Bug Fixes
168+
169+ - Fixed program size extraction in buffer write action
170+
171+ #Release v0.2.0
172+
173+ ##Major Changes
174+
175+ - Combined setup actions into a single` setup-all ` action
176+ - Improved version management with override capabilities
177+ - Added support for feature flags in builds and tests
178+ - Enhanced caching strategy for faster builds
179+
180+ ##New Features
181+
182+ - Added version override inputs:
183+ - ` override-solana-version `
184+ - ` override-anchor-version `
185+ - Added feature flags support for tests
186+ - Added toml-cli caching
187+ - Improved error handling in buffer management
188+
189+ ##Breaking Changes
190+
191+ - Removed individual setup actions in favor of` setup-all `
192+ - Changed input parameter naming convention (using underscores instead of hyphens)
193+ - Simplified build-verified action inputs
194+
195+ ##Bug Fixes
196+
197+ - Fixed version extraction logic
198+ - Fixed cache key generation
199+ - Fixed buffer authority handling
200+
201+ ##Documentation
202+
203+ - Updated README with detailed action descriptions
204+ - Added comprehensive input/output documentation
205+ - Added buffer cleanup instructions