diff --git a/changelog.md b/changelog.md index b397bcc..ea3c430 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-20 - 2.10.1 + ### Fixes - enable static CRT linking for Linux Rust targets (rust) diff --git a/package.json b/package.json index 978ce89..2074fce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartdb", - "version": "2.10.0", + "version": "2.10.1", "private": false, "description": "A MongoDB-compatible embedded database server with wire protocol support, backed by a high-performance Rust engine.", "exports": { diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 94def18..407322f 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartdb', - version: '2.10.0', + version: '2.10.1', description: 'A MongoDB-compatible embedded database server with wire protocol support, backed by a high-performance Rust engine.' }