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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "0.2.0",
".": "0.2.1",
"hyperdb-api-node": "0.1.3",
"hyperdb-mcp/npm": "0.1.3",
"hyperdb-mcp/npm/darwin-arm64": "0.1.3",
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.1](https://github.com/tableau/hyper-api-rust/compare/v0.2.0...v0.2.1) (2026-05-26)


### Bug Fixes

* **build:** add make targets for API-only build and test ([#44](https://github.com/tableau/hyper-api-rust/issues/44)) ([7f81ead](https://github.com/tableau/hyper-api-rust/commit/7f81eadd690bdd09fe04a9ec2f819fbc0e041004))

## [0.2.0](https://github.com/tableau/hyper-api-rust/compare/v0.1.3...v0.2.0) (2026-05-26)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ members = [
]

[workspace.package]
version = "0.2.0"
version = "0.2.1"
edition = "2021"
rust-version = "1.81"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion hyperdb-api-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ serde_json = { workspace = true }

# Salesforce OAuth authentication (optional, via standalone crate)
# x-release-please-start-version
hyperdb-api-salesforce = { path = "../hyperdb-api-salesforce", version = "=0.2.0", optional = true }
hyperdb-api-salesforce = { path = "../hyperdb-api-salesforce", version = "=0.2.1", optional = true }
# x-release-please-end

# Arrow parsing for catalog operations (optional, used by authenticated_client)
Expand Down
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.2.0",
"hyperdb-api-node-linux-arm64-gnu": "0.2.0",
"hyperdb-api-node-linux-x64-gnu": "0.2.0",
"hyperdb-api-node-linux-x64-musl": "0.2.0",
"hyperdb-api-node-win32-x64-msvc": "0.2.0"
"hyperdb-api-node-darwin-arm64": "0.2.1",
"hyperdb-api-node-linux-arm64-gnu": "0.2.1",
"hyperdb-api-node-linux-x64-gnu": "0.2.1",
"hyperdb-api-node-linux-x64-musl": "0.2.1",
"hyperdb-api-node-win32-x64-msvc": "0.2.1"
},
"keywords": [
"hyper",
Expand Down
2 changes: 1 addition & 1 deletion hyperdb-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ autobenches = false

[dependencies]
# x-release-please-start-version
hyperdb-api-core = { path = "../hyperdb-api-core", version = "=0.2.0" }
hyperdb-api-core = { path = "../hyperdb-api-core", version = "=0.2.1" }
# x-release-please-end
bytes = { workspace = true }
thiserror = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion hyperdb-mcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ path = "src/main.rs"

[dependencies]
# x-release-please-start-version
hyperdb-api = { path = "../hyperdb-api", version = "=0.2.0" }
hyperdb-api = { path = "../hyperdb-api", version = "=0.2.1" }
# x-release-please-end
rmcp = { version = "1.7", features = ["server", "transport-io"] }
tokio = { version = "1", features = ["rt-multi-thread", "macros", "io-std", "signal", "time"] }
Expand Down
6 changes: 3 additions & 3 deletions hyperdb-mcp/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"hyperdb-mcp": "bin.js"
},
"optionalDependencies": {
"hyperdb-mcp-darwin-arm64": "0.2.0",
"hyperdb-mcp-linux-x64-gnu": "0.2.0",
"hyperdb-mcp-win32-x64-msvc": "0.2.0"
"hyperdb-mcp-darwin-arm64": "0.2.1",
"hyperdb-mcp-linux-x64-gnu": "0.2.1",
"hyperdb-mcp-win32-x64-msvc": "0.2.1"
},
"files": [
"bin.js",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.2.1
Loading