Skip to content

Commit a8e5cc8

Browse files
GrantBirkilandongrindheimwoodruffwjeffwidman
authored
bump version to v0.2.2 (#270)
* bump version Signed-off-by: GrantBirki <grant.birkinbine@gmail.com> * Enable smoke tests for fork PRs using public OIDC beacon (#267) Co-authored-by: William Woodruff <william@yossarian.net> Signed-off-by: GrantBirki <grant.birkinbine@gmail.com> * Clarify/tweak wording (#235) Co-authored-by: William Woodruff <william@yossarian.net> Signed-off-by: GrantBirki <grant.birkinbine@gmail.com> --------- Signed-off-by: GrantBirki <grant.birkinbine@gmail.com> Co-authored-by: Landon Grindheim <landon.grindheim@gmail.com> Co-authored-by: William Woodruff <william@yossarian.net> Co-authored-by: Jeff Widman <jeff@jeffwidman.com>
1 parent 6037461 commit a8e5cc8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
sigstore (0.2.1)
4+
sigstore (0.2.2)
55
logger
66
net-http
77
protobug_sigstore_protos (~> 0.1.0)
@@ -10,8 +10,8 @@ PATH
1010
PATH
1111
remote: cli
1212
specs:
13-
sigstore-cli (0.2.1)
14-
sigstore (= 0.2.1)
13+
sigstore-cli (0.2.2)
14+
sigstore (= 0.2.2)
1515
thor
1616

1717
GEM
@@ -155,8 +155,8 @@ CHECKSUMS
155155
rubocop-performance (1.23.1) sha256=f22f86a795f5e6a6180aac2c6fc172534b173a068d6ed3396d6460523e051b82
156156
rubocop-rake (0.6.0) sha256=56b6f22189af4b33d4f4e490a555c09f1281b02f4d48c3a61f6e8fe5f401d8db
157157
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
158-
sigstore (0.2.1)
159-
sigstore-cli (0.2.1)
158+
sigstore (0.2.2)
159+
sigstore-cli (0.2.2)
160160
simplecov (0.22.0) sha256=fe2622c7834ff23b98066bb0a854284b2729a569ac659f82621fc22ef36213a5
161161
simplecov-html (0.12.3) sha256=4b1aad33259ffba8b29c6876c12db70e5750cb9df829486e4c6e5da4fa0aa07b
162162
simplecov_json_formatter (0.1.4) sha256=529418fbe8de1713ac2b2d612aa3daa56d316975d307244399fa4838c601b428

lib/sigstore/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
# limitations under the License.
1616

1717
module Sigstore
18-
VERSION = "0.2.1"
18+
VERSION = "0.2.2"
1919
end

0 commit comments

Comments
 (0)