Skip to content

Commit

Permalink
Prepare v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemnoel committed Dec 16, 2024
1 parent 3b0b309 commit 5d15b7b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pg_analytics"
description = "Postgres for analytics, powered by DuckDB"
version = "0.2.3"
version = "0.2.4"
edition = "2021"
license = "PostgreSQL"

Expand Down
1 change: 1 addition & 0 deletions sql/pg_analytics--0.2.3--0.2.4.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
\echo Use "ALTER EXTENSION pg_analytics UPDATE TO '0.2.4'" to load this file. \quit
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tests"
description = "Test suite for pg_analytics"
version = "0.2.3"
version = "0.2.4"
edition = "2021"
license = "PostgreSQL"

Expand Down

0 comments on commit 5d15b7b

Please sign in to comment.