Loading...
Loading...
Read this skill before updating changelogs
npx skill4agent add mitsuhiko/agent-stuff update-changelogmainCHANGELOG.mdCHANGELOGgit describe --tags --abbrev=0# Get the baseline version (if not provided)
git describe --tags --abbrev=0
# Get all commits since the baseline version
git log <baseline-version>..HEADCHANGELOG.mdCHANGELOG## Unreleased## [Unreleased]#NUMBER*-`foo.cleanup`## 2.13.0
* Added multi-key support to the `|sort` filter. #827
* Fix `not undefined` with strict undefined behavior. #838
* Added support for free threading Python. #841
## 2.12.0
* Item or attribute lookup will no longer swallow all errors in Python. #814
* Added `|zip` filter. #818
* Fix `break_on_hyphens` for the `|wordwrap` filter. #823
* Prefer error message from `unknown_method_callback`. #824
* Ignore `.jinja` and `.jinja2` as extensions in auto escape. #832Fixed an issue with the TypeScript SDK which caused an incorrect config for CJS.Added support for claim timeout extension on checkpoint writes.Improved error reporting when task claim expires.Fixed bugUpdated dependenciesRefactored internal code structureFixed typo in commentmain