Skip to content

Commit b4c03d0

Browse files
CodeAbraclaudexnllllh
committed
Release v1.1.0
Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: XNLLLLH <XNLLLLH@users.noreply.github.com>
1 parent 9851a06 commit b4c03d0

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.1.0] — 2026-06-12
8+
## [1.1.0] — 2026-06-14
9+
10+
### Added
11+
12+
- **Experimental Linux support.** The native engine now builds on Linux (the
13+
Rust extension no longer hard-depends on a macOS-only acceleration backend),
14+
the daemon installs as a systemd user service, and the capture/recall hooks
15+
run on POSIX shells. `scripts/install.sh` handles the Linux path and the
16+
README documents the extra build prerequisites. Validated on macOS; Linux is
17+
code-complete but not yet validated end-to-end — testing and port feedback
18+
are welcome.
919

1020
### Changed
1121

src/iai_mcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
TIER_ENUM,
99
)
1010

11-
__version__ = "0.1.0"
11+
__version__ = "1.1.0"
1212
__all__ = [
1313
"MemoryRecord",
1414
"MemoryHit",

src/iai_mcp/iai_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import sys
77
from typing import Any
88

9-
__version__ = "0.1.0"
9+
__version__ = "1.1.0"
1010

1111

1212
_CYAN = "\x1b[96m"

0 commit comments

Comments
 (0)