Skip to content

Commit

Permalink
release: pg_idkit 0.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
t3hmrman committed Dec 19, 2023
1 parent f84f8f9 commit cfd269e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-and-test-gnu/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ runs:
PGRX_PKG_PATH_PREFIX: ${{ inputs.cargo-target-dir }}
PKG_PG_VERSION: ${{ inputs.pg-version }}
SCCACHE_DIR: ${{ inputs.sccache-dir }}
USER: ${{ inputs.user }}
DOCKER_BUILD_USER: ${{ inputs.user }}
run: |
su idkit -c "cargo install --force cargo-get cargo-edit"
Expand All @@ -146,7 +146,7 @@ runs:
PGRX_PKG_PATH_PREFIX: ${{ inputs.cargo-target-dir }}
PKG_PG_VERSION: ${{ inputs.pg-version }}
SCCACHE_DIR: ${{ inputs.sccache-dir }}
USER: ${{ inputs.user }}
DOCKER_BUILD_USER: ${{ inputs.user }}
run: |
su idkit -c "just pgrx-init"
Expand All @@ -163,7 +163,7 @@ runs:
PGRX_PKG_PATH_PREFIX: ${{ inputs.cargo-target-dir }}
PKG_PG_VERSION: ${{ inputs.pg-version }}
SCCACHE_DIR: ${{ inputs.sccache-dir }}
USER: ${{ inputs.user }}
DOCKER_BUILD_USER: ${{ inputs.user }}
run: |
su idkit -c "cargo check"
Expand All @@ -180,7 +180,7 @@ runs:
PGRX_PKG_PATH_PREFIX: ${{ inputs.cargo-target-dir }}
PKG_PG_VERSION: ${{ inputs.pg-version }}
SCCACHE_DIR: ${{ inputs.sccache-dir }}
USER: ${{ inputs.user }}
DOCKER_BUILD_USER: ${{ inputs.user }}
run: |
su idkit -c "cargo build"
Expand All @@ -196,7 +196,7 @@ runs:
PGRX_PG_VERSION: ${{ inputs.pgrx-pg-version }}
PKG_PG_VERSION: ${{ inputs.pg-version }}
SCCACHE_DIR: ${{ inputs.sccache-dir }}
USER: ${{ inputs.user }}
DOCKER_BUILD_USER: ${{ inputs.user }}
run: |
su idkit -c "cargo test"
Expand All @@ -219,7 +219,7 @@ runs:
PKG_PG_VERSION: ${{ inputs.pg-version }}
PKG_TARBALL_SUFFIX: ${{ inputs.artifact-tarball-suffix }}
SCCACHE_DIR: ${{ inputs.sccache-dir }}
USER: ${{ inputs.user }}
DOCKER_BUILD_USER: ${{ inputs.user }}
run: |
su idkit -c "just package"
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.2.1] - 2023-12-19

### Bug Fixes

- Fix release prep PR title
- Container generation and workflows

## [0.2.0] - 2023-12-12

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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,6 +1,6 @@
[package]
name = "pg_idkit"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Victor Adossi <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit cfd269e

Please sign in to comment.