Skip to content

Commit 001576d

Browse files
committed
release: prepare 0.3.2 core upgrade
1 parent 1b3be6e commit 001576d

3 files changed

Lines changed: 28 additions & 2 deletions

File tree

docs/RELEASE-0.3.2.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# paperclip-aperture 0.3.2
2+
3+
`0.3.2` is a dependency refresh release.
4+
5+
It upgrades the plugin to the latest published `@tomismeta/aperture-core` patch
6+
line while keeping the current Focus product surface and plugin architecture
7+
unchanged.
8+
9+
## Highlights
10+
11+
- upgraded `@tomismeta/aperture-core` from `0.4.0` to `0.4.2`
12+
- kept the existing Paperclip adapter and explainable Focus UX intact
13+
- validated the plugin against the latest published Core package
14+
15+
## Why This Matters
16+
17+
- picks up the latest semantic robustness improvements from Aperture Core
18+
- keeps the plugin aligned with the current Core SDK patch line
19+
- does so without widening the plugin architecture or changing the operator-facing workflow
20+
21+
## Validation
22+
23+
- `pnpm test`
24+
- `pnpm typecheck`
25+
- `pnpm build`
26+
- `pnpm release:check`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tomismeta/paperclip-aperture",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"type": "module",
55
"private": false,
66
"description": "The live attention layer for Paperclip, powered by Aperture's deterministic attention engine.",

src/manifest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { PaperclipPluginManifestV1 } from "@paperclipai/plugin-sdk";
33
const manifest: PaperclipPluginManifestV1 = {
44
id: "tomismeta.paperclip-aperture",
55
apiVersion: 1,
6-
version: "0.3.1",
6+
version: "0.3.2",
77
displayName: "Paperclip Aperture",
88
description: "The live attention layer for Paperclip, powered by Aperture's deterministic attention engine.",
99
author: "@tomismeta",

0 commit comments

Comments
 (0)