Skip to content

Commit 9c19759

Browse files
luohahaclaude
andauthored
chore: release v0.2.1 (#82)
## Summary - Bump version to 0.2.1 in `pyproject.toml` - Add v0.2.1 changelog entries covering features merged since v0.2.0: - Cross-session long-term memory system with git-backed persistence - Skills system MVP with registry, installer, and bundled system skills - README branding updates and RFC 008 ## Test plan - [x] `./scripts/dev.sh check` passes (precommit + typecheck + 290 tests) 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b65a4fc commit 9c19759

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,20 @@ 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-
## [Unreleased]
8+
## [0.2.1] - 2026-02-08
9+
10+
### Added
11+
12+
- Cross-session long-term memory system with git-backed persistence (`~/.ouro/memory/`)
13+
- LLM-driven memory consolidation for decisions, preferences, and project facts
14+
- Skills system MVP with YAML frontmatter parsing, registry, and installer
15+
- Bundled system skills: skill-creator and skill-installer
16+
- `/skills` interactive menu for listing, installing, and uninstalling skills
17+
18+
### Changed
19+
20+
- Updated README with new Ouroboros logo, PyPI/license badges, and contributing section
21+
- Added RFC 008 design document for long-term memory system
922

1023
## [0.2.0] - 2026-02-08
1124

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
77
[![Python 3.12+](https://img.shields.io/badge/python-3.12+-blue.svg)]()
88

9-
*An open-source AI agent framework built on a single, unified loop.*
9+
*An open-source AI agent built on a single, unified loop.*
1010

1111
</div>
1212

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ouro-ai"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "General AI Agent System"
99
readme = "README.md"
1010
requires-python = ">=3.12"

0 commit comments

Comments
 (0)