Skip to content

Commit

Permalink
update from 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend committed May 30, 2024
1 parent 9566337 commit c965ca6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/extension_upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
- name: Install sys dependencies
run: |
sudo apt-get update && sudo apt-get install -y postgresql-server-dev-14
- name: Install and Test v0.2.4
- name: Install and Test v0.3.0
run: |
git fetch --tags
git checkout tags/v0.2.4
git checkout tags/v0.3.0
echo "\q" | cargo pgrx run
psql postgres://${USER}:${USER}@localhost:28816/postgres -c "create extension if not exists clerk_fdw;"
cargo test
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clerk_fdw"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
publish = false

Expand Down
Empty file added sql/clerk_fdw--0.2.8--0.3.0.sql
Empty file.

0 comments on commit c965ca6

Please sign in to comment.