Skip to content

Commit 6272537

Browse files
authored
Merge pull request #33 from nickroci/release/v0.3.2
release: v0.3.2
2 parents 57982a2 + aa28311 commit 6272537

8 files changed

Lines changed: 13 additions & 13 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ultan",
3-
"version": "0.3.0",
3+
"version": "0.3.2",
44
"description": "Local, brain-inspired markdown memory for Claude Code — a curator pair gates writes by surprise, three retrieval tiers surface what matters, all on your disk.",
55
"author": { "name": "Nicholas Holden", "url": "https://github.com/nickroci" },
66
"homepage": "https://github.com/nickroci/ultan",
@@ -10,7 +10,7 @@
1010
"command": "uvx",
1111
"args": [
1212
"--from",
13-
"git+https://github.com/nickroci/ultan@v0.3.0",
13+
"git+https://github.com/nickroci/ultan@v0.3.2",
1414
"ultan",
1515
"mcp"
1616
],

daemon/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-mem-daemon"
3-
version = "0.3.0"
3+
version = "0.3.2"
44
description = "Long-running event-ingest daemon for agent-mem (Librarian + Scholar)"
55
readme = "README.md"
66
requires-python = ">=3.12"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# stays small and starts fast.
88
[project]
99
name = "ultan"
10-
version = "0.3.0"
10+
version = "0.3.2"
1111
description = "Ultan — local markdown memory for Claude Code (thin CLI + hooks + lazy daemon launcher)."
1212
requires-python = ">=3.12"
1313
license = { text = "MIT" }

scripts/ensure-ultan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ LOCK="$DATA/.install.lock"
2525
# The install spec. scripts/set-version.sh rewrites the `@<ref>` here to the
2626
# release tag (`@vX.Y.Z`) at release time; between releases it tracks `@main`.
2727
# ULTAN_SPEC override lets scripts/validate-plugin.sh install the local tree.
28-
SPEC="${ULTAN_SPEC:-ultan[retrieval] @ git+https://github.com/nickroci/ultan@v0.3.0}"
28+
SPEC="${ULTAN_SPEC:-ultan[retrieval] @ git+https://github.com/nickroci/ultan@v0.3.2}"
2929

3030
# The git ref the SPEC pins (the @<ref> at the very end) and the uv receipt that
3131
# records what is actually installed — together they drive the up-to-date check

src/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-mem"
3-
version = "0.3.0"
3+
version = "0.3.2"
44
description = "Local, user-global memory store for coding agents — Phase 0 skeleton forked from claude-memory-compiler."
55
authors = [{ name = "Nicholas Holden", email = "nicholas.holden@banqora.com" }]
66
requires-python = ">=3.12"

tools/search/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-mem-search"
3-
version = "0.3.0"
3+
version = "0.3.2"
44
description = "Three-mode search (hierarchy / index-led LLM / BM25) over the agent-mem knowledge store."
55
authors = [{ name = "Nicholas Holden", email = "nicholas.holden@banqora.com" }]
66
requires-python = ">=3.12"

tools/ultan/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-mem-tools"
3-
version = "0.3.0"
3+
version = "0.3.2"
44
description = "Ultan slash-command logic (advisor / remember / install) — the /ultan, /ultan-advisor and /ultan-install entry points."
55
authors = [{ name = "Nicholas Holden", email = "nicholas.holden@banqora.com" }]
66
requires-python = ">=3.12"

uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)