Skip to content

Commit

Permalink
Bump pg_smtp_client version to 0.2.0 (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianpursley authored Nov 1, 2024
1 parent 3dd41b1 commit 065807f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions contrib/pg_smtp_client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
ARG PG_VERSION=15
FROM quay.io/coredb/pgrx-builder:pg${PG_VERSION}-pgrx0.11.4
FROM quay.io/coredb/pgrx-builder:pg${PG_VERSION}-pgrx0.12.7
USER root

ARG RELEASE=v0.1.0
ARG RELEASE=v0.2.0

# Extension build dependencies
RUN apt-get update && apt-get install -y \
build-essential

# Install Rust
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
RUN cargo install cargo-pgrx --version 0.11.4 --locked
RUN cargo install cargo-pgrx --version 0.12.7 --locked

# Set default Rust version
RUN /root/.cargo/bin/rustup default stable
Expand Down
2 changes: 1 addition & 1 deletion contrib/pg_smtp_client/Trunk.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[extension]
name = "pg_smtp_client"
version = "0.1.0"
version = "0.2.0"
repository = "https://github.com/brianpursley/pg_smtp_client"
license = "MIT"
description = "PostgreSQL extension to send email using SMTP"
Expand Down

0 comments on commit 065807f

Please sign in to comment.