From 6f8df1297f1f463284c9ff82646e6c51faa1da1b Mon Sep 17 00:00:00 2001 From: David Snelling Date: Tue, 5 Aug 2025 20:02:32 -0700 Subject: [PATCH] chore(release): 0.48.0 [skip ci] --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00013a4b..4f46c34d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.48.0](https://github.com/soulcraft-research/brainy/compare/v0.47.0...v0.48.0) (2025-08-06) + + +### Added + +* add GPU acceleration for embeddings with smart device auto-detection ([56c5641](https://github.com/soulcraft-research/brainy/commit/56c564143dda512c59da87c3108bf40c311c06c0)) + ## [0.47.0](https://github.com/soulcraft-research/brainy/compare/v0.46.0...v0.47.0) (2025-08-06) diff --git a/package-lock.json b/package-lock.json index 13cf9140..cd3b7baf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@soulcraft/brainy", - "version": "0.47.0", + "version": "0.48.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@soulcraft/brainy", - "version": "0.47.0", + "version": "0.48.0", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.540.0", diff --git a/package.json b/package.json index d4c75834..8a5f56d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soulcraft/brainy", - "version": "0.47.0", + "version": "0.48.0", "description": "A vector graph database using HNSW indexing with Origin Private File System storage", "main": "dist/index.js", "module": "dist/index.js",