diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fe89e76..3199c4e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,13 +1,13 @@ { - ".": "0.1.2", - "hyperdb-api-node": "0.1.2", - "hyperdb-mcp/npm": "0.1.2", - "hyperdb-mcp/npm/darwin-arm64": "0.1.2", - "hyperdb-mcp/npm/linux-x64-gnu": "0.1.2", - "hyperdb-mcp/npm/win32-x64-msvc": "0.1.2", - "hyperdb-api-node/npm/darwin-arm64": "0.1.2", - "hyperdb-api-node/npm/linux-arm64-gnu": "0.1.2", - "hyperdb-api-node/npm/linux-x64-gnu": "0.1.2", - "hyperdb-api-node/npm/linux-x64-musl": "0.1.2", - "hyperdb-api-node/npm/win32-x64-msvc": "0.1.2" + ".": "0.1.3", + "hyperdb-api-node": "0.1.3", + "hyperdb-mcp/npm": "0.1.3", + "hyperdb-mcp/npm/darwin-arm64": "0.1.3", + "hyperdb-mcp/npm/linux-x64-gnu": "0.1.3", + "hyperdb-mcp/npm/win32-x64-msvc": "0.1.3", + "hyperdb-api-node/npm/darwin-arm64": "0.1.3", + "hyperdb-api-node/npm/linux-arm64-gnu": "0.1.3", + "hyperdb-api-node/npm/linux-x64-gnu": "0.1.3", + "hyperdb-api-node/npm/linux-x64-musl": "0.1.3", + "hyperdb-api-node/npm/win32-x64-msvc": "0.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c857cb..f3d3f92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.3](https://github.com/tableau/hyper-api-rust/compare/v0.1.2...v0.1.3) (2026-05-18) + + +### Bug Fixes + +* v0.1.2 release — bump versions and add safety net ([#17](https://github.com/tableau/hyper-api-rust/issues/17)) ([bae4536](https://github.com/tableau/hyper-api-rust/commit/bae453600ce94ddc318ccb1cfe89be8fa32eef85)) + ## [0.1.2](https://github.com/tableau/hyper-api-rust/compare/v0.1.1...v0.1.2) (2026-05-18) diff --git a/hyperdb-api-node/CHANGELOG.md b/hyperdb-api-node/CHANGELOG.md index 2915532..d7aab98 100644 --- a/hyperdb-api-node/CHANGELOG.md +++ b/hyperdb-api-node/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to the `hyperdb-api-node` package will be documented in this The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/). +## [0.1.3](https://github.com/tableau/hyper-api-rust/compare/v0.1.2...v0.1.3) (2026-05-18) + + +### Bug Fixes + +* v0.1.2 release — bump versions and add safety net ([#17](https://github.com/tableau/hyper-api-rust/issues/17)) ([bae4536](https://github.com/tableau/hyper-api-rust/commit/bae453600ce94ddc318ccb1cfe89be8fa32eef85)) + ## [Unreleased] ## [0.1.1] - 2026-05-13 diff --git a/hyperdb-api-node/npm/darwin-arm64/CHANGELOG.md b/hyperdb-api-node/npm/darwin-arm64/CHANGELOG.md new file mode 100644 index 0000000..0618459 --- /dev/null +++ b/hyperdb-api-node/npm/darwin-arm64/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.3](https://github.com/tableau/hyper-api-rust/compare/v0.1.2...v0.1.3) (2026-05-18) + + +### Bug Fixes + +* v0.1.2 release — bump versions and add safety net ([#17](https://github.com/tableau/hyper-api-rust/issues/17)) ([bae4536](https://github.com/tableau/hyper-api-rust/commit/bae453600ce94ddc318ccb1cfe89be8fa32eef85)) diff --git a/hyperdb-api-node/npm/darwin-arm64/package.json b/hyperdb-api-node/npm/darwin-arm64/package.json index 3dafc16..395d6a7 100644 --- a/hyperdb-api-node/npm/darwin-arm64/package.json +++ b/hyperdb-api-node/npm/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "hyperdb-api-node-darwin-arm64", - "version": "0.1.2", + "version": "0.1.3", "os": [ "darwin" ], diff --git a/hyperdb-api-node/npm/linux-arm64-gnu/CHANGELOG.md b/hyperdb-api-node/npm/linux-arm64-gnu/CHANGELOG.md new file mode 100644 index 0000000..0618459 --- /dev/null +++ b/hyperdb-api-node/npm/linux-arm64-gnu/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.3](https://github.com/tableau/hyper-api-rust/compare/v0.1.2...v0.1.3) (2026-05-18) + + +### Bug Fixes + +* v0.1.2 release — bump versions and add safety net ([#17](https://github.com/tableau/hyper-api-rust/issues/17)) ([bae4536](https://github.com/tableau/hyper-api-rust/commit/bae453600ce94ddc318ccb1cfe89be8fa32eef85)) diff --git a/hyperdb-api-node/npm/linux-arm64-gnu/package.json b/hyperdb-api-node/npm/linux-arm64-gnu/package.json index b0a053b..6763635 100644 --- a/hyperdb-api-node/npm/linux-arm64-gnu/package.json +++ b/hyperdb-api-node/npm/linux-arm64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "hyperdb-api-node-linux-arm64-gnu", - "version": "0.1.2", + "version": "0.1.3", "os": [ "linux" ], diff --git a/hyperdb-api-node/npm/linux-x64-gnu/CHANGELOG.md b/hyperdb-api-node/npm/linux-x64-gnu/CHANGELOG.md new file mode 100644 index 0000000..0618459 --- /dev/null +++ b/hyperdb-api-node/npm/linux-x64-gnu/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.3](https://github.com/tableau/hyper-api-rust/compare/v0.1.2...v0.1.3) (2026-05-18) + + +### Bug Fixes + +* v0.1.2 release — bump versions and add safety net ([#17](https://github.com/tableau/hyper-api-rust/issues/17)) ([bae4536](https://github.com/tableau/hyper-api-rust/commit/bae453600ce94ddc318ccb1cfe89be8fa32eef85)) diff --git a/hyperdb-api-node/npm/linux-x64-gnu/package.json b/hyperdb-api-node/npm/linux-x64-gnu/package.json index 832123c..3ec89f9 100644 --- a/hyperdb-api-node/npm/linux-x64-gnu/package.json +++ b/hyperdb-api-node/npm/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "hyperdb-api-node-linux-x64-gnu", - "version": "0.1.2", + "version": "0.1.3", "os": [ "linux" ], diff --git a/hyperdb-api-node/npm/linux-x64-musl/CHANGELOG.md b/hyperdb-api-node/npm/linux-x64-musl/CHANGELOG.md new file mode 100644 index 0000000..0618459 --- /dev/null +++ b/hyperdb-api-node/npm/linux-x64-musl/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.3](https://github.com/tableau/hyper-api-rust/compare/v0.1.2...v0.1.3) (2026-05-18) + + +### Bug Fixes + +* v0.1.2 release — bump versions and add safety net ([#17](https://github.com/tableau/hyper-api-rust/issues/17)) ([bae4536](https://github.com/tableau/hyper-api-rust/commit/bae453600ce94ddc318ccb1cfe89be8fa32eef85)) diff --git a/hyperdb-api-node/npm/linux-x64-musl/package.json b/hyperdb-api-node/npm/linux-x64-musl/package.json index 6c500e8..8a38443 100644 --- a/hyperdb-api-node/npm/linux-x64-musl/package.json +++ b/hyperdb-api-node/npm/linux-x64-musl/package.json @@ -1,6 +1,6 @@ { "name": "hyperdb-api-node-linux-x64-musl", - "version": "0.1.2", + "version": "0.1.3", "os": [ "linux" ], diff --git a/hyperdb-api-node/npm/win32-x64-msvc/CHANGELOG.md b/hyperdb-api-node/npm/win32-x64-msvc/CHANGELOG.md new file mode 100644 index 0000000..0618459 --- /dev/null +++ b/hyperdb-api-node/npm/win32-x64-msvc/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.3](https://github.com/tableau/hyper-api-rust/compare/v0.1.2...v0.1.3) (2026-05-18) + + +### Bug Fixes + +* v0.1.2 release — bump versions and add safety net ([#17](https://github.com/tableau/hyper-api-rust/issues/17)) ([bae4536](https://github.com/tableau/hyper-api-rust/commit/bae453600ce94ddc318ccb1cfe89be8fa32eef85)) diff --git a/hyperdb-api-node/npm/win32-x64-msvc/package.json b/hyperdb-api-node/npm/win32-x64-msvc/package.json index fa445d0..a818274 100644 --- a/hyperdb-api-node/npm/win32-x64-msvc/package.json +++ b/hyperdb-api-node/npm/win32-x64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "hyperdb-api-node-win32-x64-msvc", - "version": "0.1.2", + "version": "0.1.3", "os": [ "win32" ], diff --git a/hyperdb-api-node/package-lock.json b/hyperdb-api-node/package-lock.json index 26c60ce..c3f31f6 100644 --- a/hyperdb-api-node/package-lock.json +++ b/hyperdb-api-node/package-lock.json @@ -1,12 +1,12 @@ { "name": "hyperdb-api-node", - "version": "0.1.1", + "version": "0.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hyperdb-api-node", - "version": "0.1.1", + "version": "0.1.3", "license": "MIT OR Apache-2.0", "devDependencies": { "@napi-rs/cli": "^3.6.2", diff --git a/hyperdb-api-node/package.json b/hyperdb-api-node/package.json index 33a5bf9..dacacd1 100644 --- a/hyperdb-api-node/package.json +++ b/hyperdb-api-node/package.json @@ -1,6 +1,6 @@ { "name": "hyperdb-api-node", - "version": "0.1.2", + "version": "0.1.3", "description": "Node.js bindings for the Hyper database API, powered by napi-rs", "main": "index.js", "types": "index.d.ts", @@ -30,11 +30,11 @@ "tsx": "^4.22.0" }, "optionalDependencies": { - "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" + "hyperdb-api-node-darwin-arm64": "0.1.3", + "hyperdb-api-node-linux-arm64-gnu": "0.1.3", + "hyperdb-api-node-linux-x64-gnu": "0.1.3", + "hyperdb-api-node-linux-x64-musl": "0.1.3", + "hyperdb-api-node-win32-x64-msvc": "0.1.3" }, "keywords": [ "hyper", diff --git a/hyperdb-mcp/npm/CHANGELOG.md b/hyperdb-mcp/npm/CHANGELOG.md index ca1fad8..ac6de22 100644 --- a/hyperdb-mcp/npm/CHANGELOG.md +++ b/hyperdb-mcp/npm/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.3](https://github.com/tableau/hyper-api-rust/compare/v0.1.2...v0.1.3) (2026-05-18) + + +### Bug Fixes + +* v0.1.2 release — bump versions and add safety net ([#17](https://github.com/tableau/hyper-api-rust/issues/17)) ([bae4536](https://github.com/tableau/hyper-api-rust/commit/bae453600ce94ddc318ccb1cfe89be8fa32eef85)) + ## [0.1.2](https://github.com/tableau/hyper-api-rust/compare/v0.1.1...v0.1.2) (2026-05-18) diff --git a/hyperdb-mcp/npm/darwin-arm64/CHANGELOG.md b/hyperdb-mcp/npm/darwin-arm64/CHANGELOG.md new file mode 100644 index 0000000..0618459 --- /dev/null +++ b/hyperdb-mcp/npm/darwin-arm64/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.3](https://github.com/tableau/hyper-api-rust/compare/v0.1.2...v0.1.3) (2026-05-18) + + +### Bug Fixes + +* v0.1.2 release — bump versions and add safety net ([#17](https://github.com/tableau/hyper-api-rust/issues/17)) ([bae4536](https://github.com/tableau/hyper-api-rust/commit/bae453600ce94ddc318ccb1cfe89be8fa32eef85)) diff --git a/hyperdb-mcp/npm/darwin-arm64/package.json b/hyperdb-mcp/npm/darwin-arm64/package.json index 1d14ac3..2199a03 100644 --- a/hyperdb-mcp/npm/darwin-arm64/package.json +++ b/hyperdb-mcp/npm/darwin-arm64/package.json @@ -1,9 +1,13 @@ { "name": "hyperdb-mcp-darwin-arm64", - "version": "0.1.2", + "version": "0.1.3", "description": "HyperDB MCP server binary for macOS ARM64", - "os": ["darwin"], - "cpu": ["arm64"], + "os": [ + "darwin" + ], + "cpu": [ + "arm64" + ], "files": [ "hyperdb-mcp", "hyperd", diff --git a/hyperdb-mcp/npm/linux-x64-gnu/CHANGELOG.md b/hyperdb-mcp/npm/linux-x64-gnu/CHANGELOG.md new file mode 100644 index 0000000..0618459 --- /dev/null +++ b/hyperdb-mcp/npm/linux-x64-gnu/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.3](https://github.com/tableau/hyper-api-rust/compare/v0.1.2...v0.1.3) (2026-05-18) + + +### Bug Fixes + +* v0.1.2 release — bump versions and add safety net ([#17](https://github.com/tableau/hyper-api-rust/issues/17)) ([bae4536](https://github.com/tableau/hyper-api-rust/commit/bae453600ce94ddc318ccb1cfe89be8fa32eef85)) diff --git a/hyperdb-mcp/npm/linux-x64-gnu/package.json b/hyperdb-mcp/npm/linux-x64-gnu/package.json index 0be20ba..1603c1f 100644 --- a/hyperdb-mcp/npm/linux-x64-gnu/package.json +++ b/hyperdb-mcp/npm/linux-x64-gnu/package.json @@ -1,10 +1,16 @@ { "name": "hyperdb-mcp-linux-x64-gnu", - "version": "0.1.2", + "version": "0.1.3", "description": "HyperDB MCP server binary for Linux x64 (glibc)", - "os": ["linux"], - "cpu": ["x64"], - "libc": ["glibc"], + "os": [ + "linux" + ], + "cpu": [ + "x64" + ], + "libc": [ + "glibc" + ], "files": [ "hyperdb-mcp", "hyperd", diff --git a/hyperdb-mcp/npm/package.json b/hyperdb-mcp/npm/package.json index c0803a4..1ae5783 100644 --- a/hyperdb-mcp/npm/package.json +++ b/hyperdb-mcp/npm/package.json @@ -1,14 +1,14 @@ { "name": "hyperdb-mcp", - "version": "0.1.2", + "version": "0.1.3", "description": "HyperDB MCP server — instant SQL analytics for LLM workflows", "bin": { "hyperdb-mcp": "bin.js" }, "optionalDependencies": { - "hyperdb-mcp-darwin-arm64": "0.1.2", - "hyperdb-mcp-linux-x64-gnu": "0.1.2", - "hyperdb-mcp-win32-x64-msvc": "0.1.2" + "hyperdb-mcp-darwin-arm64": "0.1.3", + "hyperdb-mcp-linux-x64-gnu": "0.1.3", + "hyperdb-mcp-win32-x64-msvc": "0.1.3" }, "files": [ "bin.js", diff --git a/hyperdb-mcp/npm/win32-x64-msvc/CHANGELOG.md b/hyperdb-mcp/npm/win32-x64-msvc/CHANGELOG.md new file mode 100644 index 0000000..0618459 --- /dev/null +++ b/hyperdb-mcp/npm/win32-x64-msvc/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.3](https://github.com/tableau/hyper-api-rust/compare/v0.1.2...v0.1.3) (2026-05-18) + + +### Bug Fixes + +* v0.1.2 release — bump versions and add safety net ([#17](https://github.com/tableau/hyper-api-rust/issues/17)) ([bae4536](https://github.com/tableau/hyper-api-rust/commit/bae453600ce94ddc318ccb1cfe89be8fa32eef85)) diff --git a/hyperdb-mcp/npm/win32-x64-msvc/package.json b/hyperdb-mcp/npm/win32-x64-msvc/package.json index c81d325..0503a3a 100644 --- a/hyperdb-mcp/npm/win32-x64-msvc/package.json +++ b/hyperdb-mcp/npm/win32-x64-msvc/package.json @@ -1,9 +1,13 @@ { "name": "hyperdb-mcp-win32-x64-msvc", - "version": "0.1.2", + "version": "0.1.3", "description": "HyperDB MCP server binary for Windows x64", - "os": ["win32"], - "cpu": ["x64"], + "os": [ + "win32" + ], + "cpu": [ + "x64" + ], "files": [ "hyperdb-mcp.exe", "hyperd.exe", diff --git a/version.txt b/version.txt index d917d3e..b1e80bb 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1.2 +0.1.3