From 96ae76e70c1d63f03b25148f57fc2bb16d3f0180 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Wed, 29 Apr 2026 22:02:39 +0000 Subject: [PATCH] fix(repo): no changes to commit --- changelog.md | 4 ++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 6db37b2..81829c0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2026-04-29 - 2.7.1 - fix(repo) +no changes to commit + + ## 2026-04-14 - 2.7.0 - feat(update) add aggregation pipeline updates and enforce immutable _id handling diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index dee7351..67a3366 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.7.0', + version: '2.7.1', description: 'A MongoDB-compatible embedded database server with wire protocol support, backed by a high-performance Rust engine.' }