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

Commit ba84bb4

Browse files
Prep 0.3.0 (#191)
1 parent 5f55538 commit ba84bb4

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pg_analytics"
33
description = "Postgres for analytics, powered by DuckDB"
4-
version = "0.2.4"
4+
version = "0.3.0"
55
edition = "2021"
66
license = "PostgreSQL"
77

sql/pg_analytics--0.2.4--0.3.0.sql

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
\echo Use "ALTER EXTENSION pg_analytics UPDATE TO '0.3.0'" to load this file. \quit

tests/Cargo.toml

+1-1
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.2.4"
4+
version = "0.3.0"
55
edition = "2021"
66
license = "PostgreSQL"
77

0 commit comments

Comments
 (0)