chore(develop): release 0.16.2 - #234
Merged
Merged
Conversation
3 tasks
jack-arturo
added a commit
that referenced
this pull request
Aug 28, 2026
## Summary - Pin `release-please-action` to `target-branch: main` so it stops following the GitHub default branch (`develop`). - The 0.16.2 attempt opened [#234](#234) against develop and closed the real main release PR [#220](#220). Because this workflow only runs on `main`, merging #234 never created the `v0.16.2` tag or GHCR `:stable` images. ## Test plan - [ ] YAML parses (`python3 -c "import yaml; yaml.safe_load(open('.github/workflows/release-please.yml'))"`) - [ ] After merge + promote to `main`, the next Release Please run opens a PR against `main` (not `develop`) - [ ] Completing that (or a manual `gh release create v0.16.2`) publishes the GitHub release and triggers Docker Build for `:stable`
4 tasks
jack-arturo
added a commit
that referenced
this pull request
Aug 28, 2026
## Summary - Promote `develop` to `main` so 0.16.2 can actually tag. - Brings the 0.16.2 CHANGELOG from #234 and the Release Please `target-branch: main` pin from #238. #220 was closed unmerged after Release Please targeted `develop`. This promotion is the validated release merge; the GitHub Release / GHCR `:stable` images follow once `v0.16.2` is tagged. ## Test plan - [x] #238 CI green (node-test, pre-commit, semantic-pr-title, test 3.10/3.11/3.12) - [ ] Promote CI green on this PR - [ ] After merge, `v0.16.2` GitHub Release exists - [ ] Docker Build publishes `ghcr.io/verygoodplugins/automem:stable` and `ghcr.io/verygoodplugins/mcp-automem:stable`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
0.16.2 (2026-08-28)
Bug Fixes
typepayload field so recall filters stop 400ing (c131f02)typepayload field so recall filters stop 400ing (#223) (10bcac7)Performance Improvements
Documentation
This PR was generated with Release Please. See documentation.