Skip to content

Commit

Permalink
chore (PADW-92): update Cargo.toml and Trunk.toml to version 0.0.3 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
analyzer1 authored Dec 6, 2024
1 parent 957b6f5 commit da46fed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extension/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pg_auto_dw" # Extension name
version = "0.0.2" # Extension version (SemVer: MAJOR.MINOR.PATCH)
version = "0.0.3" # Extension version (SemVer: MAJOR.MINOR.PATCH)
edition = "2021" # Rust 2021 edition

[lib]
Expand Down
2 changes: 1 addition & 1 deletion extension/Trunk.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[extension]
name = "pg_auto_dw"
version = "0.0.2"
version = "0.0.3"
repository = "https://github.com/tembo-io/pg_auto_dw"
license = "PostgreSQL"
description = "An auto data warehouse extension for Postgres."
Expand Down

0 comments on commit da46fed

Please sign in to comment.