Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit af075b0

Browse files
committed
Prepare 0.3.4
1 parent 05a2b88 commit af075b0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pg_analytics"
3-
description = "Postgres for analytics, powered by DuckDB"
4-
version = "0.3.3"
3+
description = "DuckDB-powered data lake analytics from Postgres"
4+
version = "0.3.4"
55
edition = "2021"
66
license = "PostgreSQL"
77

pg_analytics.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
comment = 'pg_analytics: Postgres for analytics, powered by DuckDB'
1+
comment = 'pg_analytics: DuckDB-powered data lake analytics from Postgres'
22
default_version = '@CARGO_VERSION@'
33
module_pathname = '$libdir/pg_analytics'
44
relocatable = false

tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tests"
33
description = "Test suite for pg_analytics"
4-
version = "0.3.3"
4+
version = "0.3.4"
55
edition = "2021"
66
license = "PostgreSQL"
77

0 commit comments

Comments
 (0)