Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
10 changes: 5 additions & 5 deletions hyperdb-api-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
9 changes: 9 additions & 0 deletions hyperdb-mcp/npm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
8 changes: 4 additions & 4 deletions hyperdb-mcp/npm/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down