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 a4cdf5b2..df9cfae5 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", @@ -2386,14 +2386,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", @@ -2401,7 +2401,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", @@ -2409,7 +2409,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", @@ -2417,7 +2417,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 c1008011..6777fd7b 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": "2542920dbb45420d4c016bb9633e9039dd6c6401deb09fc90667164b1cd1b787" + "sha256": "d31d982efd78ecfc90202b912f50e48cab7bbbf174b984de5b3eae9cfbe76471" }, { "path": "Cargo.toml", @@ -109,5 +109,5 @@ ] } ], - "sha256": "f827b99be48e7d9bc32b7d0fa39eb8bb04ed9c5223360a6c72434c831f493d4d" + "sha256": "cfd64c33ecd3f518b170a9a73a7421dc2c8b1d59eb8479f42885863733162bdc" } diff --git a/src/bindings/wasix-rust/crates/oliphaunt-wasix/CHANGELOG.md b/src/bindings/wasix-rust/crates/oliphaunt-wasix/CHANGELOG.md index e69de29b..ae5bcf4b 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-23) + + +### Features + +* introduce oliphaunt ([7841b9c](https://github.com/f0rr0/oliphaunt/commit/7841b9c4f0635fc2fe3226d45e66bd4d6b5a8f1b)) diff --git a/src/bindings/wasix-rust/crates/oliphaunt-wasix/Cargo.toml b/src/bindings/wasix-rust/crates/oliphaunt-wasix/Cargo.toml index bd8a87ed..fe6f3c1c 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", @@ -118,20 +118,20 @@ wasmer-wasix = { version = "=0.702.0", default-features = false, features = [ 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 a6fb5618..29c35003 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": "2542920dbb45420d4c016bb9633e9039dd6c6401deb09fc90667164b1cd1b787" + "sha256": "d31d982efd78ecfc90202b912f50e48cab7bbbf174b984de5b3eae9cfbe76471" }, { "path": "Cargo.toml", @@ -365,5 +365,5 @@ ] } ], - "sha256": "e1220a14be0cbb213147931c912f7b49e94c1e126d0f8c5e8e518b6cbe5263a4" + "sha256": "4aacbc245f4281e59705dc9f83f9f4ac3e511fb97d6acb5d06052f95b283622d" } diff --git a/src/extensions/contrib/CHANGELOG.md b/src/extensions/contrib/CHANGELOG.md index e69de29b..ae5bcf4b 100644 --- a/src/extensions/contrib/CHANGELOG.md +++ b/src/extensions/contrib/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2026-07-23) + + +### Features + +* introduce oliphaunt ([7841b9c](https://github.com/f0rr0/oliphaunt/commit/7841b9c4f0635fc2fe3226d45e66bd4d6b5a8f1b)) 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 9f37433c..a1d55a26 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": "2542920dbb45420d4c016bb9633e9039dd6c6401deb09fc90667164b1cd1b787" + "sha256": "d31d982efd78ecfc90202b912f50e48cab7bbbf174b984de5b3eae9cfbe76471" }, { "path": "Cargo.toml", @@ -331,5 +331,5 @@ ] } ], - "sha256": "b5d1728c756cc668d148fef937d600f6d7e0360a497fd06fd84d78a69fa33aed" + "sha256": "3540238f498d3d3be1f8c52c51906359ff730663210bd666cc33d42bb2396812" } diff --git a/src/extensions/external/pg_hashids/CHANGELOG.md b/src/extensions/external/pg_hashids/CHANGELOG.md index e69de29b..ae5bcf4b 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-23) + + +### Features + +* introduce oliphaunt ([7841b9c](https://github.com/f0rr0/oliphaunt/commit/7841b9c4f0635fc2fe3226d45e66bd4d6b5a8f1b)) 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 f9859de7..fd4db11b 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": "2542920dbb45420d4c016bb9633e9039dd6c6401deb09fc90667164b1cd1b787" + "sha256": "d31d982efd78ecfc90202b912f50e48cab7bbbf174b984de5b3eae9cfbe76471" }, { "path": "Cargo.toml", @@ -331,5 +331,5 @@ ] } ], - "sha256": "9c3580723654585f5cac74ad9f0b960bca53394c2258e2f94b1f55753708957a" + "sha256": "2d8d66bd47305023121bcf8b086688e386086269fdf73a0bf347eb2162c7cf26" } diff --git a/src/extensions/external/pg_ivm/CHANGELOG.md b/src/extensions/external/pg_ivm/CHANGELOG.md index e69de29b..ae5bcf4b 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-23) + + +### Features + +* introduce oliphaunt ([7841b9c](https://github.com/f0rr0/oliphaunt/commit/7841b9c4f0635fc2fe3226d45e66bd4d6b5a8f1b)) 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 31938627..8840d49e 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": "2542920dbb45420d4c016bb9633e9039dd6c6401deb09fc90667164b1cd1b787" + "sha256": "d31d982efd78ecfc90202b912f50e48cab7bbbf174b984de5b3eae9cfbe76471" }, { "path": "Cargo.toml", @@ -331,5 +331,5 @@ ] } ], - "sha256": "3679acfa9efa288f02a40338f969390997d23de441d8426a84f5c28e10cc861d" + "sha256": "fc293af6b8a7905d9ca75b4c6cb414eb3f79bd20cde39bfb9f7dfc045080fcf1" } diff --git a/src/extensions/external/pg_textsearch/CHANGELOG.md b/src/extensions/external/pg_textsearch/CHANGELOG.md index e69de29b..ae5bcf4b 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-23) + + +### Features + +* introduce oliphaunt ([7841b9c](https://github.com/f0rr0/oliphaunt/commit/7841b9c4f0635fc2fe3226d45e66bd4d6b5a8f1b)) 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 f38a0cb6..d1f6ea57 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": "2542920dbb45420d4c016bb9633e9039dd6c6401deb09fc90667164b1cd1b787" + "sha256": "d31d982efd78ecfc90202b912f50e48cab7bbbf174b984de5b3eae9cfbe76471" }, { "path": "Cargo.toml", @@ -331,5 +331,5 @@ ] } ], - "sha256": "1da0a10baba021b7bb59bfcd059a1c36741cd1a236d975fe07d89fa77e91c383" + "sha256": "98fb1f21d003e2a202ef42e6d9df88fe45856ca6b784c7ce3b627a15e233aee5" } diff --git a/src/extensions/external/pg_uuidv7/CHANGELOG.md b/src/extensions/external/pg_uuidv7/CHANGELOG.md index e69de29b..ae5bcf4b 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-23) + + +### Features + +* introduce oliphaunt ([7841b9c](https://github.com/f0rr0/oliphaunt/commit/7841b9c4f0635fc2fe3226d45e66bd4d6b5a8f1b)) 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 7c5daf15..4528907a 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": "2542920dbb45420d4c016bb9633e9039dd6c6401deb09fc90667164b1cd1b787" + "sha256": "d31d982efd78ecfc90202b912f50e48cab7bbbf174b984de5b3eae9cfbe76471" }, { "path": "Cargo.toml", @@ -331,5 +331,5 @@ ] } ], - "sha256": "7f906068c85f569ee58fc60c1b84a7541ecd60930cd5864ab10a60eea7623d37" + "sha256": "f765f08b3f2419e5a65414995a044a47d8983a2e7be459fab5701201274e13ee" } diff --git a/src/extensions/external/pgtap/CHANGELOG.md b/src/extensions/external/pgtap/CHANGELOG.md index e69de29b..ae5bcf4b 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-23) + + +### Features + +* introduce oliphaunt ([7841b9c](https://github.com/f0rr0/oliphaunt/commit/7841b9c4f0635fc2fe3226d45e66bd4d6b5a8f1b)) 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 e5239ca5..fe7b2f1c 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": "2542920dbb45420d4c016bb9633e9039dd6c6401deb09fc90667164b1cd1b787" + "sha256": "d31d982efd78ecfc90202b912f50e48cab7bbbf174b984de5b3eae9cfbe76471" }, { "path": "Cargo.toml", @@ -378,5 +378,5 @@ ] } ], - "sha256": "4660006dc6d35b360b7b17965d57439586f71a50e125937385cdf6bd635118e8" + "sha256": "ddf8540fcaf96550a54c0bcd01154d5ccb4ec6f1a5e2f26ef5901634431d9d67" } diff --git a/src/extensions/external/postgis/CHANGELOG.md b/src/extensions/external/postgis/CHANGELOG.md index e69de29b..ae5bcf4b 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-23) + + +### Features + +* introduce oliphaunt ([7841b9c](https://github.com/f0rr0/oliphaunt/commit/7841b9c4f0635fc2fe3226d45e66bd4d6b5a8f1b)) 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 77f71906..fb6dd8d4 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": "2542920dbb45420d4c016bb9633e9039dd6c6401deb09fc90667164b1cd1b787" + "sha256": "d31d982efd78ecfc90202b912f50e48cab7bbbf174b984de5b3eae9cfbe76471" }, { "path": "Cargo.toml", @@ -331,5 +331,5 @@ ] } ], - "sha256": "5791fcfea674177390d10020b69ef2c65e93be757695bf6303955268806e13b4" + "sha256": "cea2ac2d57c32d0e31b83efa56f7dd50e6133f58dd20b19b2de58d173ac75d0a" } diff --git a/src/extensions/external/vector/CHANGELOG.md b/src/extensions/external/vector/CHANGELOG.md index e69de29b..ae5bcf4b 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-23) + + +### Features + +* introduce oliphaunt ([7841b9c](https://github.com/f0rr0/oliphaunt/commit/7841b9c4f0635fc2fe3226d45e66bd4d6b5a8f1b)) 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 0d59b637..d9841730 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": "2542920dbb45420d4c016bb9633e9039dd6c6401deb09fc90667164b1cd1b787" + "sha256": "d31d982efd78ecfc90202b912f50e48cab7bbbf174b984de5b3eae9cfbe76471" }, { "path": "Cargo.toml", @@ -445,5 +445,5 @@ ] } ], - "sha256": "161bd49b3003129742ec153d2c39a891421b3b9cace154a45e1bbbd9ad2f94f5" + "sha256": "370b0dd34134542d491e5bfcc1573d0114f26e185e42595619db1867db729511" } diff --git a/src/runtimes/broker/CHANGELOG.md b/src/runtimes/broker/CHANGELOG.md index e69de29b..ae5bcf4b 100644 --- a/src/runtimes/broker/CHANGELOG.md +++ b/src/runtimes/broker/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2026-07-23) + + +### Features + +* introduce oliphaunt ([7841b9c](https://github.com/f0rr0/oliphaunt/commit/7841b9c4f0635fc2fe3226d45e66bd4d6b5a8f1b)) 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 a88bc020..d3adf360 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": "2542920dbb45420d4c016bb9633e9039dd6c6401deb09fc90667164b1cd1b787" + "sha256": "d31d982efd78ecfc90202b912f50e48cab7bbbf174b984de5b3eae9cfbe76471" }, { "path": "Cargo.toml", @@ -428,5 +428,5 @@ ] } ], - "sha256": "7180ed4b00cf08f7015132950c12331771823166fd5cd53f105b3030b8c91ef5" + "sha256": "05e2b81cec8f8580165424c9a1edf9dc4d71c68bad292d16281c96fcaa841a29" } diff --git a/src/runtimes/liboliphaunt/native/CHANGELOG.md b/src/runtimes/liboliphaunt/native/CHANGELOG.md index e69de29b..ae5bcf4b 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-23) + + +### Features + +* introduce oliphaunt ([7841b9c](https://github.com/f0rr0/oliphaunt/commit/7841b9c4f0635fc2fe3226d45e66bd4d6b5a8f1b)) 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 79980ed4..c15dfc91 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": "2542920dbb45420d4c016bb9633e9039dd6c6401deb09fc90667164b1cd1b787" + "sha256": "d31d982efd78ecfc90202b912f50e48cab7bbbf174b984de5b3eae9cfbe76471" }, { "path": "Cargo.toml", @@ -365,5 +365,5 @@ ] } ], - "sha256": "f2ba89ea5d68c04fe15f289fa81e2a6bd054c87e82fba588964ec0ec7a3a4e87" + "sha256": "b91ce4a0846cfc9d6772553ceaacc846df41c068bf4fa0f440f99839684eec76" } diff --git a/src/runtimes/liboliphaunt/wasix/CHANGELOG.md b/src/runtimes/liboliphaunt/wasix/CHANGELOG.md index e69de29b..ae5bcf4b 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-23) + + +### Features + +* introduce oliphaunt ([7841b9c](https://github.com/f0rr0/oliphaunt/commit/7841b9c4f0635fc2fe3226d45e66bd4d6b5a8f1b)) 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..ae5bcf4b 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-23) + + +### Features + +* introduce oliphaunt ([7841b9c](https://github.com/f0rr0/oliphaunt/commit/7841b9c4f0635fc2fe3226d45e66bd4d6b5a8f1b)) 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 39396e88..2169a9ef 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": "2b285b73c6a46fd7e7b2d4f5ec86612ac94e4ec30f717f6d5aab567681a3c6dc" + "sha256": "9e2ef2bfb038c95affce6fc7bf4d875b6f7adda1ff7ee62dd49ad13197dba269" } diff --git a/src/sdks/js/CHANGELOG.md b/src/sdks/js/CHANGELOG.md index e69de29b..ae5bcf4b 100644 --- a/src/sdks/js/CHANGELOG.md +++ b/src/sdks/js/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2026-07-23) + + +### Features + +* introduce oliphaunt ([7841b9c](https://github.com/f0rr0/oliphaunt/commit/7841b9c4f0635fc2fe3226d45e66bd4d6b5a8f1b)) 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..ae5bcf4b 100644 --- a/src/sdks/kotlin/CHANGELOG.md +++ b/src/sdks/kotlin/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2026-07-23) + + +### Features + +* introduce oliphaunt ([7841b9c](https://github.com/f0rr0/oliphaunt/commit/7841b9c4f0635fc2fe3226d45e66bd4d6b5a8f1b)) 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 45b3cbcb..60d2d38e 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": "88b4d911bf70545d0a6eaa3ab6bd91ca82554f8cfca3dd70f8cdcb097558a3a2" + "sha256": "b80dda50c15ae2d1a2007e92cdaefd78421e8f71f473dae09b3f0aa1ab651c4e" } diff --git a/src/sdks/react-native/CHANGELOG.md b/src/sdks/react-native/CHANGELOG.md index e69de29b..ae5bcf4b 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-23) + + +### Features + +* introduce oliphaunt ([7841b9c](https://github.com/f0rr0/oliphaunt/commit/7841b9c4f0635fc2fe3226d45e66bd4d6b5a8f1b)) 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 750a3b0c..f1a56030 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": "2542920dbb45420d4c016bb9633e9039dd6c6401deb09fc90667164b1cd1b787" + "sha256": "d31d982efd78ecfc90202b912f50e48cab7bbbf174b984de5b3eae9cfbe76471" }, { "path": "Cargo.toml", @@ -109,5 +109,5 @@ ] } ], - "sha256": "40bee26749d4a11e4a4a2b59fb9a04bbb3a23358431b8e03723e8c9a8e3522f4" + "sha256": "b38c2f690ebd62f23ce7ed0e489a50fc9139eb9ce1873611feb424fbe1d89f50" } diff --git a/src/sdks/rust/CHANGELOG.md b/src/sdks/rust/CHANGELOG.md index e69de29b..ae5bcf4b 100644 --- a/src/sdks/rust/CHANGELOG.md +++ b/src/sdks/rust/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2026-07-23) + + +### Features + +* introduce oliphaunt ([7841b9c](https://github.com/f0rr0/oliphaunt/commit/7841b9c4f0635fc2fe3226d45e66bd4d6b5a8f1b)) 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..fc100710 100644 --- a/src/sdks/swift/CHANGELOG.md +++ b/src/sdks/swift/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.6.0 (2026-07-23) + + +### Features + +* introduce oliphaunt ([7841b9c](https://github.com/f0rr0/oliphaunt/commit/7841b9c4f0635fc2fe3226d45e66bd4d6b5a8f1b)) 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"