[Release] v0.2.2 (#298) (#301)
Deploy Documentation / deploy (push) Has been cancelled
CPU Test / Lint - fast (push) Has been cancelled
CPU Test / Lint - slow (push) Has been cancelled
CPU Test / Build documentation (push) Has been cancelled
CPU Test / Test with Python 3.10 (legacy) (push) Has been cancelled
CPU Test / Test with Python 3.11 (stable) (push) Has been cancelled
CPU Test / Test with Python 3.12 (stable) (push) Has been cancelled
CPU Test / Test with Python 3.13 (latest) (push) Has been cancelled
PyPI Release / check-version (push) Has been cancelled
PyPI Release / publish-pypi (push) Has been cancelled

(cherry picked from commit a0bc1827d9)

Co-authored-by: Yuge Zhang <Yuge.Zhang@microsoft.com>
This commit is contained in:
agent-lightning-bot
2025-11-12 23:58:38 +08:00
committed by GitHub
parent 3ed230f439
commit 289c9ca25b
+13
View File
@@ -1,5 +1,18 @@
# Changelog
## Agent-lightning v0.2.2 (11/12/2025)
Agent-lightning v0.2.2 is a stabilization release for v0.2.1. It introduces several bug fixes.
* Fix compatibility issues with VERL 0.6.0.
* Fix model name for pre-downloaded models in VERL.
* Fix preparing status transition on rollout when creating attempts.
* Fix OpenAI Agents SDK compatibility issues.
**Full Changelog**: https://github.com/microsoft/agent-lightning/compare/v0.2.1...v0.2.2
---
## Agent-lightning v0.2.1 (10/30/2025)
Agent-lightning v0.2.1 is a stabilization release for v0.2.0. It introduces several bug fixes and new features, plus a number of unlisted CI improvements.