From 772897cb27cf0d42e41242c04707dba85d069b69 Mon Sep 17 00:00:00 2001 From: Juan Rodriguez Date: Fri, 12 Jul 2024 21:44:59 +0200 Subject: [PATCH] ci: bump version to 1.1.0 --- .github/workflows/publish.yml | 1 + shard.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7f33590..409d882 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,6 +14,7 @@ jobs: permissions: packages: write contents: read + attestations: write id-token: write steps: - name: Checkout diff --git a/shard.yml b/shard.yml index f2bc16a..9dbc7a5 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: bit -version: 1.0.0 +version: 1.1.0 authors: - Juan Rodriguez