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

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bench/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hedgerow/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "hedgerow"
version = "1.1.1.dev0"
version = "1.1.1"
description = "hoglake-native replication daemon: one source table -> one destination table, append-only, at-least-once"
readme = "README.md"
requires-python = ">=3.11"
Expand Down
4 changes: 2 additions & 2 deletions hedgerow/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyhoglake/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pyhoglake"
version = "1.1.1.dev0"
version = "1.1.1"
description = "Python client for hoglake, the Postgres-native lakehouse-catalog control plane"
readme = "README.md"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion pyhoglake/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "com.posthog.hoglake"
version = "1.1.1-dev"
version = "1.1.1"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion server/src/main/resources/openapi/hoglake.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: hoglake
version: 1.1.1-dev
version: 1.1.1
description: |
The hoglake control plane: a Postgres-native lakehouse catalog.
Clients never touch the backing Postgres; parquet lives in object
Expand Down
2 changes: 1 addition & 1 deletion server/trino/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "com.posthog.hoglake"
version = "1.1.1-dev"
version = "1.1.1"

repositories {
mavenCentral()
Expand Down
4 changes: 2 additions & 2 deletions webui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hoglake-webui",
"private": true,
"version": "1.1.1-dev",
"version": "1.1.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
Loading