From 63bea80d767119496ba27791d009cf4990b7862b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 10:31:05 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- CHANGELOG.md | 17 +++++++++++++++++ hyperdb-api-node/package.json | 10 +++++----- hyperdb-mcp/npm/CHANGELOG.md | 9 +++++++++ hyperdb-mcp/npm/package.json | 8 ++++---- 5 files changed, 37 insertions(+), 11 deletions(-) create mode 100644 CHANGELOG.md create mode 100644 hyperdb-mcp/npm/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7190b06..d263350 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - ".": "0.1.1", + ".": "0.1.2", "hyperdb-api-node": "0.1.1", - "hyperdb-mcp/npm": "0.1.1", + "hyperdb-mcp/npm": "0.1.2", "hyperdb-mcp/npm/darwin-arm64": "0.1.1", "hyperdb-mcp/npm/linux-x64-gnu": "0.1.1", "hyperdb-mcp/npm/win32-x64-msvc": "0.1.1", diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5c857cb --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## [0.1.2](https://github.com/tableau/hyper-api-rust/compare/v0.1.1...v0.1.2) (2026-05-18) + + +### Bug Fixes + +* **ci:** include README.md in hyperdb-mcp npm package ([c8ccc22](https://github.com/tableau/hyper-api-rust/commit/c8ccc226a1540130e2e1ee6b0036fb4ccc668c4c)) +* **ci:** include README.md in hyperdb-mcp npm package ([#12](https://github.com/tableau/hyper-api-rust/issues/12)) ([b1ddb33](https://github.com/tableau/hyper-api-rust/commit/b1ddb337ed8c197fb346f2b4a809f8980166e82c)) +* **ci:** prevent npm-publish chmod step from failing on missing binaries ([2708ee4](https://github.com/tableau/hyper-api-rust/commit/2708ee46a51f38cbe432d629736578da1e5d2e42)) +* **ci:** prevent npm-publish chmod step from failing on missing binaries ([#11](https://github.com/tableau/hyper-api-rust/issues/11)) ([bc9bee5](https://github.com/tableau/hyper-api-rust/commit/bc9bee50b9b9fbc574eb2201f7559a76248a80c9)) +* **ci:** remove brew rust on macOS before installing toolchain ([b331607](https://github.com/tableau/hyper-api-rust/commit/b331607e73f185a2c301499190ccd739d0b52a7d)) +* **ci:** remove brew-rust uninstall steps that delete cargo/rustc on new image ([af798f1](https://github.com/tableau/hyper-api-rust/commit/af798f16782fd45b2891e53a210ba55db9429f92)) +* **ci:** restructure release-please config for workspace version inheritance ([d5ad018](https://github.com/tableau/hyper-api-rust/commit/d5ad01884e81acec9f1cebb263d72de3a7c4c418)) +* **ci:** restructure release-please config for workspace version inheritance ([#13](https://github.com/tableau/hyper-api-rust/issues/13)) ([fd18a8b](https://github.com/tableau/hyper-api-rust/commit/fd18a8bde3843e0162c57d361b8b1e2b19d61d6e)) +* **ci:** use simple release-type to avoid Cargo workspace member walking ([3884162](https://github.com/tableau/hyper-api-rust/commit/3884162aec551894de0b697816b34f87034ad781)) +* **ci:** use simple release-type to avoid Cargo workspace member walking ([#14](https://github.com/tableau/hyper-api-rust/issues/14)) ([42f0524](https://github.com/tableau/hyper-api-rust/commit/42f0524bccf9ceaede166742c04aacc5f426f4d6)) diff --git a/hyperdb-api-node/package.json b/hyperdb-api-node/package.json index ece747f..f830037 100644 --- a/hyperdb-api-node/package.json +++ b/hyperdb-api-node/package.json @@ -30,11 +30,11 @@ "tsx": "^4.22.0" }, "optionalDependencies": { - "hyperdb-api-node-darwin-arm64": "0.1.1", - "hyperdb-api-node-linux-arm64-gnu": "0.1.1", - "hyperdb-api-node-linux-x64-gnu": "0.1.1", - "hyperdb-api-node-linux-x64-musl": "0.1.1", - "hyperdb-api-node-win32-x64-msvc": "0.1.1" + "hyperdb-api-node-darwin-arm64": "0.1.2", + "hyperdb-api-node-linux-arm64-gnu": "0.1.2", + "hyperdb-api-node-linux-x64-gnu": "0.1.2", + "hyperdb-api-node-linux-x64-musl": "0.1.2", + "hyperdb-api-node-win32-x64-msvc": "0.1.2" }, "keywords": [ "hyper", diff --git a/hyperdb-mcp/npm/CHANGELOG.md b/hyperdb-mcp/npm/CHANGELOG.md new file mode 100644 index 0000000..ca1fad8 --- /dev/null +++ b/hyperdb-mcp/npm/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## [0.1.2](https://github.com/tableau/hyper-api-rust/compare/v0.1.1...v0.1.2) (2026-05-18) + + +### Bug Fixes + +* **ci:** include README.md in hyperdb-mcp npm package ([c8ccc22](https://github.com/tableau/hyper-api-rust/commit/c8ccc226a1540130e2e1ee6b0036fb4ccc668c4c)) +* **ci:** include README.md in hyperdb-mcp npm package ([#12](https://github.com/tableau/hyper-api-rust/issues/12)) ([b1ddb33](https://github.com/tableau/hyper-api-rust/commit/b1ddb337ed8c197fb346f2b4a809f8980166e82c)) diff --git a/hyperdb-mcp/npm/package.json b/hyperdb-mcp/npm/package.json index 52988a1..c0803a4 100644 --- a/hyperdb-mcp/npm/package.json +++ b/hyperdb-mcp/npm/package.json @@ -1,14 +1,14 @@ { "name": "hyperdb-mcp", - "version": "0.1.1", + "version": "0.1.2", "description": "HyperDB MCP server — instant SQL analytics for LLM workflows", "bin": { "hyperdb-mcp": "bin.js" }, "optionalDependencies": { - "hyperdb-mcp-darwin-arm64": "0.1.1", - "hyperdb-mcp-linux-x64-gnu": "0.1.1", - "hyperdb-mcp-win32-x64-msvc": "0.1.1" + "hyperdb-mcp-darwin-arm64": "0.1.2", + "hyperdb-mcp-linux-x64-gnu": "0.1.2", + "hyperdb-mcp-win32-x64-msvc": "0.1.2" }, "files": [ "bin.js",