diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 47bbf033..5c94fccb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,20 +1,20 @@ { - "src/runtimes/liboliphaunt/native": "0.0.0", - "src/sdks/rust": "0.0.0", - "src/runtimes/broker": "0.0.0", - "src/runtimes/node-direct": "0.0.0", - "src/sdks/swift": "0.0.0", - "src/sdks/kotlin": "0.0.0", - "src/sdks/react-native": "0.0.0", - "src/sdks/js": "0.0.0", - "src/extensions/contrib": "0.0.0", - "src/extensions/external/pg_hashids": "0.0.0", - "src/extensions/external/pg_ivm": "0.0.0", - "src/extensions/external/pg_textsearch": "0.0.0", - "src/extensions/external/pg_uuidv7": "0.0.0", - "src/extensions/external/pgtap": "0.0.0", - "src/extensions/external/postgis": "0.0.0", - "src/extensions/external/vector": "0.0.0", - "src/runtimes/liboliphaunt/wasix": "0.0.0", - "src/bindings/wasix-rust/crates/oliphaunt-wasix": "0.0.0" + "src/runtimes/liboliphaunt/native": "0.1.0", + "src/sdks/rust": "0.1.0", + "src/runtimes/broker": "0.1.0", + "src/runtimes/node-direct": "0.1.0", + "src/sdks/swift": "0.6.0", + "src/sdks/kotlin": "0.1.0", + "src/sdks/react-native": "0.1.0", + "src/sdks/js": "0.1.0", + "src/extensions/contrib": "0.1.0", + "src/extensions/external/pg_hashids": "0.1.0", + "src/extensions/external/pg_ivm": "0.1.0", + "src/extensions/external/pg_textsearch": "0.1.0", + "src/extensions/external/pg_uuidv7": "0.1.0", + "src/extensions/external/pgtap": "0.1.0", + "src/extensions/external/postgis": "0.1.0", + "src/extensions/external/vector": "0.1.0", + "src/runtimes/liboliphaunt/wasix": "0.1.0", + "src/bindings/wasix-rust/crates/oliphaunt-wasix": "0.1.0" } diff --git a/Cargo.lock b/Cargo.lock index 7fa2d902..d64d87e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1856,7 +1856,7 @@ dependencies = [ [[package]] name = "liboliphaunt-wasix-aot-aarch64-apple-darwin" -version = "0.0.0" +version = "0.1.0" dependencies = [ "serde_json", "sha2 0.10.9", @@ -1864,7 +1864,7 @@ dependencies = [ [[package]] name = "liboliphaunt-wasix-aot-aarch64-unknown-linux-gnu" -version = "0.0.0" +version = "0.1.0" dependencies = [ "serde_json", "sha2 0.10.9", @@ -1872,7 +1872,7 @@ dependencies = [ [[package]] name = "liboliphaunt-wasix-aot-x86_64-pc-windows-msvc" -version = "0.0.0" +version = "0.1.0" dependencies = [ "serde_json", "sha2 0.10.9", @@ -1880,7 +1880,7 @@ dependencies = [ [[package]] name = "liboliphaunt-wasix-aot-x86_64-unknown-linux-gnu" -version = "0.0.0" +version = "0.1.0" dependencies = [ "serde_json", "sha2 0.10.9", @@ -1888,7 +1888,7 @@ dependencies = [ [[package]] name = "liboliphaunt-wasix-portable" -version = "0.0.0" +version = "0.1.0" dependencies = [ "serde", "serde_json", @@ -2266,7 +2266,7 @@ dependencies = [ [[package]] name = "oliphaunt" -version = "0.0.0" +version = "0.1.0" dependencies = [ "crossbeam-channel", "ed25519-dalek", @@ -2290,14 +2290,14 @@ dependencies = [ [[package]] name = "oliphaunt-broker" -version = "0.0.0" +version = "0.1.0" dependencies = [ "oliphaunt", ] [[package]] name = "oliphaunt-build" -version = "0.0.0" +version = "0.1.0" dependencies = [ "serde", "sha2 0.10.9", @@ -2307,7 +2307,7 @@ dependencies = [ [[package]] name = "oliphaunt-icu" -version = "0.0.0" +version = "0.1.0" dependencies = [ "sha2 0.10.9", "tar", @@ -2342,11 +2342,11 @@ dependencies = [ [[package]] name = "oliphaunt-tools" -version = "0.0.0" +version = "0.1.0" [[package]] name = "oliphaunt-wasix" -version = "0.0.0" +version = "0.1.0" dependencies = [ "anyhow", "async-trait", @@ -2392,14 +2392,14 @@ dependencies = [ [[package]] name = "oliphaunt-wasix-tools" -version = "0.0.0" +version = "0.1.0" dependencies = [ "sha2 0.10.9", ] [[package]] name = "oliphaunt-wasix-tools-aot-aarch64-apple-darwin" -version = "0.0.0" +version = "0.1.0" dependencies = [ "serde_json", "sha2 0.10.9", @@ -2407,7 +2407,7 @@ dependencies = [ [[package]] name = "oliphaunt-wasix-tools-aot-aarch64-unknown-linux-gnu" -version = "0.0.0" +version = "0.1.0" dependencies = [ "serde_json", "sha2 0.10.9", @@ -2415,7 +2415,7 @@ dependencies = [ [[package]] name = "oliphaunt-wasix-tools-aot-x86_64-pc-windows-msvc" -version = "0.0.0" +version = "0.1.0" dependencies = [ "serde_json", "sha2 0.10.9", @@ -2423,7 +2423,7 @@ dependencies = [ [[package]] name = "oliphaunt-wasix-tools-aot-x86_64-unknown-linux-gnu" -version = "0.0.0" +version = "0.1.0" dependencies = [ "serde_json", "sha2 0.10.9", diff --git a/examples/electron/package.json b/examples/electron/package.json index 81353c84..2916b990 100644 --- a/examples/electron/package.json +++ b/examples/electron/package.json @@ -9,8 +9,8 @@ "dev:renderer": "vite" }, "dependencies": { - "@oliphaunt/extension-contrib-pg18": "0.0.0", - "@oliphaunt/ts": "0.0.0", + "@oliphaunt/extension-contrib-pg18": "0.1.0", + "@oliphaunt/ts": "0.1.0", "kysely": "^0.29.2", "pg": "^8.16.3" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b2ba6273..1fc15f1d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -186,52 +186,52 @@ importers: version: 4.1.8(@types/node@24.12.4)(@vitest/coverage-v8@4.1.8)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(tsx@4.22.3)(yaml@2.9.0) optionalDependencies: '@oliphaunt/broker-darwin-arm64': - specifier: workspace:0.0.0 + specifier: workspace:0.1.0 version: link:../../runtimes/broker/packages/darwin-arm64 '@oliphaunt/broker-linux-arm64-gnu': - specifier: workspace:0.0.0 + specifier: workspace:0.1.0 version: link:../../runtimes/broker/packages/linux-arm64-gnu '@oliphaunt/broker-linux-x64-gnu': - specifier: workspace:0.0.0 + specifier: workspace:0.1.0 version: link:../../runtimes/broker/packages/linux-x64-gnu '@oliphaunt/broker-win32-x64-msvc': - specifier: workspace:0.0.0 + specifier: workspace:0.1.0 version: link:../../runtimes/broker/packages/win32-x64-msvc '@oliphaunt/liboliphaunt-darwin-arm64': - specifier: workspace:0.0.0 + specifier: workspace:0.1.0 version: link:../../runtimes/liboliphaunt/native/packages/darwin-arm64 '@oliphaunt/liboliphaunt-linux-arm64-gnu': - specifier: workspace:0.0.0 + specifier: workspace:0.1.0 version: link:../../runtimes/liboliphaunt/native/packages/linux-arm64-gnu '@oliphaunt/liboliphaunt-linux-x64-gnu': - specifier: workspace:0.0.0 + specifier: workspace:0.1.0 version: link:../../runtimes/liboliphaunt/native/packages/linux-x64-gnu '@oliphaunt/liboliphaunt-win32-x64-msvc': - specifier: workspace:0.0.0 + specifier: workspace:0.1.0 version: link:../../runtimes/liboliphaunt/native/packages/win32-x64-msvc '@oliphaunt/node-direct-darwin-arm64': - specifier: workspace:0.0.0 + specifier: workspace:0.1.0 version: link:../../runtimes/node-direct/packages/darwin-arm64 '@oliphaunt/node-direct-linux-arm64-gnu': - specifier: workspace:0.0.0 + specifier: workspace:0.1.0 version: link:../../runtimes/node-direct/packages/linux-arm64-gnu '@oliphaunt/node-direct-linux-x64-gnu': - specifier: workspace:0.0.0 + specifier: workspace:0.1.0 version: link:../../runtimes/node-direct/packages/linux-x64-gnu '@oliphaunt/node-direct-win32-x64-msvc': - specifier: workspace:0.0.0 + specifier: workspace:0.1.0 version: link:../../runtimes/node-direct/packages/win32-x64-msvc '@oliphaunt/tools-darwin-arm64': - specifier: workspace:0.0.0 + specifier: workspace:0.1.0 version: link:../../runtimes/liboliphaunt/native/tools-packages/darwin-arm64 '@oliphaunt/tools-linux-arm64-gnu': - specifier: workspace:0.0.0 + specifier: workspace:0.1.0 version: link:../../runtimes/liboliphaunt/native/tools-packages/linux-arm64-gnu '@oliphaunt/tools-linux-x64-gnu': - specifier: workspace:0.0.0 + specifier: workspace:0.1.0 version: link:../../runtimes/liboliphaunt/native/tools-packages/linux-x64-gnu '@oliphaunt/tools-win32-x64-msvc': - specifier: workspace:0.0.0 + specifier: workspace:0.1.0 version: link:../../runtimes/liboliphaunt/native/tools-packages/win32-x64-msvc src/sdks/react-native: diff --git a/release-please-config.json b/release-please-config.json index bd3d004e..61b91cd7 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,6 +1,5 @@ { "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", - "bootstrap-sha": "07a9054faa03d5737dc0193f7a77ed4a71920c05", "include-v-in-tag": true, "separate-pull-requests": false, "tag-separator": "-", diff --git a/src/bindings/wasix-rust/crates/oliphaunt-wasix/.release-semantic-inputs.json b/src/bindings/wasix-rust/crates/oliphaunt-wasix/.release-semantic-inputs.json index d9c4cacf..2f8c7eaa 100644 --- a/src/bindings/wasix-rust/crates/oliphaunt-wasix/.release-semantic-inputs.json +++ b/src/bindings/wasix-rust/crates/oliphaunt-wasix/.release-semantic-inputs.json @@ -14,7 +14,7 @@ "inputs": [ { "path": "Cargo.lock", - "sha256": "b17f59b77b848af3cac6fa2225f7432ea7df8b6c6f558dcc3a875b102654e056" + "sha256": "5610546e756a79eabf8dccd99cdb9654d417a6b57b414537cfa12716b2fecf24" }, { "path": "Cargo.toml", @@ -121,5 +121,5 @@ ] } ], - "sha256": "88eb0628125887d6008b1794fa32c814749e8478387cae6b1a02816ce2b6ab35" + "sha256": "69b5cbbda6c2c1e0aa5b3d8b8dd56968441508c35d30a214be4dd3fdacab25f9" } diff --git a/src/bindings/wasix-rust/crates/oliphaunt-wasix/CHANGELOG.md b/src/bindings/wasix-rust/crates/oliphaunt-wasix/CHANGELOG.md index e69de29b..1ca77c0f 100644 --- a/src/bindings/wasix-rust/crates/oliphaunt-wasix/CHANGELOG.md +++ b/src/bindings/wasix-rust/crates/oliphaunt-wasix/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2026-07-27) + + +### Features + +* introduce oliphaunt ([cd3270d](https://github.com/f0rr0/oliphaunt/commit/cd3270d6194ef2e8a7b7c485f2e05d8dd8de7eef)) diff --git a/src/bindings/wasix-rust/crates/oliphaunt-wasix/Cargo.toml b/src/bindings/wasix-rust/crates/oliphaunt-wasix/Cargo.toml index 2c029e17..4983f4ab 100644 --- a/src/bindings/wasix-rust/crates/oliphaunt-wasix/Cargo.toml +++ b/src/bindings/wasix-rust/crates/oliphaunt-wasix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oliphaunt-wasix" -version = "0.0.0" +version = "0.1.0" edition = "2024" rust-version = "1.93" description = "Embedded Postgres for Rust tests and local apps. No Docker, works with SQLx and any Postgres client." @@ -97,9 +97,9 @@ hex = "0.4" sha2 = "0.10" dunce = "1" filetime = "0.2" -liboliphaunt-wasix-portable = { version = "=0.0.0", path = "../../../../runtimes/liboliphaunt/wasix/crates/assets" } -oliphaunt-wasix-tools = { version = "=0.0.0", path = "../../../../runtimes/liboliphaunt/wasix/crates/tools", optional = true } -oliphaunt-icu = { version = "=0.0.0", path = "../../../../runtimes/liboliphaunt/icu", optional = true } +liboliphaunt-wasix-portable = { version = "=0.1.0", path = "../../../../runtimes/liboliphaunt/wasix/crates/assets" } +oliphaunt-wasix-tools = { version = "=0.1.0", path = "../../../../runtimes/liboliphaunt/wasix/crates/tools", optional = true } +oliphaunt-icu = { version = "=0.1.0", path = "../../../../runtimes/liboliphaunt/icu", optional = true } tokio = { version = "1", features = ["io-util", "rt-multi-thread"] } wasmer = { version = "=7.2.0", default-features = false, features = [ "sys", @@ -128,20 +128,20 @@ virtual-net = { version = "=0.702.0", default-features = false } webc = "=12.0.0" [target.'cfg(all(target_os = "macos", target_arch = "aarch64"))'.dependencies] -liboliphaunt-wasix-aot-aarch64-apple-darwin = { version = "=0.0.0", path = "../../../../runtimes/liboliphaunt/wasix/crates/aot/aarch64-apple-darwin" } -oliphaunt-wasix-tools-aot-aarch64-apple-darwin = { version = "=0.0.0", path = "../../../../runtimes/liboliphaunt/wasix/crates/tools-aot/aarch64-apple-darwin", optional = true } +liboliphaunt-wasix-aot-aarch64-apple-darwin = { version = "=0.1.0", path = "../../../../runtimes/liboliphaunt/wasix/crates/aot/aarch64-apple-darwin" } +oliphaunt-wasix-tools-aot-aarch64-apple-darwin = { version = "=0.1.0", path = "../../../../runtimes/liboliphaunt/wasix/crates/tools-aot/aarch64-apple-darwin", optional = true } [target.'cfg(all(target_os = "linux", target_arch = "x86_64", target_env = "gnu"))'.dependencies] -liboliphaunt-wasix-aot-x86_64-unknown-linux-gnu = { version = "=0.0.0", path = "../../../../runtimes/liboliphaunt/wasix/crates/aot/x86_64-unknown-linux-gnu" } -oliphaunt-wasix-tools-aot-x86_64-unknown-linux-gnu = { version = "=0.0.0", path = "../../../../runtimes/liboliphaunt/wasix/crates/tools-aot/x86_64-unknown-linux-gnu", optional = true } +liboliphaunt-wasix-aot-x86_64-unknown-linux-gnu = { version = "=0.1.0", path = "../../../../runtimes/liboliphaunt/wasix/crates/aot/x86_64-unknown-linux-gnu" } +oliphaunt-wasix-tools-aot-x86_64-unknown-linux-gnu = { version = "=0.1.0", path = "../../../../runtimes/liboliphaunt/wasix/crates/tools-aot/x86_64-unknown-linux-gnu", optional = true } [target.'cfg(all(target_os = "linux", target_arch = "aarch64", target_env = "gnu"))'.dependencies] -liboliphaunt-wasix-aot-aarch64-unknown-linux-gnu = { version = "=0.0.0", path = "../../../../runtimes/liboliphaunt/wasix/crates/aot/aarch64-unknown-linux-gnu" } -oliphaunt-wasix-tools-aot-aarch64-unknown-linux-gnu = { version = "=0.0.0", path = "../../../../runtimes/liboliphaunt/wasix/crates/tools-aot/aarch64-unknown-linux-gnu", optional = true } +liboliphaunt-wasix-aot-aarch64-unknown-linux-gnu = { version = "=0.1.0", path = "../../../../runtimes/liboliphaunt/wasix/crates/aot/aarch64-unknown-linux-gnu" } +oliphaunt-wasix-tools-aot-aarch64-unknown-linux-gnu = { version = "=0.1.0", path = "../../../../runtimes/liboliphaunt/wasix/crates/tools-aot/aarch64-unknown-linux-gnu", optional = true } [target.'cfg(all(target_os = "windows", target_arch = "x86_64", target_env = "msvc"))'.dependencies] -liboliphaunt-wasix-aot-x86_64-pc-windows-msvc = { version = "=0.0.0", path = "../../../../runtimes/liboliphaunt/wasix/crates/aot/x86_64-pc-windows-msvc" } -oliphaunt-wasix-tools-aot-x86_64-pc-windows-msvc = { version = "=0.0.0", path = "../../../../runtimes/liboliphaunt/wasix/crates/tools-aot/x86_64-pc-windows-msvc", optional = true } +liboliphaunt-wasix-aot-x86_64-pc-windows-msvc = { version = "=0.1.0", path = "../../../../runtimes/liboliphaunt/wasix/crates/aot/x86_64-pc-windows-msvc" } +oliphaunt-wasix-tools-aot-x86_64-pc-windows-msvc = { version = "=0.1.0", path = "../../../../runtimes/liboliphaunt/wasix/crates/tools-aot/x86_64-pc-windows-msvc", optional = true } [dev-dependencies] sqlx = { version = "0.8", default-features = false, features = [ diff --git a/src/extensions/contrib/.release-semantic-inputs.json b/src/extensions/contrib/.release-semantic-inputs.json index 2ea589cf..1463d3b9 100644 --- a/src/extensions/contrib/.release-semantic-inputs.json +++ b/src/extensions/contrib/.release-semantic-inputs.json @@ -14,7 +14,7 @@ "inputs": [ { "path": "Cargo.lock", - "sha256": "b17f59b77b848af3cac6fa2225f7432ea7df8b6c6f558dcc3a875b102654e056" + "sha256": "5610546e756a79eabf8dccd99cdb9654d417a6b57b414537cfa12716b2fecf24" }, { "path": "Cargo.toml", @@ -377,5 +377,5 @@ ] } ], - "sha256": "2bb743c09219eaafa0db20c85f3b68b3aa6f4c188e24d7c1e4b9a1aea18e3a99" + "sha256": "f09349ef4f6e5af68d73b8665804504956a2c142d835ef5cdae3731eb607700a" } diff --git a/src/extensions/contrib/CHANGELOG.md b/src/extensions/contrib/CHANGELOG.md index e69de29b..1ca77c0f 100644 --- a/src/extensions/contrib/CHANGELOG.md +++ b/src/extensions/contrib/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2026-07-27) + + +### Features + +* introduce oliphaunt ([cd3270d](https://github.com/f0rr0/oliphaunt/commit/cd3270d6194ef2e8a7b7c485f2e05d8dd8de7eef)) diff --git a/src/extensions/contrib/VERSION b/src/extensions/contrib/VERSION index 77d6f4ca..6e8bf73a 100644 --- a/src/extensions/contrib/VERSION +++ b/src/extensions/contrib/VERSION @@ -1 +1 @@ -0.0.0 +0.1.0 diff --git a/src/extensions/contrib/release.toml b/src/extensions/contrib/release.toml index 17e2b2f4..c03da161 100644 --- a/src/extensions/contrib/release.toml +++ b/src/extensions/contrib/release.toml @@ -74,9 +74,9 @@ path = "src/postgres/versions/18/source.toml" postgres_major = "18" extension_runtime_contract = "src/shared/extension-runtime-contract/contract.toml" native_runtime_product = "liboliphaunt-native" -native_runtime_version = "0.0.0" +native_runtime_version = "0.1.0" wasix_runtime_product = "liboliphaunt-wasix" -wasix_runtime_version = "0.0.0" +wasix_runtime_version = "0.1.0" [compatibility_versions.oliphaunt-extension-contrib-pg18-liboliphaunt-native] source_product = "liboliphaunt-native" diff --git a/src/extensions/external/pg_hashids/.release-semantic-inputs.json b/src/extensions/external/pg_hashids/.release-semantic-inputs.json index d99260d7..2c91e0b9 100644 --- a/src/extensions/external/pg_hashids/.release-semantic-inputs.json +++ b/src/extensions/external/pg_hashids/.release-semantic-inputs.json @@ -14,7 +14,7 @@ "inputs": [ { "path": "Cargo.lock", - "sha256": "b17f59b77b848af3cac6fa2225f7432ea7df8b6c6f558dcc3a875b102654e056" + "sha256": "5610546e756a79eabf8dccd99cdb9654d417a6b57b414537cfa12716b2fecf24" }, { "path": "Cargo.toml", @@ -343,5 +343,5 @@ ] } ], - "sha256": "9cf288a4ae28d37dd12ebf74ec2a97db253062ce2a8dc3c711ca2a199a3fa1ad" + "sha256": "4be8d0bbc54cd45373729014028c632953425dceb123da28cf4404c70291d5a8" } diff --git a/src/extensions/external/pg_hashids/CHANGELOG.md b/src/extensions/external/pg_hashids/CHANGELOG.md index e69de29b..1ca77c0f 100644 --- a/src/extensions/external/pg_hashids/CHANGELOG.md +++ b/src/extensions/external/pg_hashids/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2026-07-27) + + +### Features + +* introduce oliphaunt ([cd3270d](https://github.com/f0rr0/oliphaunt/commit/cd3270d6194ef2e8a7b7c485f2e05d8dd8de7eef)) diff --git a/src/extensions/external/pg_hashids/VERSION b/src/extensions/external/pg_hashids/VERSION index 77d6f4ca..6e8bf73a 100644 --- a/src/extensions/external/pg_hashids/VERSION +++ b/src/extensions/external/pg_hashids/VERSION @@ -1 +1 @@ -0.0.0 +0.1.0 diff --git a/src/extensions/external/pg_hashids/release.toml b/src/extensions/external/pg_hashids/release.toml index 1d1a1a48..6b5974df 100644 --- a/src/extensions/external/pg_hashids/release.toml +++ b/src/extensions/external/pg_hashids/release.toml @@ -41,9 +41,9 @@ path = "src/extensions/external/pg_hashids/source.toml" postgres_major = "18" extension_runtime_contract = "src/shared/extension-runtime-contract/contract.toml" native_runtime_product = "liboliphaunt-native" -native_runtime_version = "0.0.0" +native_runtime_version = "0.1.0" wasix_runtime_product = "liboliphaunt-wasix" -wasix_runtime_version = "0.0.0" +wasix_runtime_version = "0.1.0" [compatibility_versions.oliphaunt-extension-pg-hashids-liboliphaunt-native] source_product = "liboliphaunt-native" path = "src/extensions/external/pg_hashids/release.toml" diff --git a/src/extensions/external/pg_ivm/.release-semantic-inputs.json b/src/extensions/external/pg_ivm/.release-semantic-inputs.json index c25e6326..39c54b54 100644 --- a/src/extensions/external/pg_ivm/.release-semantic-inputs.json +++ b/src/extensions/external/pg_ivm/.release-semantic-inputs.json @@ -14,7 +14,7 @@ "inputs": [ { "path": "Cargo.lock", - "sha256": "b17f59b77b848af3cac6fa2225f7432ea7df8b6c6f558dcc3a875b102654e056" + "sha256": "5610546e756a79eabf8dccd99cdb9654d417a6b57b414537cfa12716b2fecf24" }, { "path": "Cargo.toml", @@ -343,5 +343,5 @@ ] } ], - "sha256": "128a9cab0689a0be204982bdbfa5902504b3d8aa2cc3fa092b65d78bfd1cb88e" + "sha256": "ef6aa923512c65695df1e9ce779a5d195da7ee6f2cccd97712545c48646186f2" } diff --git a/src/extensions/external/pg_ivm/CHANGELOG.md b/src/extensions/external/pg_ivm/CHANGELOG.md index e69de29b..1ca77c0f 100644 --- a/src/extensions/external/pg_ivm/CHANGELOG.md +++ b/src/extensions/external/pg_ivm/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2026-07-27) + + +### Features + +* introduce oliphaunt ([cd3270d](https://github.com/f0rr0/oliphaunt/commit/cd3270d6194ef2e8a7b7c485f2e05d8dd8de7eef)) diff --git a/src/extensions/external/pg_ivm/VERSION b/src/extensions/external/pg_ivm/VERSION index 77d6f4ca..6e8bf73a 100644 --- a/src/extensions/external/pg_ivm/VERSION +++ b/src/extensions/external/pg_ivm/VERSION @@ -1 +1 @@ -0.0.0 +0.1.0 diff --git a/src/extensions/external/pg_ivm/release.toml b/src/extensions/external/pg_ivm/release.toml index bb81b1dc..60333adc 100644 --- a/src/extensions/external/pg_ivm/release.toml +++ b/src/extensions/external/pg_ivm/release.toml @@ -41,9 +41,9 @@ path = "src/extensions/external/pg_ivm/source.toml" postgres_major = "18" extension_runtime_contract = "src/shared/extension-runtime-contract/contract.toml" native_runtime_product = "liboliphaunt-native" -native_runtime_version = "0.0.0" +native_runtime_version = "0.1.0" wasix_runtime_product = "liboliphaunt-wasix" -wasix_runtime_version = "0.0.0" +wasix_runtime_version = "0.1.0" [compatibility_versions.oliphaunt-extension-pg-ivm-liboliphaunt-native] source_product = "liboliphaunt-native" path = "src/extensions/external/pg_ivm/release.toml" diff --git a/src/extensions/external/pg_textsearch/.release-semantic-inputs.json b/src/extensions/external/pg_textsearch/.release-semantic-inputs.json index df4f5d65..3de9340f 100644 --- a/src/extensions/external/pg_textsearch/.release-semantic-inputs.json +++ b/src/extensions/external/pg_textsearch/.release-semantic-inputs.json @@ -14,7 +14,7 @@ "inputs": [ { "path": "Cargo.lock", - "sha256": "b17f59b77b848af3cac6fa2225f7432ea7df8b6c6f558dcc3a875b102654e056" + "sha256": "5610546e756a79eabf8dccd99cdb9654d417a6b57b414537cfa12716b2fecf24" }, { "path": "Cargo.toml", @@ -343,5 +343,5 @@ ] } ], - "sha256": "a26920a11bc317474ac3687f97af8320c4c58135a1267767f8103e85671e28a0" + "sha256": "120ce24e98249ce45f896a2235e7937fd611a31424f1a3302735a17d67483e67" } diff --git a/src/extensions/external/pg_textsearch/CHANGELOG.md b/src/extensions/external/pg_textsearch/CHANGELOG.md index e69de29b..1ca77c0f 100644 --- a/src/extensions/external/pg_textsearch/CHANGELOG.md +++ b/src/extensions/external/pg_textsearch/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2026-07-27) + + +### Features + +* introduce oliphaunt ([cd3270d](https://github.com/f0rr0/oliphaunt/commit/cd3270d6194ef2e8a7b7c485f2e05d8dd8de7eef)) diff --git a/src/extensions/external/pg_textsearch/VERSION b/src/extensions/external/pg_textsearch/VERSION index 77d6f4ca..6e8bf73a 100644 --- a/src/extensions/external/pg_textsearch/VERSION +++ b/src/extensions/external/pg_textsearch/VERSION @@ -1 +1 @@ -0.0.0 +0.1.0 diff --git a/src/extensions/external/pg_textsearch/release.toml b/src/extensions/external/pg_textsearch/release.toml index 68135235..de9a567f 100644 --- a/src/extensions/external/pg_textsearch/release.toml +++ b/src/extensions/external/pg_textsearch/release.toml @@ -41,9 +41,9 @@ path = "src/extensions/external/pg_textsearch/source.toml" postgres_major = "18" extension_runtime_contract = "src/shared/extension-runtime-contract/contract.toml" native_runtime_product = "liboliphaunt-native" -native_runtime_version = "0.0.0" +native_runtime_version = "0.1.0" wasix_runtime_product = "liboliphaunt-wasix" -wasix_runtime_version = "0.0.0" +wasix_runtime_version = "0.1.0" [compatibility_versions.oliphaunt-extension-pg-textsearch-liboliphaunt-native] source_product = "liboliphaunt-native" path = "src/extensions/external/pg_textsearch/release.toml" diff --git a/src/extensions/external/pg_uuidv7/.release-semantic-inputs.json b/src/extensions/external/pg_uuidv7/.release-semantic-inputs.json index 80a7ee7f..8fa772bf 100644 --- a/src/extensions/external/pg_uuidv7/.release-semantic-inputs.json +++ b/src/extensions/external/pg_uuidv7/.release-semantic-inputs.json @@ -14,7 +14,7 @@ "inputs": [ { "path": "Cargo.lock", - "sha256": "b17f59b77b848af3cac6fa2225f7432ea7df8b6c6f558dcc3a875b102654e056" + "sha256": "5610546e756a79eabf8dccd99cdb9654d417a6b57b414537cfa12716b2fecf24" }, { "path": "Cargo.toml", @@ -343,5 +343,5 @@ ] } ], - "sha256": "6519aaebd307f5cc24d84e333981aab0ec5d5486fc2bb60b27588e453aceb63f" + "sha256": "b8cd20190f6d6db1b94346be7dc51976bb646b6bff25b013946c336c0049cb8b" } diff --git a/src/extensions/external/pg_uuidv7/CHANGELOG.md b/src/extensions/external/pg_uuidv7/CHANGELOG.md index e69de29b..1ca77c0f 100644 --- a/src/extensions/external/pg_uuidv7/CHANGELOG.md +++ b/src/extensions/external/pg_uuidv7/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2026-07-27) + + +### Features + +* introduce oliphaunt ([cd3270d](https://github.com/f0rr0/oliphaunt/commit/cd3270d6194ef2e8a7b7c485f2e05d8dd8de7eef)) diff --git a/src/extensions/external/pg_uuidv7/VERSION b/src/extensions/external/pg_uuidv7/VERSION index 77d6f4ca..6e8bf73a 100644 --- a/src/extensions/external/pg_uuidv7/VERSION +++ b/src/extensions/external/pg_uuidv7/VERSION @@ -1 +1 @@ -0.0.0 +0.1.0 diff --git a/src/extensions/external/pg_uuidv7/release.toml b/src/extensions/external/pg_uuidv7/release.toml index 5782a0c2..4813812c 100644 --- a/src/extensions/external/pg_uuidv7/release.toml +++ b/src/extensions/external/pg_uuidv7/release.toml @@ -41,9 +41,9 @@ path = "src/extensions/external/pg_uuidv7/source.toml" postgres_major = "18" extension_runtime_contract = "src/shared/extension-runtime-contract/contract.toml" native_runtime_product = "liboliphaunt-native" -native_runtime_version = "0.0.0" +native_runtime_version = "0.1.0" wasix_runtime_product = "liboliphaunt-wasix" -wasix_runtime_version = "0.0.0" +wasix_runtime_version = "0.1.0" [compatibility_versions.oliphaunt-extension-pg-uuidv7-liboliphaunt-native] source_product = "liboliphaunt-native" path = "src/extensions/external/pg_uuidv7/release.toml" diff --git a/src/extensions/external/pgtap/.release-semantic-inputs.json b/src/extensions/external/pgtap/.release-semantic-inputs.json index 5232aef1..281ba94b 100644 --- a/src/extensions/external/pgtap/.release-semantic-inputs.json +++ b/src/extensions/external/pgtap/.release-semantic-inputs.json @@ -14,7 +14,7 @@ "inputs": [ { "path": "Cargo.lock", - "sha256": "b17f59b77b848af3cac6fa2225f7432ea7df8b6c6f558dcc3a875b102654e056" + "sha256": "5610546e756a79eabf8dccd99cdb9654d417a6b57b414537cfa12716b2fecf24" }, { "path": "Cargo.toml", @@ -343,5 +343,5 @@ ] } ], - "sha256": "c22fb5c2052bc43a19321a1746a1abac4ffbd53a841b3d9fe704b88b557485b3" + "sha256": "5815c07d9423c9921caaec42f94e7726325020a74e9ebd4107f18c3120b2f4cc" } diff --git a/src/extensions/external/pgtap/CHANGELOG.md b/src/extensions/external/pgtap/CHANGELOG.md index e69de29b..1ca77c0f 100644 --- a/src/extensions/external/pgtap/CHANGELOG.md +++ b/src/extensions/external/pgtap/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2026-07-27) + + +### Features + +* introduce oliphaunt ([cd3270d](https://github.com/f0rr0/oliphaunt/commit/cd3270d6194ef2e8a7b7c485f2e05d8dd8de7eef)) diff --git a/src/extensions/external/pgtap/VERSION b/src/extensions/external/pgtap/VERSION index 77d6f4ca..6e8bf73a 100644 --- a/src/extensions/external/pgtap/VERSION +++ b/src/extensions/external/pgtap/VERSION @@ -1 +1 @@ -0.0.0 +0.1.0 diff --git a/src/extensions/external/pgtap/release.toml b/src/extensions/external/pgtap/release.toml index e91ef966..edd5cab2 100644 --- a/src/extensions/external/pgtap/release.toml +++ b/src/extensions/external/pgtap/release.toml @@ -37,9 +37,9 @@ path = "src/extensions/external/pgtap/source.toml" postgres_major = "18" extension_runtime_contract = "src/shared/extension-runtime-contract/contract.toml" native_runtime_product = "liboliphaunt-native" -native_runtime_version = "0.0.0" +native_runtime_version = "0.1.0" wasix_runtime_product = "liboliphaunt-wasix" -wasix_runtime_version = "0.0.0" +wasix_runtime_version = "0.1.0" [compatibility_versions.oliphaunt-extension-pgtap-liboliphaunt-native] source_product = "liboliphaunt-native" path = "src/extensions/external/pgtap/release.toml" diff --git a/src/extensions/external/postgis/.release-semantic-inputs.json b/src/extensions/external/postgis/.release-semantic-inputs.json index 424dc0ea..765edaf3 100644 --- a/src/extensions/external/postgis/.release-semantic-inputs.json +++ b/src/extensions/external/postgis/.release-semantic-inputs.json @@ -14,7 +14,7 @@ "inputs": [ { "path": "Cargo.lock", - "sha256": "b17f59b77b848af3cac6fa2225f7432ea7df8b6c6f558dcc3a875b102654e056" + "sha256": "5610546e756a79eabf8dccd99cdb9654d417a6b57b414537cfa12716b2fecf24" }, { "path": "Cargo.toml", @@ -390,5 +390,5 @@ ] } ], - "sha256": "19c980cb61cbb1ee3febe419e359c94f67338bfba562874fb565351fc483b394" + "sha256": "f2289b353301850099a167255e56ef7c5b967ca53250a07920fa6d210749dcc5" } diff --git a/src/extensions/external/postgis/CHANGELOG.md b/src/extensions/external/postgis/CHANGELOG.md index e69de29b..1ca77c0f 100644 --- a/src/extensions/external/postgis/CHANGELOG.md +++ b/src/extensions/external/postgis/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2026-07-27) + + +### Features + +* introduce oliphaunt ([cd3270d](https://github.com/f0rr0/oliphaunt/commit/cd3270d6194ef2e8a7b7c485f2e05d8dd8de7eef)) diff --git a/src/extensions/external/postgis/VERSION b/src/extensions/external/postgis/VERSION index 77d6f4ca..6e8bf73a 100644 --- a/src/extensions/external/postgis/VERSION +++ b/src/extensions/external/postgis/VERSION @@ -1 +1 @@ -0.0.0 +0.1.0 diff --git a/src/extensions/external/postgis/release.toml b/src/extensions/external/postgis/release.toml index aa8e3988..d79d1133 100644 --- a/src/extensions/external/postgis/release.toml +++ b/src/extensions/external/postgis/release.toml @@ -41,9 +41,9 @@ path = "src/extensions/external/postgis/source.toml" postgres_major = "18" extension_runtime_contract = "src/shared/extension-runtime-contract/contract.toml" native_runtime_product = "liboliphaunt-native" -native_runtime_version = "0.0.0" +native_runtime_version = "0.1.0" wasix_runtime_product = "liboliphaunt-wasix" -wasix_runtime_version = "0.0.0" +wasix_runtime_version = "0.1.0" [compatibility_versions.oliphaunt-extension-postgis-liboliphaunt-native] source_product = "liboliphaunt-native" path = "src/extensions/external/postgis/release.toml" diff --git a/src/extensions/external/vector/.release-semantic-inputs.json b/src/extensions/external/vector/.release-semantic-inputs.json index a3a6a917..e565ae54 100644 --- a/src/extensions/external/vector/.release-semantic-inputs.json +++ b/src/extensions/external/vector/.release-semantic-inputs.json @@ -14,7 +14,7 @@ "inputs": [ { "path": "Cargo.lock", - "sha256": "b17f59b77b848af3cac6fa2225f7432ea7df8b6c6f558dcc3a875b102654e056" + "sha256": "5610546e756a79eabf8dccd99cdb9654d417a6b57b414537cfa12716b2fecf24" }, { "path": "Cargo.toml", @@ -343,5 +343,5 @@ ] } ], - "sha256": "619646921e9f08ba632652c7cf01675795e8ea03954a233d54ada1c60c42db46" + "sha256": "4d1b0b30cccf5182386d5cf5c1793c5ecb209064e7346d355e0ae96ba5c0c425" } diff --git a/src/extensions/external/vector/CHANGELOG.md b/src/extensions/external/vector/CHANGELOG.md index e69de29b..1ca77c0f 100644 --- a/src/extensions/external/vector/CHANGELOG.md +++ b/src/extensions/external/vector/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2026-07-27) + + +### Features + +* introduce oliphaunt ([cd3270d](https://github.com/f0rr0/oliphaunt/commit/cd3270d6194ef2e8a7b7c485f2e05d8dd8de7eef)) diff --git a/src/extensions/external/vector/VERSION b/src/extensions/external/vector/VERSION index 77d6f4ca..6e8bf73a 100644 --- a/src/extensions/external/vector/VERSION +++ b/src/extensions/external/vector/VERSION @@ -1 +1 @@ -0.0.0 +0.1.0 diff --git a/src/extensions/external/vector/release.toml b/src/extensions/external/vector/release.toml index 7e024a73..7976c95b 100644 --- a/src/extensions/external/vector/release.toml +++ b/src/extensions/external/vector/release.toml @@ -41,9 +41,9 @@ path = "src/extensions/external/vector/source.toml" postgres_major = "18" extension_runtime_contract = "src/shared/extension-runtime-contract/contract.toml" native_runtime_product = "liboliphaunt-native" -native_runtime_version = "0.0.0" +native_runtime_version = "0.1.0" wasix_runtime_product = "liboliphaunt-wasix" -wasix_runtime_version = "0.0.0" +wasix_runtime_version = "0.1.0" [compatibility_versions.oliphaunt-extension-vector-liboliphaunt-native] source_product = "liboliphaunt-native" path = "src/extensions/external/vector/release.toml" diff --git a/src/runtimes/broker/.release-semantic-inputs.json b/src/runtimes/broker/.release-semantic-inputs.json index 93c23d86..9fa94dbf 100644 --- a/src/runtimes/broker/.release-semantic-inputs.json +++ b/src/runtimes/broker/.release-semantic-inputs.json @@ -14,7 +14,7 @@ "inputs": [ { "path": "Cargo.lock", - "sha256": "b17f59b77b848af3cac6fa2225f7432ea7df8b6c6f558dcc3a875b102654e056" + "sha256": "5610546e756a79eabf8dccd99cdb9654d417a6b57b414537cfa12716b2fecf24" }, { "path": "Cargo.toml", @@ -457,5 +457,5 @@ ] } ], - "sha256": "e24af5f0187036cbcb7459fae54d948be1b71e383a19e2ef7c8ab93f78b4daea" + "sha256": "ee4150d84771b12a1e437e932d4e9716403ccbc80a6df41bb5c19bb5d890e83b" } diff --git a/src/runtimes/broker/CHANGELOG.md b/src/runtimes/broker/CHANGELOG.md index e69de29b..1ca77c0f 100644 --- a/src/runtimes/broker/CHANGELOG.md +++ b/src/runtimes/broker/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2026-07-27) + + +### Features + +* introduce oliphaunt ([cd3270d](https://github.com/f0rr0/oliphaunt/commit/cd3270d6194ef2e8a7b7c485f2e05d8dd8de7eef)) diff --git a/src/runtimes/broker/Cargo.toml b/src/runtimes/broker/Cargo.toml index 4a25289f..fd0ebafe 100644 --- a/src/runtimes/broker/Cargo.toml +++ b/src/runtimes/broker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oliphaunt-broker" -version = "0.0.0" +version = "0.1.0" edition = "2024" rust-version = "1.93" description = "Oliphaunt broker helper process for process-isolated embedded PostgreSQL." @@ -15,4 +15,4 @@ name = "oliphaunt-broker" path = "src/main.rs" [dependencies] -oliphaunt = { path = "../../sdks/rust", version = "=0.0.0" } +oliphaunt = { path = "../../sdks/rust", version = "=0.1.0" } diff --git a/src/runtimes/broker/crates/linux-arm64-gnu/Cargo.toml b/src/runtimes/broker/crates/linux-arm64-gnu/Cargo.toml index b3ddac94..3369a4a8 100644 --- a/src/runtimes/broker/crates/linux-arm64-gnu/Cargo.toml +++ b/src/runtimes/broker/crates/linux-arm64-gnu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oliphaunt-broker-linux-arm64-gnu" -version = "0.0.0" +version = "0.1.0" edition = "2024" rust-version = "1.93" description = "Cargo artifact crate for the linux-arm64-gnu oliphaunt-broker helper binary." diff --git a/src/runtimes/broker/crates/linux-x64-gnu/Cargo.toml b/src/runtimes/broker/crates/linux-x64-gnu/Cargo.toml index 569dab90..27ee7f12 100644 --- a/src/runtimes/broker/crates/linux-x64-gnu/Cargo.toml +++ b/src/runtimes/broker/crates/linux-x64-gnu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oliphaunt-broker-linux-x64-gnu" -version = "0.0.0" +version = "0.1.0" edition = "2024" rust-version = "1.93" description = "Cargo artifact crate for the linux-x64-gnu oliphaunt-broker helper binary." diff --git a/src/runtimes/broker/crates/macos-arm64/Cargo.toml b/src/runtimes/broker/crates/macos-arm64/Cargo.toml index 82ebb1de..42b73332 100644 --- a/src/runtimes/broker/crates/macos-arm64/Cargo.toml +++ b/src/runtimes/broker/crates/macos-arm64/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oliphaunt-broker-macos-arm64" -version = "0.0.0" +version = "0.1.0" edition = "2024" rust-version = "1.93" description = "Cargo artifact crate for the macos-arm64 oliphaunt-broker helper binary." diff --git a/src/runtimes/broker/crates/windows-x64-msvc/Cargo.toml b/src/runtimes/broker/crates/windows-x64-msvc/Cargo.toml index 6d9b42c0..d11659d2 100644 --- a/src/runtimes/broker/crates/windows-x64-msvc/Cargo.toml +++ b/src/runtimes/broker/crates/windows-x64-msvc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oliphaunt-broker-windows-x64-msvc" -version = "0.0.0" +version = "0.1.0" edition = "2024" rust-version = "1.93" description = "Cargo artifact crate for the windows-x64-msvc oliphaunt-broker helper binary." diff --git a/src/runtimes/broker/packages/darwin-arm64/package.json b/src/runtimes/broker/packages/darwin-arm64/package.json index 1b8fb28a..0b238fac 100644 --- a/src/runtimes/broker/packages/darwin-arm64/package.json +++ b/src/runtimes/broker/packages/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/broker-darwin-arm64", - "version": "0.0.0", + "version": "0.1.0", "description": "macOS arm64 oliphaunt-broker helper binary.", "license": "MIT AND Apache-2.0 AND BSD-3-Clause AND CC-BY-3.0 AND ISC AND Unicode-3.0", "type": "module", diff --git a/src/runtimes/broker/packages/linux-arm64-gnu/package.json b/src/runtimes/broker/packages/linux-arm64-gnu/package.json index 62f8e263..84108aee 100644 --- a/src/runtimes/broker/packages/linux-arm64-gnu/package.json +++ b/src/runtimes/broker/packages/linux-arm64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/broker-linux-arm64-gnu", - "version": "0.0.0", + "version": "0.1.0", "description": "Linux arm64 glibc oliphaunt-broker helper binary.", "license": "MIT AND Apache-2.0 AND BSD-3-Clause AND CC-BY-3.0 AND ISC AND Unicode-3.0", "type": "module", diff --git a/src/runtimes/broker/packages/linux-x64-gnu/package.json b/src/runtimes/broker/packages/linux-x64-gnu/package.json index 31e7095b..9f39f183 100644 --- a/src/runtimes/broker/packages/linux-x64-gnu/package.json +++ b/src/runtimes/broker/packages/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/broker-linux-x64-gnu", - "version": "0.0.0", + "version": "0.1.0", "description": "Linux x64 glibc oliphaunt-broker helper binary.", "license": "MIT AND Apache-2.0 AND BSD-3-Clause AND CC-BY-3.0 AND ISC AND Unicode-3.0", "type": "module", diff --git a/src/runtimes/broker/packages/win32-x64-msvc/package.json b/src/runtimes/broker/packages/win32-x64-msvc/package.json index e21fd219..83eab2a7 100644 --- a/src/runtimes/broker/packages/win32-x64-msvc/package.json +++ b/src/runtimes/broker/packages/win32-x64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/broker-win32-x64-msvc", - "version": "0.0.0", + "version": "0.1.0", "description": "Windows x64 MSVC oliphaunt-broker helper binary.", "license": "MIT AND Apache-2.0 AND BSD-3-Clause AND CC-BY-3.0 AND ISC AND Unicode-3.0", "type": "module", diff --git a/src/runtimes/liboliphaunt/icu/Cargo.toml b/src/runtimes/liboliphaunt/icu/Cargo.toml index 9af9facc..0e5ac86c 100644 --- a/src/runtimes/liboliphaunt/icu/Cargo.toml +++ b/src/runtimes/liboliphaunt/icu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oliphaunt-icu" -version = "0.0.0" +version = "0.1.0" edition = "2024" rust-version = "1.93" description = "Optional ICU data files for Oliphaunt runtimes." diff --git a/src/runtimes/liboliphaunt/native/.release-semantic-inputs.json b/src/runtimes/liboliphaunt/native/.release-semantic-inputs.json index e9190e9f..008a9fb4 100644 --- a/src/runtimes/liboliphaunt/native/.release-semantic-inputs.json +++ b/src/runtimes/liboliphaunt/native/.release-semantic-inputs.json @@ -14,7 +14,7 @@ "inputs": [ { "path": "Cargo.lock", - "sha256": "b17f59b77b848af3cac6fa2225f7432ea7df8b6c6f558dcc3a875b102654e056" + "sha256": "5610546e756a79eabf8dccd99cdb9654d417a6b57b414537cfa12716b2fecf24" }, { "path": "Cargo.toml", @@ -440,5 +440,5 @@ ] } ], - "sha256": "e07b151f774431c151916c1060de487f13364886e3ba77c99975ba6646ed7537" + "sha256": "2e20833021a2f3bb13ed5d0072c15cf6d1cf449d7a12808c7d12187500ce424d" } diff --git a/src/runtimes/liboliphaunt/native/CHANGELOG.md b/src/runtimes/liboliphaunt/native/CHANGELOG.md index e69de29b..1ca77c0f 100644 --- a/src/runtimes/liboliphaunt/native/CHANGELOG.md +++ b/src/runtimes/liboliphaunt/native/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2026-07-27) + + +### Features + +* introduce oliphaunt ([cd3270d](https://github.com/f0rr0/oliphaunt/commit/cd3270d6194ef2e8a7b7c485f2e05d8dd8de7eef)) diff --git a/src/runtimes/liboliphaunt/native/VERSION b/src/runtimes/liboliphaunt/native/VERSION index 77d6f4ca..6e8bf73a 100644 --- a/src/runtimes/liboliphaunt/native/VERSION +++ b/src/runtimes/liboliphaunt/native/VERSION @@ -1 +1 @@ -0.0.0 +0.1.0 diff --git a/src/runtimes/liboliphaunt/native/crates/tools/Cargo.toml b/src/runtimes/liboliphaunt/native/crates/tools/Cargo.toml index 91c7d87b..a6a1b262 100644 --- a/src/runtimes/liboliphaunt/native/crates/tools/Cargo.toml +++ b/src/runtimes/liboliphaunt/native/crates/tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oliphaunt-tools" -version = "0.0.0" +version = "0.1.0" edition = "2024" rust-version = "1.93" description = "Target-selecting Cargo facade for Oliphaunt native pg_dump and psql artifacts." diff --git a/src/runtimes/liboliphaunt/native/icu-npm/OliphauntICU.podspec b/src/runtimes/liboliphaunt/native/icu-npm/OliphauntICU.podspec index 256170f2..704d1103 100644 --- a/src/runtimes/liboliphaunt/native/icu-npm/OliphauntICU.podspec +++ b/src/runtimes/liboliphaunt/native/icu-npm/OliphauntICU.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'OliphauntICU' - s.version = '0.0.0' # x-release-please-version + s.version = '0.1.0' # x-release-please-version s.summary = 'Portable ICU data files for Oliphaunt runtimes.' s.homepage = 'https://oliphaunt.dev' s.license = { :type => 'MIT AND Unicode-3.0' } diff --git a/src/runtimes/liboliphaunt/native/icu-npm/package.json b/src/runtimes/liboliphaunt/native/icu-npm/package.json index 58a7ca6d..f5655754 100644 --- a/src/runtimes/liboliphaunt/native/icu-npm/package.json +++ b/src/runtimes/liboliphaunt/native/icu-npm/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/icu", - "version": "0.0.0", + "version": "0.1.0", "description": "Portable ICU data files for Oliphaunt runtimes.", "license": "MIT AND Unicode-3.0", "type": "module", diff --git a/src/runtimes/liboliphaunt/native/packages/darwin-arm64/package.json b/src/runtimes/liboliphaunt/native/packages/darwin-arm64/package.json index f1ce3c3d..7b7a8d03 100644 --- a/src/runtimes/liboliphaunt/native/packages/darwin-arm64/package.json +++ b/src/runtimes/liboliphaunt/native/packages/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/liboliphaunt-darwin-arm64", - "version": "0.0.0", + "version": "0.1.0", "description": "macOS arm64 liboliphaunt native library for Oliphaunt.", "license": "MIT AND PostgreSQL AND Unicode-3.0", "type": "module", diff --git a/src/runtimes/liboliphaunt/native/packages/linux-arm64-gnu/package.json b/src/runtimes/liboliphaunt/native/packages/linux-arm64-gnu/package.json index c2d459f6..94dd3dad 100644 --- a/src/runtimes/liboliphaunt/native/packages/linux-arm64-gnu/package.json +++ b/src/runtimes/liboliphaunt/native/packages/linux-arm64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/liboliphaunt-linux-arm64-gnu", - "version": "0.0.0", + "version": "0.1.0", "description": "Linux arm64 glibc liboliphaunt native library for Oliphaunt.", "license": "MIT AND PostgreSQL AND Unicode-3.0", "type": "module", diff --git a/src/runtimes/liboliphaunt/native/packages/linux-x64-gnu/package.json b/src/runtimes/liboliphaunt/native/packages/linux-x64-gnu/package.json index c55e83cc..326b78a8 100644 --- a/src/runtimes/liboliphaunt/native/packages/linux-x64-gnu/package.json +++ b/src/runtimes/liboliphaunt/native/packages/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/liboliphaunt-linux-x64-gnu", - "version": "0.0.0", + "version": "0.1.0", "description": "Linux x64 glibc liboliphaunt native library for Oliphaunt.", "license": "MIT AND PostgreSQL AND Unicode-3.0", "type": "module", diff --git a/src/runtimes/liboliphaunt/native/packages/win32-x64-msvc/package.json b/src/runtimes/liboliphaunt/native/packages/win32-x64-msvc/package.json index 2aed5da5..9dace1dc 100644 --- a/src/runtimes/liboliphaunt/native/packages/win32-x64-msvc/package.json +++ b/src/runtimes/liboliphaunt/native/packages/win32-x64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/liboliphaunt-win32-x64-msvc", - "version": "0.0.0", + "version": "0.1.0", "description": "Windows x64 MSVC liboliphaunt native library for Oliphaunt.", "license": "MIT AND PostgreSQL AND Unicode-3.0", "type": "module", diff --git a/src/runtimes/liboliphaunt/native/src/liboliphaunt_native.c b/src/runtimes/liboliphaunt/native/src/liboliphaunt_native.c index f9f051d7..b595a039 100644 --- a/src/runtimes/liboliphaunt/native/src/liboliphaunt_native.c +++ b/src/runtimes/liboliphaunt/native/src/liboliphaunt_native.c @@ -17,7 +17,7 @@ #include #endif -#define OLIPHAUNT_PRODUCT_VERSION "0.0.0" /* x-release-please-version */ +#define OLIPHAUNT_PRODUCT_VERSION "0.1.0" /* x-release-please-version */ extern int oliphaunt_embedded_main( int argc, diff --git a/src/runtimes/liboliphaunt/native/tools-packages/darwin-arm64/package.json b/src/runtimes/liboliphaunt/native/tools-packages/darwin-arm64/package.json index d871d25e..3b772d23 100644 --- a/src/runtimes/liboliphaunt/native/tools-packages/darwin-arm64/package.json +++ b/src/runtimes/liboliphaunt/native/tools-packages/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/tools-darwin-arm64", - "version": "0.0.0", + "version": "0.1.0", "description": "macOS arm64 PostgreSQL client tools for Oliphaunt.", "license": "MIT AND PostgreSQL", "type": "module", diff --git a/src/runtimes/liboliphaunt/native/tools-packages/linux-arm64-gnu/package.json b/src/runtimes/liboliphaunt/native/tools-packages/linux-arm64-gnu/package.json index 38bf439c..05e5c0f5 100644 --- a/src/runtimes/liboliphaunt/native/tools-packages/linux-arm64-gnu/package.json +++ b/src/runtimes/liboliphaunt/native/tools-packages/linux-arm64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/tools-linux-arm64-gnu", - "version": "0.0.0", + "version": "0.1.0", "description": "Linux arm64 glibc PostgreSQL client tools for Oliphaunt.", "license": "MIT AND PostgreSQL", "type": "module", diff --git a/src/runtimes/liboliphaunt/native/tools-packages/linux-x64-gnu/package.json b/src/runtimes/liboliphaunt/native/tools-packages/linux-x64-gnu/package.json index 2c7a9f66..0851a8ca 100644 --- a/src/runtimes/liboliphaunt/native/tools-packages/linux-x64-gnu/package.json +++ b/src/runtimes/liboliphaunt/native/tools-packages/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/tools-linux-x64-gnu", - "version": "0.0.0", + "version": "0.1.0", "description": "Linux x64 glibc PostgreSQL client tools for Oliphaunt.", "license": "MIT AND PostgreSQL", "type": "module", diff --git a/src/runtimes/liboliphaunt/native/tools-packages/win32-x64-msvc/package.json b/src/runtimes/liboliphaunt/native/tools-packages/win32-x64-msvc/package.json index 99a65d73..cba85a5c 100644 --- a/src/runtimes/liboliphaunt/native/tools-packages/win32-x64-msvc/package.json +++ b/src/runtimes/liboliphaunt/native/tools-packages/win32-x64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/tools-win32-x64-msvc", - "version": "0.0.0", + "version": "0.1.0", "description": "Windows x64 MSVC PostgreSQL client tools for Oliphaunt.", "license": "MIT AND PostgreSQL", "type": "module", diff --git a/src/runtimes/liboliphaunt/wasix/.release-semantic-inputs.json b/src/runtimes/liboliphaunt/wasix/.release-semantic-inputs.json index c0200b47..33a78472 100644 --- a/src/runtimes/liboliphaunt/wasix/.release-semantic-inputs.json +++ b/src/runtimes/liboliphaunt/wasix/.release-semantic-inputs.json @@ -14,7 +14,7 @@ "inputs": [ { "path": "Cargo.lock", - "sha256": "b17f59b77b848af3cac6fa2225f7432ea7df8b6c6f558dcc3a875b102654e056" + "sha256": "5610546e756a79eabf8dccd99cdb9654d417a6b57b414537cfa12716b2fecf24" }, { "path": "Cargo.toml", @@ -377,5 +377,5 @@ ] } ], - "sha256": "dc7940a7bb18de8c85cae4f40547aea8adb88fea336ca0240cc5cfbeda4ecfb1" + "sha256": "b303a6f340d89c9209637048a6ac8198f77e85a9051f537d33017a86a820f3ec" } diff --git a/src/runtimes/liboliphaunt/wasix/CHANGELOG.md b/src/runtimes/liboliphaunt/wasix/CHANGELOG.md index e69de29b..1ca77c0f 100644 --- a/src/runtimes/liboliphaunt/wasix/CHANGELOG.md +++ b/src/runtimes/liboliphaunt/wasix/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2026-07-27) + + +### Features + +* introduce oliphaunt ([cd3270d](https://github.com/f0rr0/oliphaunt/commit/cd3270d6194ef2e8a7b7c485f2e05d8dd8de7eef)) diff --git a/src/runtimes/liboliphaunt/wasix/VERSION b/src/runtimes/liboliphaunt/wasix/VERSION index 77d6f4ca..6e8bf73a 100644 --- a/src/runtimes/liboliphaunt/wasix/VERSION +++ b/src/runtimes/liboliphaunt/wasix/VERSION @@ -1 +1 @@ -0.0.0 +0.1.0 diff --git a/src/runtimes/liboliphaunt/wasix/crates/aot/aarch64-apple-darwin/Cargo.toml b/src/runtimes/liboliphaunt/wasix/crates/aot/aarch64-apple-darwin/Cargo.toml index a46b84e7..0d016c3c 100644 --- a/src/runtimes/liboliphaunt/wasix/crates/aot/aarch64-apple-darwin/Cargo.toml +++ b/src/runtimes/liboliphaunt/wasix/crates/aot/aarch64-apple-darwin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "liboliphaunt-wasix-aot-aarch64-apple-darwin" -version = "0.0.0" +version = "0.1.0" edition = "2024" rust-version = "1.93" description = "Wasmer AOT runtime artifacts for oliphaunt-wasix on aarch64-apple-darwin" diff --git a/src/runtimes/liboliphaunt/wasix/crates/aot/aarch64-unknown-linux-gnu/Cargo.toml b/src/runtimes/liboliphaunt/wasix/crates/aot/aarch64-unknown-linux-gnu/Cargo.toml index 8606bb11..ed11d3c4 100644 --- a/src/runtimes/liboliphaunt/wasix/crates/aot/aarch64-unknown-linux-gnu/Cargo.toml +++ b/src/runtimes/liboliphaunt/wasix/crates/aot/aarch64-unknown-linux-gnu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "liboliphaunt-wasix-aot-aarch64-unknown-linux-gnu" -version = "0.0.0" +version = "0.1.0" edition = "2024" rust-version = "1.93" description = "Wasmer AOT runtime artifacts for oliphaunt-wasix on aarch64-unknown-linux-gnu" diff --git a/src/runtimes/liboliphaunt/wasix/crates/aot/x86_64-pc-windows-msvc/Cargo.toml b/src/runtimes/liboliphaunt/wasix/crates/aot/x86_64-pc-windows-msvc/Cargo.toml index dda88c98..999966ff 100644 --- a/src/runtimes/liboliphaunt/wasix/crates/aot/x86_64-pc-windows-msvc/Cargo.toml +++ b/src/runtimes/liboliphaunt/wasix/crates/aot/x86_64-pc-windows-msvc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "liboliphaunt-wasix-aot-x86_64-pc-windows-msvc" -version = "0.0.0" +version = "0.1.0" edition = "2024" rust-version = "1.93" description = "Wasmer AOT runtime artifacts for oliphaunt-wasix on x86_64-pc-windows-msvc" diff --git a/src/runtimes/liboliphaunt/wasix/crates/aot/x86_64-unknown-linux-gnu/Cargo.toml b/src/runtimes/liboliphaunt/wasix/crates/aot/x86_64-unknown-linux-gnu/Cargo.toml index 6441762d..02c96755 100644 --- a/src/runtimes/liboliphaunt/wasix/crates/aot/x86_64-unknown-linux-gnu/Cargo.toml +++ b/src/runtimes/liboliphaunt/wasix/crates/aot/x86_64-unknown-linux-gnu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "liboliphaunt-wasix-aot-x86_64-unknown-linux-gnu" -version = "0.0.0" +version = "0.1.0" edition = "2024" rust-version = "1.93" description = "Wasmer AOT runtime artifacts for oliphaunt-wasix on x86_64-unknown-linux-gnu" diff --git a/src/runtimes/liboliphaunt/wasix/crates/assets/Cargo.toml b/src/runtimes/liboliphaunt/wasix/crates/assets/Cargo.toml index 60d0e679..00a3ff06 100644 --- a/src/runtimes/liboliphaunt/wasix/crates/assets/Cargo.toml +++ b/src/runtimes/liboliphaunt/wasix/crates/assets/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "liboliphaunt-wasix-portable" -version = "0.0.0" +version = "0.1.0" edition = "2024" rust-version = "1.93" description = "Portable WASIX runtime assets for oliphaunt-wasix" diff --git a/src/runtimes/liboliphaunt/wasix/crates/tools-aot/aarch64-apple-darwin/Cargo.toml b/src/runtimes/liboliphaunt/wasix/crates/tools-aot/aarch64-apple-darwin/Cargo.toml index ce780842..3534c191 100644 --- a/src/runtimes/liboliphaunt/wasix/crates/tools-aot/aarch64-apple-darwin/Cargo.toml +++ b/src/runtimes/liboliphaunt/wasix/crates/tools-aot/aarch64-apple-darwin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oliphaunt-wasix-tools-aot-aarch64-apple-darwin" -version = "0.0.0" +version = "0.1.0" edition = "2024" rust-version = "1.93" description = "Wasmer AOT pg_dump and psql artifacts for oliphaunt-wasix on aarch64-apple-darwin" diff --git a/src/runtimes/liboliphaunt/wasix/crates/tools-aot/aarch64-unknown-linux-gnu/Cargo.toml b/src/runtimes/liboliphaunt/wasix/crates/tools-aot/aarch64-unknown-linux-gnu/Cargo.toml index 1cbbf71b..5a90e3c5 100644 --- a/src/runtimes/liboliphaunt/wasix/crates/tools-aot/aarch64-unknown-linux-gnu/Cargo.toml +++ b/src/runtimes/liboliphaunt/wasix/crates/tools-aot/aarch64-unknown-linux-gnu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oliphaunt-wasix-tools-aot-aarch64-unknown-linux-gnu" -version = "0.0.0" +version = "0.1.0" edition = "2024" rust-version = "1.93" description = "Wasmer AOT pg_dump and psql artifacts for oliphaunt-wasix on aarch64-unknown-linux-gnu" diff --git a/src/runtimes/liboliphaunt/wasix/crates/tools-aot/x86_64-pc-windows-msvc/Cargo.toml b/src/runtimes/liboliphaunt/wasix/crates/tools-aot/x86_64-pc-windows-msvc/Cargo.toml index c9ab4ad1..44484176 100644 --- a/src/runtimes/liboliphaunt/wasix/crates/tools-aot/x86_64-pc-windows-msvc/Cargo.toml +++ b/src/runtimes/liboliphaunt/wasix/crates/tools-aot/x86_64-pc-windows-msvc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oliphaunt-wasix-tools-aot-x86_64-pc-windows-msvc" -version = "0.0.0" +version = "0.1.0" edition = "2024" rust-version = "1.93" description = "Wasmer AOT pg_dump and psql artifacts for oliphaunt-wasix on x86_64-pc-windows-msvc" diff --git a/src/runtimes/liboliphaunt/wasix/crates/tools-aot/x86_64-unknown-linux-gnu/Cargo.toml b/src/runtimes/liboliphaunt/wasix/crates/tools-aot/x86_64-unknown-linux-gnu/Cargo.toml index c9ce3d40..c0701be0 100644 --- a/src/runtimes/liboliphaunt/wasix/crates/tools-aot/x86_64-unknown-linux-gnu/Cargo.toml +++ b/src/runtimes/liboliphaunt/wasix/crates/tools-aot/x86_64-unknown-linux-gnu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oliphaunt-wasix-tools-aot-x86_64-unknown-linux-gnu" -version = "0.0.0" +version = "0.1.0" edition = "2024" rust-version = "1.93" description = "Wasmer AOT pg_dump and psql artifacts for oliphaunt-wasix on x86_64-unknown-linux-gnu" diff --git a/src/runtimes/liboliphaunt/wasix/crates/tools/Cargo.toml b/src/runtimes/liboliphaunt/wasix/crates/tools/Cargo.toml index 2152ba72..065b4ec0 100644 --- a/src/runtimes/liboliphaunt/wasix/crates/tools/Cargo.toml +++ b/src/runtimes/liboliphaunt/wasix/crates/tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oliphaunt-wasix-tools" -version = "0.0.0" +version = "0.1.0" edition = "2024" rust-version = "1.93" description = "WASIX pg_dump and psql assets for oliphaunt-wasix" diff --git a/src/runtimes/node-direct/CHANGELOG.md b/src/runtimes/node-direct/CHANGELOG.md index e69de29b..1ca77c0f 100644 --- a/src/runtimes/node-direct/CHANGELOG.md +++ b/src/runtimes/node-direct/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2026-07-27) + + +### Features + +* introduce oliphaunt ([cd3270d](https://github.com/f0rr0/oliphaunt/commit/cd3270d6194ef2e8a7b7c485f2e05d8dd8de7eef)) diff --git a/src/runtimes/node-direct/package.json b/src/runtimes/node-direct/package.json index b5ff5f1f..bf608db3 100644 --- a/src/runtimes/node-direct/package.json +++ b/src/runtimes/node-direct/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/node-direct", - "version": "0.0.0", + "version": "0.1.0", "description": "Node-API native direct adapter for Oliphaunt.", "license": "MIT", "private": true, @@ -11,7 +11,7 @@ "directory": "src/runtimes/node-direct" }, "oliphaunt": { - "liboliphauntVersion": "0.0.0" + "liboliphauntVersion": "0.1.0" }, "files": [ "native", diff --git a/src/runtimes/node-direct/packages/darwin-arm64/package.json b/src/runtimes/node-direct/packages/darwin-arm64/package.json index 682ce06d..0362513c 100644 --- a/src/runtimes/node-direct/packages/darwin-arm64/package.json +++ b/src/runtimes/node-direct/packages/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/node-direct-darwin-arm64", - "version": "0.0.0", + "version": "0.1.0", "description": "macOS arm64 prebuilt Node-API native direct adapter for Oliphaunt.", "license": "MIT", "type": "module", diff --git a/src/runtimes/node-direct/packages/linux-arm64-gnu/package.json b/src/runtimes/node-direct/packages/linux-arm64-gnu/package.json index a266cb54..a1ce0daa 100644 --- a/src/runtimes/node-direct/packages/linux-arm64-gnu/package.json +++ b/src/runtimes/node-direct/packages/linux-arm64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/node-direct-linux-arm64-gnu", - "version": "0.0.0", + "version": "0.1.0", "description": "Linux arm64 glibc prebuilt Node-API native direct adapter for Oliphaunt.", "license": "MIT", "type": "module", diff --git a/src/runtimes/node-direct/packages/linux-x64-gnu/package.json b/src/runtimes/node-direct/packages/linux-x64-gnu/package.json index 3ab6fd04..61542356 100644 --- a/src/runtimes/node-direct/packages/linux-x64-gnu/package.json +++ b/src/runtimes/node-direct/packages/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/node-direct-linux-x64-gnu", - "version": "0.0.0", + "version": "0.1.0", "description": "Linux x64 glibc prebuilt Node-API native direct adapter for Oliphaunt.", "license": "MIT", "type": "module", diff --git a/src/runtimes/node-direct/packages/win32-x64-msvc/package.json b/src/runtimes/node-direct/packages/win32-x64-msvc/package.json index f809bd1a..a23086f8 100644 --- a/src/runtimes/node-direct/packages/win32-x64-msvc/package.json +++ b/src/runtimes/node-direct/packages/win32-x64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/node-direct-win32-x64-msvc", - "version": "0.0.0", + "version": "0.1.0", "description": "Windows x64 MSVC prebuilt Node-API native direct adapter for Oliphaunt.", "license": "MIT", "type": "module", diff --git a/src/sdks/js/.release-semantic-inputs.json b/src/sdks/js/.release-semantic-inputs.json index cdfb1acf..2ea833c6 100644 --- a/src/sdks/js/.release-semantic-inputs.json +++ b/src/sdks/js/.release-semantic-inputs.json @@ -18,7 +18,7 @@ }, { "path": "pnpm-lock.yaml", - "sha256": "3cb642ed2627a7c9c96e1be76c9e0b4b8143efbb30e952d189df53f64bee4b41" + "sha256": "89f357c22586ae5264dc8bc1bb6cad7f51e0ad02a4706098b352ab85b9655661" }, { "path": "pnpm-workspace.yaml", @@ -121,5 +121,5 @@ ] } ], - "sha256": "d02fb2febb1897127862854fe69adf5c1da33f254f30083a034a80894da66c86" + "sha256": "8e2bd5868016774353edb1930d5a8fc513a40fc66592403a6b26dbb67e94f4ec" } diff --git a/src/sdks/js/CHANGELOG.md b/src/sdks/js/CHANGELOG.md index e69de29b..1ca77c0f 100644 --- a/src/sdks/js/CHANGELOG.md +++ b/src/sdks/js/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2026-07-27) + + +### Features + +* introduce oliphaunt ([cd3270d](https://github.com/f0rr0/oliphaunt/commit/cd3270d6194ef2e8a7b7c485f2e05d8dd8de7eef)) diff --git a/src/sdks/js/jsr.json b/src/sdks/js/jsr.json index 0637c908..ee15a188 100644 --- a/src/sdks/js/jsr.json +++ b/src/sdks/js/jsr.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/ts", - "version": "0.0.0", + "version": "0.1.0", "license": "MIT", "exports": { ".": "./src/jsr.ts", @@ -20,6 +20,8 @@ "src/protocol.ts", "src/query.ts" ], - "exclude": ["src/__tests__/**"] + "exclude": [ + "src/__tests__/**" + ] } } diff --git a/src/sdks/js/package.json b/src/sdks/js/package.json index 6ea65e7a..15bf5ccc 100644 --- a/src/sdks/js/package.json +++ b/src/sdks/js/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/ts", - "version": "0.0.0", + "version": "0.1.0", "description": "TypeScript SDK for Oliphaunt on Node.js, Bun, and Deno.", "license": "MIT", "type": "module", @@ -14,31 +14,31 @@ }, "homepage": "https://oliphaunt.dev", "oliphaunt": { - "liboliphauntVersion": "0.0.0", + "liboliphauntVersion": "0.1.0", "icuPackage": "@oliphaunt/icu", - "icuVersion": "0.0.0", - "brokerVersion": "0.0.0", - "nodeDirectAddonVersion": "0.0.0", + "icuVersion": "0.1.0", + "brokerVersion": "0.1.0", + "nodeDirectAddonVersion": "0.1.0", "nodeDirectAddon": "oliphaunt-node-direct", "brokerHelper": "oliphaunt-broker" }, "optionalDependencies": { - "@oliphaunt/broker-darwin-arm64": "workspace:0.0.0", - "@oliphaunt/broker-linux-arm64-gnu": "workspace:0.0.0", - "@oliphaunt/broker-linux-x64-gnu": "workspace:0.0.0", - "@oliphaunt/broker-win32-x64-msvc": "workspace:0.0.0", - "@oliphaunt/liboliphaunt-darwin-arm64": "workspace:0.0.0", - "@oliphaunt/liboliphaunt-linux-arm64-gnu": "workspace:0.0.0", - "@oliphaunt/liboliphaunt-linux-x64-gnu": "workspace:0.0.0", - "@oliphaunt/liboliphaunt-win32-x64-msvc": "workspace:0.0.0", - "@oliphaunt/node-direct-darwin-arm64": "workspace:0.0.0", - "@oliphaunt/node-direct-linux-arm64-gnu": "workspace:0.0.0", - "@oliphaunt/node-direct-linux-x64-gnu": "workspace:0.0.0", - "@oliphaunt/node-direct-win32-x64-msvc": "workspace:0.0.0", - "@oliphaunt/tools-darwin-arm64": "workspace:0.0.0", - "@oliphaunt/tools-linux-arm64-gnu": "workspace:0.0.0", - "@oliphaunt/tools-linux-x64-gnu": "workspace:0.0.0", - "@oliphaunt/tools-win32-x64-msvc": "workspace:0.0.0" + "@oliphaunt/broker-darwin-arm64": "workspace:0.1.0", + "@oliphaunt/broker-linux-arm64-gnu": "workspace:0.1.0", + "@oliphaunt/broker-linux-x64-gnu": "workspace:0.1.0", + "@oliphaunt/broker-win32-x64-msvc": "workspace:0.1.0", + "@oliphaunt/liboliphaunt-darwin-arm64": "workspace:0.1.0", + "@oliphaunt/liboliphaunt-linux-arm64-gnu": "workspace:0.1.0", + "@oliphaunt/liboliphaunt-linux-x64-gnu": "workspace:0.1.0", + "@oliphaunt/liboliphaunt-win32-x64-msvc": "workspace:0.1.0", + "@oliphaunt/node-direct-darwin-arm64": "workspace:0.1.0", + "@oliphaunt/node-direct-linux-arm64-gnu": "workspace:0.1.0", + "@oliphaunt/node-direct-linux-x64-gnu": "workspace:0.1.0", + "@oliphaunt/node-direct-win32-x64-msvc": "workspace:0.1.0", + "@oliphaunt/tools-darwin-arm64": "workspace:0.1.0", + "@oliphaunt/tools-linux-arm64-gnu": "workspace:0.1.0", + "@oliphaunt/tools-linux-x64-gnu": "workspace:0.1.0", + "@oliphaunt/tools-win32-x64-msvc": "workspace:0.1.0" }, "publishConfig": { "access": "public", diff --git a/src/sdks/kotlin/CHANGELOG.md b/src/sdks/kotlin/CHANGELOG.md index e69de29b..1ca77c0f 100644 --- a/src/sdks/kotlin/CHANGELOG.md +++ b/src/sdks/kotlin/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2026-07-27) + + +### Features + +* introduce oliphaunt ([cd3270d](https://github.com/f0rr0/oliphaunt/commit/cd3270d6194ef2e8a7b7c485f2e05d8dd8de7eef)) diff --git a/src/sdks/kotlin/VERSION b/src/sdks/kotlin/VERSION index 77d6f4ca..6e8bf73a 100644 --- a/src/sdks/kotlin/VERSION +++ b/src/sdks/kotlin/VERSION @@ -1 +1 @@ -0.0.0 +0.1.0 diff --git a/src/sdks/kotlin/gradle.properties b/src/sdks/kotlin/gradle.properties index b64205c4..6af6b564 100644 --- a/src/sdks/kotlin/gradle.properties +++ b/src/sdks/kotlin/gradle.properties @@ -3,5 +3,5 @@ kotlin.mpp.enableCInteropCommonization=true kotlin.mpp.applyDefaultHierarchyTemplate=false GROUP=dev.oliphaunt # x-release-please-start-version -VERSION_NAME=0.0.0 +VERSION_NAME=0.1.0 # x-release-please-end diff --git a/src/sdks/kotlin/oliphaunt-android-gradle-plugin/src/main/resources/dev/oliphaunt/android/liboliphaunt.version b/src/sdks/kotlin/oliphaunt-android-gradle-plugin/src/main/resources/dev/oliphaunt/android/liboliphaunt.version index 77d6f4ca..6e8bf73a 100644 --- a/src/sdks/kotlin/oliphaunt-android-gradle-plugin/src/main/resources/dev/oliphaunt/android/liboliphaunt.version +++ b/src/sdks/kotlin/oliphaunt-android-gradle-plugin/src/main/resources/dev/oliphaunt/android/liboliphaunt.version @@ -1 +1 @@ -0.0.0 +0.1.0 diff --git a/src/sdks/react-native/.release-semantic-inputs.json b/src/sdks/react-native/.release-semantic-inputs.json index 2bd41031..0f118aa0 100644 --- a/src/sdks/react-native/.release-semantic-inputs.json +++ b/src/sdks/react-native/.release-semantic-inputs.json @@ -18,7 +18,7 @@ }, { "path": "pnpm-lock.yaml", - "sha256": "3cb642ed2627a7c9c96e1be76c9e0b4b8143efbb30e952d189df53f64bee4b41" + "sha256": "89f357c22586ae5264dc8bc1bb6cad7f51e0ad02a4706098b352ab85b9655661" }, { "path": "pnpm-workspace.yaml", @@ -121,5 +121,5 @@ ] } ], - "sha256": "82bfdb602a6055b2d0eea140cc63dc9255860c1a784259a60e95b557c3d4ba3a" + "sha256": "c6a9de0b8f8da6163e9a570be1c5a775132f00d08f20cbc28d23af5339c61039" } diff --git a/src/sdks/react-native/CHANGELOG.md b/src/sdks/react-native/CHANGELOG.md index e69de29b..1ca77c0f 100644 --- a/src/sdks/react-native/CHANGELOG.md +++ b/src/sdks/react-native/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2026-07-27) + + +### Features + +* introduce oliphaunt ([cd3270d](https://github.com/f0rr0/oliphaunt/commit/cd3270d6194ef2e8a7b7c485f2e05d8dd8de7eef)) diff --git a/src/sdks/react-native/package.json b/src/sdks/react-native/package.json index 25ba261c..6c28218f 100644 --- a/src/sdks/react-native/package.json +++ b/src/sdks/react-native/package.json @@ -1,6 +1,6 @@ { "name": "@oliphaunt/react-native", - "version": "0.0.0", + "version": "0.1.0", "description": "React Native New Architecture SDK for Oliphaunt.", "license": "MIT", "repository": { @@ -21,8 +21,8 @@ "types": "lib/typescript/index.d.ts", "react-native": "lib/module/index.js", "oliphaunt": { - "swiftSdkVersion": "0.0.0", - "kotlinSdkVersion": "0.0.0" + "swiftSdkVersion": "0.6.0", + "kotlinSdkVersion": "0.1.0" }, "files": [ "android", diff --git a/src/sdks/rust/.release-semantic-inputs.json b/src/sdks/rust/.release-semantic-inputs.json index 82d838b1..efa2b86d 100644 --- a/src/sdks/rust/.release-semantic-inputs.json +++ b/src/sdks/rust/.release-semantic-inputs.json @@ -14,7 +14,7 @@ "inputs": [ { "path": "Cargo.lock", - "sha256": "b17f59b77b848af3cac6fa2225f7432ea7df8b6c6f558dcc3a875b102654e056" + "sha256": "5610546e756a79eabf8dccd99cdb9654d417a6b57b414537cfa12716b2fecf24" }, { "path": "Cargo.toml", @@ -121,5 +121,5 @@ ] } ], - "sha256": "eba60ee4456bb37a69d794a49360900d96d9138ef09d3fb033e68425290101f4" + "sha256": "48c0544f90258b139d3ac4061121fd1a4bc34b024f4dd7e14beb495f2c70ce00" } diff --git a/src/sdks/rust/CHANGELOG.md b/src/sdks/rust/CHANGELOG.md index e69de29b..1ca77c0f 100644 --- a/src/sdks/rust/CHANGELOG.md +++ b/src/sdks/rust/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2026-07-27) + + +### Features + +* introduce oliphaunt ([cd3270d](https://github.com/f0rr0/oliphaunt/commit/cd3270d6194ef2e8a7b7c485f2e05d8dd8de7eef)) diff --git a/src/sdks/rust/Cargo.toml b/src/sdks/rust/Cargo.toml index b31ba74f..40c69558 100644 --- a/src/sdks/rust/Cargo.toml +++ b/src/sdks/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oliphaunt" -version = "0.0.0" +version = "0.1.0" edition = "2024" rust-version = "1.93" description = "Native-first Rust SDK surface for embedded PostgreSQL through liboliphaunt." @@ -30,7 +30,7 @@ extension-signing = ["dep:ed25519-dalek"] [package.metadata.oliphaunt] broker-helper = "oliphaunt-broker" -broker-version = "0.0.0" +broker-version = "0.1.0" [[bin]] name = "oliphaunt-resources" diff --git a/src/sdks/rust/crates/oliphaunt-build/Cargo.toml b/src/sdks/rust/crates/oliphaunt-build/Cargo.toml index 93269731..b575fbe3 100644 --- a/src/sdks/rust/crates/oliphaunt-build/Cargo.toml +++ b/src/sdks/rust/crates/oliphaunt-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oliphaunt-build" -version = "0.0.0" +version = "0.1.0" edition = "2024" rust-version = "1.93" description = "Cargo build-script integration for staging Oliphaunt runtime artifacts." diff --git a/src/sdks/rust/src/broker.rs b/src/sdks/rust/src/broker.rs index 88f4c21b..9b1fa847 100644 --- a/src/sdks/rust/src/broker.rs +++ b/src/sdks/rust/src/broker.rs @@ -31,7 +31,7 @@ const ENV_BROKER_TRANSPORT: &str = "OLIPHAUNT_BROKER_TRANSPORT"; const ENV_BROKER_AUTH_TOKEN: &str = "OLIPHAUNT_BROKER_AUTH_TOKEN"; const READY_PREFIX: &str = "OLIPHAUNT_BROKER_READY "; const ERROR_PREFIX: &str = "OLIPHAUNT_BROKER_ERROR "; -const BROKER_RELEASE_VERSION: &str = "0.0.0"; +const BROKER_RELEASE_VERSION: &str = "0.1.0"; const BROKER_STARTUP_TIMEOUT: Duration = Duration::from_secs(20); const BROKER_SHUTDOWN_TIMEOUT: Duration = Duration::from_secs(5); diff --git a/src/sdks/rust/tests/release-consumer/Cargo.lock b/src/sdks/rust/tests/release-consumer/Cargo.lock index 4f92174f..8e83e953 100644 --- a/src/sdks/rust/tests/release-consumer/Cargo.lock +++ b/src/sdks/rust/tests/release-consumer/Cargo.lock @@ -288,7 +288,7 @@ dependencies = [ [[package]] name = "oliphaunt" -version = "0.0.0" +version = "0.1.0" dependencies = [ "crossbeam-channel", "flate2", diff --git a/src/sdks/swift/CHANGELOG.md b/src/sdks/swift/CHANGELOG.md index e69de29b..6f01909f 100644 --- a/src/sdks/swift/CHANGELOG.md +++ b/src/sdks/swift/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.6.0 (2026-07-27) + + +### Features + +* introduce oliphaunt ([cd3270d](https://github.com/f0rr0/oliphaunt/commit/cd3270d6194ef2e8a7b7c485f2e05d8dd8de7eef)) diff --git a/src/sdks/swift/LIBOLIPHAUNT_VERSION b/src/sdks/swift/LIBOLIPHAUNT_VERSION index 77d6f4ca..6e8bf73a 100644 --- a/src/sdks/swift/LIBOLIPHAUNT_VERSION +++ b/src/sdks/swift/LIBOLIPHAUNT_VERSION @@ -1 +1 @@ -0.0.0 +0.1.0 diff --git a/src/sdks/swift/VERSION b/src/sdks/swift/VERSION index 77d6f4ca..a918a2aa 100644 --- a/src/sdks/swift/VERSION +++ b/src/sdks/swift/VERSION @@ -1 +1 @@ -0.0.0 +0.6.0 diff --git a/tools/perf/runner/Cargo.toml b/tools/perf/runner/Cargo.toml index 2fb88551..cd4fee57 100644 --- a/tools/perf/runner/Cargo.toml +++ b/tools/perf/runner/Cargo.toml @@ -14,8 +14,8 @@ legacy-oliphaunt = ["dep:directories", "dep:oliphaunt-wasix"] anyhow = "1" directories = { version = "6", optional = true } futures-util = "0.3" -oliphaunt = { version = "0.0.0", path = "../../../src/sdks/rust" } -oliphaunt-wasix = { version = "0.0.0", path = "../../../src/bindings/wasix-rust/crates/oliphaunt-wasix", features = ["extensions"], optional = true } +oliphaunt = { version = "0.1.0", path = "../../../src/sdks/rust" } +oliphaunt-wasix = { version = "0.1.0", path = "../../../src/bindings/wasix-rust/crates/oliphaunt-wasix", features = ["extensions"], optional = true } rusqlite = { version = "0.37", features = ["bundled"] } serde = { version = "1", features = ["derive"] } serde_json = "1"