Skip to content

Commit 02d32b7

Browse files
committed
chore: bump version to 0.1.6
1 parent 3f3b4e2 commit 02d32b7

5 files changed

Lines changed: 37 additions & 31 deletions

File tree

Cargo.lock

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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![License: MIT/Apache-2.0](https://img.shields.io/badge/License-MIT%2FApache--2.0-blue.svg)](LICENSE)
44
[![Status: Beta](https://img.shields.io/badge/Status-Beta-brightgreen.svg)](#current-status)
5-
[![Version](https://img.shields.io/badge/Version-0.1.5-blue.svg)](https://github.com/anaslimem/CortexaDB/releases)
5+
[![Version](https://img.shields.io/badge/Version-0.1.6-blue.svg)](https://github.com/anaslimem/CortexaDB/releases)
66
[![PyPI Downloads](https://static.pepy.tech/personalized-badge/cortexadb?period=total&units=INTERNATIONAL_SYSTEM&left_color=GRAY&right_color=BLUE&left_text=downloads)](https://pepy.tech/projects/cortexadb)
77

88
**CortexaDB** is a simple, fast, and hard-durable embedded database designed specifically for AI agent memory. It provides a single-file-like experience (no server required) but with native support for vectors, graphs, and temporal search.
@@ -11,7 +11,7 @@ Think of it as **SQLite, but with semantic and relational intelligence for your
1111

1212
---
1313

14-
## What's New in v0.1.5
14+
## What's New in v0.1.6
1515

1616
- **Benchmark Suite** - Added comprehensive benchmarking with HNSW vs Exact comparison
1717
- **HNSW Performance Fix** - Fixed segmentation fault issue with usearch
@@ -347,7 +347,7 @@ python benchmark/run_benchmark.py \
347347
---
348348

349349
## License & Status
350-
CortexaDB is currently in **Beta (v0.1.5)**. It is released under the **MIT** and **Apache-2.0** licenses.
350+
CortexaDB is currently in **Beta (v0.1.6)**. It is released under the **MIT** and **Apache-2.0** licenses.
351351
We are actively refining the API and welcome feedback!
352352

353353
---

crates/cortexadb-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cortexadb-core"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
edition = "2021"
55
authors = ["Anas Limem <limemanas0@gmail.com>"]
66
description = "Fast, embedded vector + graph memory for AI agents"

crates/cortexadb-py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cortexadb-py"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
edition = "2021"
55

66
[lib]

crates/cortexadb-py/pyproject.toml

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

55
[project]
66
name = "cortexadb"
7-
version = "0.1.5"
7+
version = "0.1.6"
88
requires-python = ">=3.9"
99
description = "Fast, embedded vector + graph memory for AI agents"
1010
authors = [

0 commit comments

Comments
 (0)