From a23ba38d36bfefba57eacc60ef6dd5d8314f1074 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 16:44:00 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=8B=20New=20version=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/initial-scaffold.md | 5 ----- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/initial-scaffold.md create mode 100644 CHANGELOG.md diff --git a/.changeset/initial-scaffold.md b/.changeset/initial-scaffold.md deleted file mode 100644 index 864999b..0000000 --- a/.changeset/initial-scaffold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@smooai/audit": minor ---- - -Initial scaffold of `@smooai/audit` — a polyglot client SDK (TypeScript, Python, Rust, Go, .NET) for tamper-evident, SQL-queryable audit logging. Ships the intended public surface: a canonical `AuditEvent` schema, `canonicalJson`, a per-org-per-day SHA-256 hash chain (`computeEventHash` / `buildHashChain`), and an `AuditClient` emit client. Implementations are stubbed (`TODO(audit-impl)`) pending the shared parity corpus. diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6887d90 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# @smooai/audit + +## 0.1.0 + +### Minor Changes + +- df7c377: Initial scaffold of `@smooai/audit` — a polyglot client SDK (TypeScript, Python, Rust, Go, .NET) for tamper-evident, SQL-queryable audit logging. Ships the intended public surface: a canonical `AuditEvent` schema, `canonicalJson`, a per-org-per-day SHA-256 hash chain (`computeEventHash` / `buildHashChain`), and an `AuditClient` emit client. Implementations are stubbed (`TODO(audit-impl)`) pending the shared parity corpus. diff --git a/package.json b/package.json index fe837ad..5406a05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@smooai/audit", - "version": "0.0.0", + "version": "0.1.0", "description": "A polyglot client SDK for tamper-evident, SQL-queryable audit logging: a canonical event schema, a per-org-per-day SHA-256 hash chain, and an emit client — with byte-for-byte parity across TypeScript, Python, Rust, Go, and .NET.", "homepage": "https://github.com/SmooAI/audit#readme", "bugs": {