Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.1"
".": "0.2.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.2.0](https://github.com/doublewordai/autobatcher/compare/autobatcher-v0.1.1...autobatcher-v0.2.0) (2026-03-03)


### Features

* add embeddings and responses API support, increase defaults ([#9](https://github.com/doublewordai/autobatcher/issues/9)) ([2846e66](https://github.com/doublewordai/autobatcher/commit/2846e66d5679ba14423a23f2ff025f8814028650))
* commits should produce minor version bumps, not patch bumps. ([f302dea](https://github.com/doublewordai/autobatcher/commit/f302dea622fb6fdc5828d99e6360ed1d3d85f0f2))


### Bug Fixes

* remove bump-patch-for-minor-pre-major from release-please config ([f302dea](https://github.com/doublewordai/autobatcher/commit/f302dea622fb6fdc5828d99e6360ed1d3d85f0f2))

## [0.1.1](https://github.com/doublewordai/autobatcher/compare/autobatcher-v0.1.0...autobatcher-v0.1.1) (2026-01-05)


Expand Down