From 3ed5815b165a6847d29978cf775adb5abc65c39f Mon Sep 17 00:00:00 2001 From: David Lougheed Date: Tue, 7 Feb 2023 16:03:24 -0500 Subject: [PATCH 1/2] ci: update bba to 0.10 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 761e30d..191f8c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v3 - name: Run Bento build action - uses: bento-platform/bento_build_action@v0.9.3 + uses: bento-platform/bento_build_action@v0.10.0 with: registry: ghcr.io registry-username: ${{ github.actor }} From 0ae5b20029986fc4f627e0a6520045056bab96e3 Mon Sep 17 00:00:00 2001 From: David Lougheed Date: Tue, 7 Feb 2023 16:05:27 -0500 Subject: [PATCH 2/2] chore: bump version to 0.8.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8969514..a6ba88e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "bento_drop_box_service" -version = "0.8.0" +version = "0.8.1" description = "Drop box and basic file management service for the Bento platform." authors = ["David Lougheed ", "Simon Chénard "] readme = "README.md"